From 8411336ce1da97731f15ac9d42e63ad7f8fe4e62 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 07:48:04 +0000 Subject: auto-import changelog data from libusb-0.1.5-1.src.rpm Thu Feb 07 2002 Tim Waugh 0.1.5-1 - 0.1.5. Fri Jan 25 2002 Tim Waugh 0.1.4-2 - Rebuild in new environment. - Work around tarball brokenness (doc directory was not automade). Mon Oct 29 2001 Tim Waugh 0.1.4-1 - Adapted for Red Hat Linux. - 0.1.4. Thu Mar 01 2001 Frederic Crozat 0.1.3b-1mdk - Initial Mandrake release --- diff --git a/.cvsignore b/.cvsignore index e69de29..ecebca2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1,2 @@ +libusb-0.1.5.tar.gz +libusb-doc.tar.gz diff --git a/libusb.spec b/libusb.spec new file mode 100644 index 0000000..5e4ed5d --- /dev/null +++ b/libusb.spec @@ -0,0 +1,73 @@ +Summary: A library which allows userspace access to USB devices. +Name: libusb +Version: 0.1.5 +Release: 1 +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 +URL: http://sourceforge.net/projects/libusb/ +BuildRequires: docbook-utils + +%description +This package provides a way for applications to access USB devices. + +%package devel +Summary: Development files for libusb. +Group: Development/Libraries +Requires: %{name} = %{version} + +%description devel +This package contains the header files and documentation needed to +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 ) + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + + +%files +%defattr(-,root,root) +%{_libdir}/*.so.* + +%files devel +%defattr(-,root,root) +%doc AUTHORS README INSTALL.libusb NEWS ChangeLog doc/manual.ps doc/html +%{_bindir}/libusb-config +%{_includedir}/* +%{_libdir}/*.so +%{_libdir}/*.a +%{_libdir}/*.la + + +%changelog +* Thu Feb 7 2002 Tim Waugh 0.1.5-1 +- 0.1.5. + +* Fri Jan 25 2002 Tim Waugh 0.1.4-2 +- Rebuild in new environment. +- Work around tarball brokenness (doc directory was not automade). + +* Mon Oct 29 2001 Tim Waugh 0.1.4-1 +- Adapted for Red Hat Linux. +- 0.1.4. + +* Thu Mar 1 2001 Frederic Crozat 0.1.3b-1mdk +- Initial Mandrake release diff --git a/sources b/sources index e69de29..a526edf 100644 --- a/sources +++ b/sources @@ -0,0 +1,2 @@ +4eff055ee5e9cbcbf82604efbc74f76a libusb-0.1.5.tar.gz +38a486b3de4df7b4351968328091bf28 libusb-doc.tar.gz