summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/libusbgx.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/libusbgx.spec b/packaging/libusbgx.spec
index 9d2516a..799988d 100644
--- a/packaging/libusbgx.spec
+++ b/packaging/libusbgx.spec
@@ -1,7 +1,7 @@
Name: libusbgx
Version: 0.1.0
Release: 0
-License: LGPL-2.1+ and GPL-2.0+
+License: LGPL-2.1+
Summary: USB gadget with ConfigFS Library
Group: Base/Device Management
@@ -15,6 +15,7 @@ libusbgx is a librarary for all USB gadget operations using ConfigFS.
%package devel
Summary: USB gadget with ConfigFS Library
+License: LGPL-2.1+
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
@@ -24,6 +25,7 @@ compilation of applications which use libusbgx.
%package examples
Summary: Examples of libusbgx usage
+License: GPL-2.0+
Group: Applications/Other
Requires: %{name} = %{version}-%{release}
@@ -55,6 +57,7 @@ make
%files devel
%manifest %{name}.manifest
%defattr(-,root,root)
+%license COPYING.LGPL
%{_includedir}/usbg/usbg.h
%{_includedir}/usbg/function/ffs.h
%{_includedir}/usbg/function/loopback.h