2004-09-09 13:49:40 +00:00
|
|
|
|
Name: usbutils
|
2006-09-18 12:35:40 +00:00
|
|
|
|
Version: 0.72
|
|
|
|
|
Release: 1
|
2005-04-14 16:23:11 +00:00
|
|
|
|
Source: http://prdownloads.sourceforge.net/linux-usb/%{name}-%{version}.tar.gz
|
|
|
|
|
Patch1: usbutils-0.70-hwdata.patch
|
|
|
|
|
URL: http://www.linux-usb.org/
|
2004-09-09 13:49:40 +00:00
|
|
|
|
License: GPL
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
Requires: hwdata
|
2005-04-15 16:16:28 +00:00
|
|
|
|
BuildRequires: libtool, libusb-devel >= 0.1.8
|
2004-09-09 13:49:40 +00:00
|
|
|
|
Summary: Linux USB utilities.
|
|
|
|
|
Group: Applications/System
|
2004-09-09 13:50:35 +00:00
|
|
|
|
Conflicts: hotplug < 3:2002_01_14-2
|
2004-09-09 13:50:07 +00:00
|
|
|
|
ExcludeArch: s390 s390x
|
2004-09-09 13:49:40 +00:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This package contains utilities for inspecting devices connected to a
|
|
|
|
|
USB bus.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2005-04-14 16:23:11 +00:00
|
|
|
|
%patch1 -p1 -b .hwdata
|
2004-09-09 13:49:40 +00:00
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
cp /usr/share/libtool/config.{sub,guess} .
|
|
|
|
|
%configure --sbindir=/sbin
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%makeinstall
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/sbin
|
|
|
|
|
mv $RPM_BUILD_ROOT/usr/sbin/* $RPM_BUILD_ROOT/sbin/
|
|
|
|
|
|
2004-09-09 13:50:07 +00:00
|
|
|
|
# remove unpackaged files from the buildroot
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_includedir}
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/usb.ids
|
2004-09-09 13:49:40 +00:00
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
/sbin/*
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
2006-09-18 12:35:40 +00:00
|
|
|
|
* Mon Sep 18 2006 Thomas Woerner <twoerner@redhat.com> 0.72-1
|
|
|
|
|
- new version 0.72
|
|
|
|
|
- videoterminal (vt) patch is now upstream, dropped
|
|
|
|
|
|
2006-07-12 08:37:50 +00:00
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.71-2.1
|
|
|
|
|
- rebuild
|
|
|
|
|
|
2006-03-01 16:58:37 +00:00
|
|
|
|
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 1.71-2
|
|
|
|
|
- add usbutils-0.71-VT.patch to fix warnings about unknown lines
|
|
|
|
|
(#176903)
|
|
|
|
|
|
2006-02-11 05:55:57 +00:00
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.71-1.2
|
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
|
2006-02-07 14:11:08 +00:00
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.71-1.1
|
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
|
2005-12-13 13:46:47 +00:00
|
|
|
|
* Tue Dec 13 2005 Thomas Woerner <twoerner@redhat.com> 0.71-1
|
|
|
|
|
- new version 0.71
|
|
|
|
|
|
2005-12-09 22:43:42 +00:00
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2005-04-15 16:16:28 +00:00
|
|
|
|
* Fri Apr 15 2005 Thomas Woerner <twoerner@redhat.com> 0.70-1.1
|
|
|
|
|
- added fix from Robert Scheck to fix missing BuildRequires for libusb-devel
|
|
|
|
|
(#155006)
|
|
|
|
|
|
2005-04-14 16:23:11 +00:00
|
|
|
|
* Thu Apr 14 2005 Thomas Woerner <twoerner@redhat.com> 0.70-1
|
|
|
|
|
- new version 0.70
|
|
|
|
|
|
2005-01-21 18:38:19 +00:00
|
|
|
|
* Thu Jan 20 2005 David Woodhouse <dwmw2@redhat.com> 0.11-6.2
|
|
|
|
|
- Don't byteswap parts of device descriptor which kernel already swapped
|
|
|
|
|
|
2004-09-13 14:59:50 +00:00
|
|
|
|
* Mon Sep 13 2004 Thomas Woerner <twoerner@redhat.com> 0.11-6.1
|
|
|
|
|
- added missing BuildRequires for libtool (#132406)
|
|
|
|
|
|
2004-09-09 13:52:30 +00:00
|
|
|
|
* Wed Sep 1 2004 Thomas Woerner <twoerner@redhat.com> 0.11-6
|
|
|
|
|
- added patch from Aurelien Jarno for unknown HID Country Code entries in
|
|
|
|
|
usb.ids (#127415)
|
|
|
|
|
|
2004-09-09 13:52:28 +00:00
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 13:52:04 +00:00
|
|
|
|
* Tue May 4 2004 Bill Nottingham <notting@redhat.com> 0.11-4
|
|
|
|
|
- add patch from USB maintainer to fix various brokenness (#115694, <david-b@pacbell.net>)
|
|
|
|
|
|
2004-09-09 13:51:13 +00:00
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 13:50:35 +00:00
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- add explicit epoch's where needed.
|
|
|
|
|
|
|
|
|
|
* Mon May 19 2003 Bill Nottingham <notting@redhat.com> 0.11-1
|
|
|
|
|
- update to 0.11, fixes #90640
|
|
|
|
|
- add patch to fix some warnings (#78462, <d.binderman@virgin.net>)
|
|
|
|
|
|
2004-09-09 13:50:07 +00:00
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 0.9-9
|
|
|
|
|
- remove unpackaged files from the buildroot
|
|
|
|
|
|
|
|
|
|
* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- exclude mainframe
|
|
|
|
|
|
2004-09-09 13:50:02 +00:00
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 13:49:55 +00:00
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 13:49:45 +00:00
|
|
|
|
* Thu Mar 21 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.9-5
|
|
|
|
|
- Fix conflict check
|
|
|
|
|
|
2004-09-09 13:49:40 +00:00
|
|
|
|
* Mon Mar 18 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.9-4
|
|
|
|
|
- Conflict with older versions of hotplug which contained
|
|
|
|
|
parts of this package (#60615)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 22 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.9-3
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 0.9-2
|
|
|
|
|
- require hwdata
|
|
|
|
|
|
|
|
|
|
* Wed Jan 16 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.9-1
|
|
|
|
|
- Initial RPM
|
|
|
|
|
- make it build on ia64
|
|
|
|
|
|