]> git.pld-linux.org Git - packages/usbutils.git/commitdiff
- updated usb.ids (2004/03/09 10:08:15) auto/ac/usbutils-0_11-4
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 31 Mar 2004 13:54:37 +0000 (13:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ignore-HCC patch to avoid parse errors caused by new HCC tags
- release 4

Changed files:
    usbutils.spec -> 1.24

usbutils.spec

index 7275725fda1899bd1b6d8f281212c2f78486df58..96fb32d6a5e6609303ec5a1d41ddd620ea47b427 100644 (file)
@@ -3,16 +3,18 @@ Summary(pl):  Linuksowe narz
 Summary(pt_BR):        Utilitários Linux USB
 Name:          usbutils
 Version:       0.11
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/System
 Source0:       http://usb.in.tum.de/download/usbutils/%{name}-%{version}.tar.gz
 # Source0-md5: 05157bed61af65749f02713c10b8ef26
 Source1:       http://www.linux-usb.org/usb.ids
-# NoSource1-md5: d07093dd35ef251ce3e72d576e999476
+# NoSource1-md5: a11983a44b69cd942978ec4fa073e2f0
 Patch0:                %{name}-no_external_getopt.patch
 Patch1:                %{name}-hwdata_in_misc.patch
-Patch2:                %{name}-ids.patch
+Patch2:                %{name}-ignore-HCC.patch
+Patch3:                %{name}-ids.patch
+URL:           http://usb.in.tum.de/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -37,6 +39,7 @@ conectados a um barramento USB.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # paranoid check whether usb.ids in _sourcedir isn't too old
 if [ "`wc -l < %{SOURCE1}`" -lt "`wc -l < usb.ids`" ] ; then
@@ -44,16 +47,14 @@ if [ "`wc -l < %{SOURCE1}`" -lt "`wc -l < usb.ids`" ] ; then
        exit 1
 fi
 cp -f %{SOURCE1} .
-%patch2 -p1
+%patch3 -p1
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 cd libusb
-rm -f missing
 %{__aclocal}
 %{__autoconf}
 # don't use --force here!
This page took 0.035944 seconds and 4 git commands to generate.