cvsdist 8411336
Summary: A library which allows userspace access to USB devices.
cvsdist 8411336
Name: libusb
f79e5da
Version: 0.1.10a
8af1ba9
Release: 2.1
cvsdist 8411336
Source0: http://prdownloads.sourceforge.net/libusb/%{name}-%{version}.tar.gz
cvsdist 8411336
License: LGPL
cvsdist 8411336
Group: System Environment/Libraries
cvsdist 8411336
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist 8411336
URL: http://sourceforge.net/projects/libusb/
cvsdist 8411336
BuildRequires: docbook-utils
cvsdist 2b9f34a
BuildRequires: docbook-dtds >= 1.0-5
cvsdist 3f6b9f9
ExcludeArch: s390 s390x
cvsdist 8411336
cvsdist 8411336
%description
cvsdist 8411336
This package provides a way for applications to access USB devices.
cvsdist 8411336
cvsdist 8411336
%package devel
cvsdist 8411336
Summary: Development files for libusb.
cvsdist 8411336
Group: Development/Libraries
cvsdist 8411336
Requires: %{name} = %{version}
cvsdist 8411336
cvsdist 8411336
%description devel
cvsdist 8411336
This package contains the header files and documentation needed to
cvsdist 8411336
develop applications that use libusb.
cvsdist 8411336
cvsdist 8411336
%prep
cvsdist 8411336
%setup -q
cvsdist 0edaf77
aclocal
4081dd9
automake --add-missing --copy
cvsdist 49043bc
libtoolize --copy --force
cvsdist 0edaf77
autoconf
cvsdist 8411336
cvsdist 8411336
%build
cvsdist 8411336
%configure
cvsdist a089020
make CFLAGS="$CFLAGS"
cvsdist a089020
pushd doc
cvsdist a089020
docbook2ps manual.sgml
cvsdist a089020
popd
cvsdist 8411336
cvsdist 8411336
%install
cvsdist 8411336
rm -rf $RPM_BUILD_ROOT
cvsdist 8411336
%makeinstall
cvsdist 8411336
cvsdist 8411336
%clean
cvsdist 8411336
rm -rf $RPM_BUILD_ROOT
cvsdist 8411336
cvsdist 8411336
%post -p /sbin/ldconfig
cvsdist 8411336
%postun -p /sbin/ldconfig
cvsdist 8411336
cvsdist 8411336
cvsdist 8411336
%files
cvsdist 8411336
%defattr(-,root,root)
cvsdist 8411336
%{_libdir}/*.so.*
cvsdist 8411336
cvsdist 8411336
%files devel
cvsdist 8411336
%defattr(-,root,root)
cvsdist 8411336
%doc AUTHORS README INSTALL.libusb NEWS ChangeLog doc/manual.ps doc/html
cvsdist 8411336
%{_bindir}/libusb-config
cvsdist 8411336
%{_includedir}/*
cvsdist 8411336
%{_libdir}/*.so
cvsdist 8411336
%{_libdir}/*.a
cvsdist 8411336
%{_libdir}/*.la
cvsdist 8411336
cvsdist 8411336
cvsdist 8411336
%changelog
8af1ba9
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
8af1ba9
- rebuilt for new gcj
8af1ba9
a344e25
* Mon Nov 21 2005 Tim Waugh <twaugh@redhat.com> 0.1.10a-2
a344e25
- Build does not require xorg-x11-devel.  Fixes rebuild problem (no more
a344e25
  xorg-x11-devel package).
a344e25
f79e5da
* Wed Mar  9 2005 Tim Waugh <twaugh@redhat.com> 0.1.10a-1
f79e5da
- 0.1.10a.
f79e5da
191892c
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 0.1.10-2
191892c
- Rebuild for new GCC.
191892c
4081dd9
* Fri Feb 11 2005 Tim Waugh <twaugh@redhat.com> 0.1.10-1
4081dd9
- 0.1.10.
4081dd9
1bd28de
* Tue Feb  1 2005 Tim Waugh <twaugh@redhat.com> 0.1.9-1
1bd28de
- Build requires xorg-x11-devel.
1bd28de
- 0.1.9.
1bd28de
Florian La Roche 6da0ab6
* Sat Jan 08 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche 6da0ab6
- rebuilt to get rid of legacy selinux filecontexts
Florian La Roche 6da0ab6
cvsdist c34f5a8
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist c34f5a8
- rebuilt
cvsdist c34f5a8
cvsdist 0edaf77
* Tue May 25 2004 Tim Waugh <twaugh@redhat.com> 0.1.8-3
cvsdist 0edaf77
- Run aclocal/autoconf to make shared libraries work again.
cvsdist 0edaf77
cvsdist 49043bc
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 49043bc
- rebuilt
cvsdist 49043bc
cvsdist 49043bc
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 49043bc
- rebuilt
cvsdist 49043bc
cvsdist 49043bc
* Wed Feb 11 2004 Tim Waugh <twaugh@redhat.com> 0.1.8-1
cvsdist 49043bc
- 0.1.8.
cvsdist 49043bc
cvsdist a089020
* Tue Jun 17 2003 Tim Waugh <twaugh@redhat.com> 0.1.7-3
cvsdist a089020
- Fixed spec file.
cvsdist a089020
cvsdist a089020
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist a089020
- rebuilt
cvsdist a089020
cvsdist a089020
* Wed Mar 19 2003 Tim Waugh <twaugh@redhat.com>
cvsdist a089020
- Use the CFLAGS from the environment.
cvsdist a089020
cvsdist a089020
* Wed Mar 19 2003 Tim Waugh <twaugh@redhat.com> 0.1.7-1
cvsdist a089020
- 0.1.7.
cvsdist a089020
cvsdist 3f6b9f9
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 3f6b9f9
- rebuilt
cvsdist 3f6b9f9
cvsdist 3f6b9f9
* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 3f6b9f9
- exclude mainframe
cvsdist 3f6b9f9
cvsdist 0fadeb3
* Tue Jun 25 2002 Tim Waugh <twaugh@redhat.com> 0.1.6-1
cvsdist 0fadeb3
- 0.1.6.
cvsdist 0fadeb3
cvsdist 0fadeb3
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.1.5-6
cvsdist 6d8874e
- automated rebuild
cvsdist 6d8874e
cvsdist 6d8874e
* Fri Jun 21 2002 Tim Waugh <twaugh@redhat.com> 0.1.5-5
cvsdist 6d8874e
- Rebuild to fix broken deps.
cvsdist 6d8874e
cvsdist 6d8874e
* Thu May 23 2002 Tim Powers <timp@redhat.com> 0.1.5-4
cvsdist 6d8874e
- automated rebuild
cvsdist 6d8874e
cvsdist c9366cb
* Thu Apr 11 2002 Tim Waugh <twaugh@redhat.com> 0.1.5-3
cvsdist c9366cb
- Rebuild (fixes bug #63196).
cvsdist c9366cb
cvsdist 2b9f34a
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 0.1.5-2
cvsdist 2b9f34a
- Rebuild in new environment.
cvsdist 2b9f34a
cvsdist 8411336
* Thu Feb  7 2002 Tim Waugh <twaugh@redhat.com> 0.1.5-1
cvsdist 8411336
- 0.1.5.
cvsdist 8411336
cvsdist 8411336
* Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com> 0.1.4-2
cvsdist 8411336
- Rebuild in new environment.
cvsdist 8411336
- Work around tarball brokenness (doc directory was not automade).
cvsdist 8411336
cvsdist 8411336
* Mon Oct 29 2001 Tim Waugh <twaugh@redhat.com> 0.1.4-1
cvsdist 8411336
- Adapted for Red Hat Linux.
cvsdist 8411336
- 0.1.4.
cvsdist 8411336
cvsdist 8411336
* Thu Mar  1 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1.3b-1mdk
cvsdist 8411336
- Initial Mandrake release