[libhid/f14/master] Added support to libusb1

Manuel F Martinez manpaz at fedoraproject.org
Thu Jan 27 17:41:08 UTC 2011


commit 53c49d131be842cfbbc0b7bd48c2e2d8c3c504cb
Author: Manuel F Martinez <manpaz at bashlinux.com>
Date:   Thu Jan 27 09:40:32 2011 -0800

    Added support to libusb1

 libhid.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libhid.spec b/libhid.spec
index 4bcc9be..2bfad3a 100644
--- a/libhid.spec
+++ b/libhid.spec
@@ -22,7 +22,7 @@ Patch0:		libhid-0.2.17-fix_manpage.patch
 Patch1:		libhid-0.2.17-fix_compiler_flags.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires:	libusb1-devel, libtool, pkgconfig, swig, python-devel, docbook2X, docbook-style-xsl
+BuildRequires:	libusb-devel, libusb1-devel, libtool, pkgconfig, swig, python-devel, docbook2X, docbook-style-xsl
 ExcludeArch:	s390 s390x
 
 %description
@@ -37,7 +37,7 @@ take control over a device even if the kernel governs it.
 Summary: Development files for libhid
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: libusb1-devel
+Requires: libusb1-devel, libusb-devel
 
 %description devel
 This package provides the development files for libhid.


More information about the scm-commits mailing list