rpms/usbutils/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 usbutils.spec, 1.25, 1.26

Jiří Moskovčák jmoskovc at fedoraproject.org
Mon May 25 11:15:59 UTC 2009


Author: jmoskovc

Update of /cvs/extras/rpms/usbutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20514

Modified Files:
	.cvsignore sources usbutils.spec 
Log Message:
Update to 0.82



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/usbutils/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	17 Jan 2008 16:00:55 -0000	1.7
+++ .cvsignore	25 May 2009 11:15:29 -0000	1.8
@@ -1 +1 @@
-usbutils-0.73.tar.gz
+usbutils-0.82.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/usbutils/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	17 Jan 2008 16:00:55 -0000	1.7
+++ sources	25 May 2009 11:15:29 -0000	1.8
@@ -1 +1 @@
-88978b4ad891f610620b1b8e5e0f43eb  usbutils-0.73.tar.gz
+6e393cc7423b5d228fa3d34c21481ae4  usbutils-0.82.tar.gz


Index: usbutils.spec
===================================================================
RCS file: /cvs/extras/rpms/usbutils/devel/usbutils.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- usbutils.spec	25 Feb 2009 23:27:28 -0000	1.25
+++ usbutils.spec	25 May 2009 11:15:29 -0000	1.26
@@ -1,8 +1,7 @@
 Name: usbutils
-Version: 0.73
-Release: 3%{?dist}
+Version: 0.82
+Release: 1%{?dist}
 Source:	http://downloads.sourceforge.net/linux-usb/%{name}-%{version}.tar.gz
-Patch1: usbutils-0.73-hwdata.patch
 URL: http://www.linux-usb.org/
 License: GPLv2+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -20,7 +19,6 @@ USB bus.
 
 %prep
 %setup -q
-%patch1 -p1 -b .hwdata
 
 %build
 %configure --sbindir=/sbin
@@ -30,21 +28,25 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
-# remove unpackaged files from the buildroot
-rm -rf $RPM_BUILD_ROOT%{_libdir}
-rm -rf $RPM_BUILD_ROOT%{_includedir}
+# usb.ids is shipped in hwdata; nuke and adjust .pc file
 rm -f $RPM_BUILD_ROOT%{_datadir}/usb.ids*
+rm -f $RPM_BUILD_ROOT/sbin/update-usbids.sh
+sed -i 's|usbids=/usr/share/usb.ids|usbids=/usr/share/hwdata/usb.ids|' $RPM_BUILD_ROOT%{_libdir}/pkgconfig/usbutils.pc
 
 %files
 %defattr(-,root,root,-)
 %{_mandir}/*/*
 /sbin/*
+%{_libdir}/pkgconfig/usbutils.pc
 %doc AUTHORS COPYING ChangeLog NEWS README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Fri May 22 2009 David Zeuthen <davidz at redhat.com> 0.82-1
+- Update to 0.82
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.73-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list