Author: qboosh Date: Sat May 15 15:40:11 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.0.8 - LGPL version, revised auto* BRs
---- Files affected: packages/libusb: libusb.spec (1.47 -> 1.48) ---- Diffs: ================================================================ Index: packages/libusb/libusb.spec diff -u packages/libusb/libusb.spec:1.47 packages/libusb/libusb.spec:1.48 --- packages/libusb/libusb.spec:1.47 Sat Dec 12 15:30:55 2009 +++ packages/libusb/libusb.spec Sat May 15 17:40:05 2010 @@ -9,15 +9,15 @@ Summary(pl.UTF-8): Dostęp z poziomu aplikacji do urządzeń USB Summary(pt_BR.UTF-8): libusb - Biblioteca para acesso a devices USB Name: libusb -Version: 1.0.6 +Version: 1.0.8 Release: 1 -License: LGPL +License: LGPL v2.1+ Group: Libraries Source0: http://downloads.sourceforge.net/libusb/%{name}-%{version}.tar.bz2 -# Source0-md5: 818c7c02112a53e0c182666ee83f2057 +# Source0-md5: 37d34e6eaa69a4b645a19ff4ca63ceef URL: http://libusb.sourceforge.net/ -BuildRequires: autoconf >= 2.59 -BuildRequires: automake >= 1:1.7.6 +BuildRequires: autoconf >= 2.50 +BuildRequires: automake >= 1.6 %if %{with doc} BuildRequires: docbook-dtd41-sgml BuildRequires: docbook-style-dsssl @@ -92,7 +92,8 @@ %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + --disable-silent-rules %{__make} %{__make} -C doc docs @@ -113,7 +114,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS README NEWS ChangeLog THANKS TODO +%doc AUTHORS ChangeLog NEWS README THANKS TODO %attr(755,root,root) %{_libdir}/libusb-1.0.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libusb-1.0.so.0 @@ -135,6 +136,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.48 2010/05/15 15:40:05 qboosh +- updated to 1.0.8 +- LGPL version, revised auto* BRs + Revision 1.47 2009/12/12 14:30:55 glen - be consistent ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libusb/libusb.spec?r1=1.47&r2=1.48&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
