diff --git a/.cvsignore b/.cvsignore index a7fd810..5b87a66 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -libusb-0.1.6.tar.gz -libusb-doc.tar.gz +libusb-0.1.7.tar.gz diff --git a/libusb.spec b/libusb.spec index 3aa806b..b2c319c 100644 --- a/libusb.spec +++ b/libusb.spec @@ -1,9 +1,8 @@ Summary: A library which allows userspace access to USB devices. Name: libusb -Version: 0.1.6 +Version: 0.1.7 Release: 3 Source0: http://prdownloads.sourceforge.net/libusb/%{name}-%{version}.tar.gz -Source1: %{name}-doc.tar.gz License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -26,13 +25,13 @@ develop applications that use libusb. %prep %setup -q -%setup -q -a 1 %build %configure -make -( cd doc ; docbook2ps manual.sgml ; \ - rm -rf html ; mkdir html ; docbook2html -d website.dsl manual.sgml ) +make CFLAGS="$CFLAGS" +pushd doc +docbook2ps manual.sgml +popd %install rm -rf $RPM_BUILD_ROOT @@ -60,6 +59,18 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 17 2003 Tim Waugh 0.1.7-3 +- Fixed spec file. + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Wed Mar 19 2003 Tim Waugh +- Use the CFLAGS from the environment. + +* Wed Mar 19 2003 Tim Waugh 0.1.7-1 +- 0.1.7. + * Wed Jan 22 2003 Tim Powers - rebuilt diff --git a/sources b/sources index bb63102..c4a1002 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -cbf7c1844be53f8a1a939e9401705b9c libusb-0.1.6.tar.gz -38a486b3de4df7b4351968328091bf28 libusb-doc.tar.gz +4c7abee86d8715bccb43428a500d2170 libusb-0.1.7.tar.gz