Update package groups
authorAnas Nashif <anas.nashif@intel.com>
Mon, 18 Mar 2013 20:44:33 +0000 (13:44 -0700)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 13 Apr 2017 11:06:31 +0000 (13:06 +0200)
Change-Id: I7f0cadec585a535be7b6a1c87e6df3f1e6dc8b16

packaging/libusb.changes [new file with mode: 0644]
packaging/libusb.spec

diff --git a/packaging/libusb.changes b/packaging/libusb.changes
new file mode 100644 (file)
index 0000000..7c3598d
--- /dev/null
@@ -0,0 +1,3 @@
+* Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> upstream/1.0.9@8f72b70
+- Update package groups
+
index 24212ef..d540ea2 100644 (file)
@@ -4,7 +4,7 @@ Release:        0
 License:        LGPL-2.1+
 Summary:        USB Library
 Url:            http://www.libusb.org/
-Group:          System/Libraries
+Group:          Base/Device Management
 Source:         %{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
 BuildRequires:  pkg-config
@@ -14,7 +14,7 @@ Libusb is a library that allows userspace access to USB devices.
 
 %package devel
 Summary:        USB Library
-Group:          Development/Libraries/C and C++
+Group:          Development/Libraries
 Requires:       glibc-devel
 Requires:       libusb = %{version}
 
@@ -39,12 +39,11 @@ make %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root)
-%doc PORTING
 %{_includedir}/libusb-1.0
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc