Author: qboosh Date: Thu Nov 1 21:38:13 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.73 - updated usb.ids, back to CVS for better changes control
---- Files affected: SPECS: usbutils.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: SPECS/usbutils.spec diff -u SPECS/usbutils.spec:1.32 SPECS/usbutils.spec:1.33 --- SPECS/usbutils.spec:1.32 Mon Feb 12 23:09:18 2007 +++ SPECS/usbutils.spec Thu Nov 1 22:38:07 2007 @@ -3,20 +3,22 @@ Summary(pl.UTF-8): Linuksowe narzędzia do USB Summary(pt_BR.UTF-8): Utilitários Linux USB Name: usbutils -Version: 0.72 -Release: 2 -License: GPL +Version: 0.73 +Release: 1 +License: GPL v2+ Group: Applications/System Source0: http://dl.sourceforge.net/linux-usb/%{name}-%{version}.tar.gz -# Source0-md5: ee345fe605ffcfce843dae4aed81122b +# Source0-md5: 88978b4ad891f610620b1b8e5e0f43eb Source1: http://www.linux-usb.org/usb.ids -# Source1-md5: 4703a89e9f0b13eec2177a0a0eed3507 +# NoSource1-md5: af2f7c85cdb2757b62bdcc21efe8c9d5 Patch0: %{name}-ids.patch URL: http://www.linux-usb.org/ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: libusb-devel >= 0.1.8 +BuildRequires: zlib-devel +Requires: libusb >= 0.1.8 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _datadir /etc @@ -62,14 +64,17 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# keep uncompressed database for compatibility with other tools +gzip -d $RPM_BUILD_ROOT%{_datadir}/usb.ids.gz + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_sbindir}/* -%{_mandir}/man8/* +%attr(755,root,root) %{_sbindir}/lsusb +%{_mandir}/man8/lsusb.8* %{_datadir}/usb.ids %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -78,6 +83,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2007/11/01 21:38:07 qboosh +- updated to 0.73 +- updated usb.ids, back to CVS for better changes control + Revision 1.32 2007/02/12 22:09:18 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/usbutils.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
