Browse Source

Put license files in each package

Jens Reimann 7 years ago
parent
commit
c0ce83532d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      open62541.spec

+ 2 - 1
open62541.spec

@@ -39,11 +39,12 @@ rm examples/CMakeLists.txt
 %postun -p /sbin/ldconfig
 
 %files
-%license LICENSE LICENSE-CC0
+%license LICENSE
 %doc AUTHORS CHANGELOG README.md
 %{_libdir}/libopen62541.so.*
 
 %files devel
+%license LICENSE LICENSE-CC0
 %{_libdir}/libopen62541.so
 %{_includedir}/open62541.h
 %doc FEATURES.md