diff --git a/libarcus.spec b/libarcus.spec index bbef041..2bfe049 100644 --- a/libarcus.spec +++ b/libarcus.spec @@ -1,6 +1,6 @@ Name: libarcus Version: 2.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Communication library between internal components for Ultimaker software License: AGPLv3+ URL: https://github.com/Ultimaker/libArcus @@ -22,6 +22,10 @@ Protocol Buffers library. It is designed to facilitate the communication between Cura and its backend and similar code. %package devel + +# The cmake scripts are BSD +License: AGPLv3+ and BSD + Summary: Development files for libarcus Requires: %{name}%{?_isa} = %{version}-%{release} @@ -69,6 +73,7 @@ make install DESTDIR=%{buildroot} %{_libdir}/libArcus.so.* %files devel +%license LICENSE cmake/COPYING-CMAKE-SCRIPTS %doc examples/example.cpp examples/example.proto %{_libdir}/libArcus.so %{_includedir}/Arcus @@ -82,6 +87,9 @@ make install DESTDIR=%{buildroot} %{python3_sitearch}/Arcus.so %changelog +* Wed May 03 2017 Miro Hrončok - 2.5.0-2 +- Clarify licensing information on cmake files + * Wed Apr 26 2017 Miro Hrončok - 2.5.0-1 - Update to 2.5.0