2004-09-09 13:49:40 +00:00
|
|
|
Name: usbutils
|
2011-01-06 11:47:24 +00:00
|
|
|
Version: 001
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Source: http://www.kernel.org/pub/linux/utils/usb/usbutils/%{name}-%{version}.tar.gz
|
2005-04-14 16:23:11 +00:00
|
|
|
URL: http://www.linux-usb.org/
|
2008-02-12 12:36:40 +00:00
|
|
|
License: GPLv2+
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2004-09-09 13:49:40 +00:00
|
|
|
Requires: hwdata
|
2010-10-27 11:19:50 +00:00
|
|
|
BuildRequires: autoconf, libtool, libusb-devel >= 0.1.8, libusb1-devel
|
2008-02-12 12:36:40 +00:00
|
|
|
Summary: Linux USB utilities
|
2004-09-09 13:49:40 +00:00
|
|
|
Group: Applications/System
|
2004-09-09 13:50:35 +00:00
|
|
|
Conflicts: hotplug < 3:2002_01_14-2
|
2011-01-06 11:47:24 +00:00
|
|
|
Patch0: usbutils-001-hwdata.patch
|
2004-09-09 13:49:40 +00:00
|
|
|
|
2010-08-30 11:50:38 +00:00
|
|
|
%description
|
2004-09-09 13:49:40 +00:00
|
|
|
This package contains utilities for inspecting devices connected to a
|
|
|
|
USB bus.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2009-07-01 11:20:44 +00:00
|
|
|
%patch0 -p1
|
2009-07-01 13:05:01 +00:00
|
|
|
autoreconf
|
2004-09-09 13:49:40 +00:00
|
|
|
|
|
|
|
%build
|
2009-09-16 11:44:30 +00:00
|
|
|
%configure --sbindir=%{_sbindir}
|
2008-02-12 12:36:40 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 13:49:40 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2008-02-12 15:23:26 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
2004-09-09 13:49:40 +00:00
|
|
|
|
2009-05-25 11:15:29 +00:00
|
|
|
# usb.ids is shipped in hwdata; nuke and adjust .pc file
|
2009-09-16 11:44:30 +00:00
|
|
|
sed -i 's|usbids=/usr/share/usb.ids|usbids=/usr/share/hwdata/usb.ids|' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/usbutils.pc
|
2004-09-09 13:49:40 +00:00
|
|
|
|
|
|
|
%files
|
2008-02-12 12:36:40 +00:00
|
|
|
%defattr(-,root,root,-)
|
2004-09-09 13:49:40 +00:00
|
|
|
%{_mandir}/*/*
|
2009-09-22 11:26:19 +00:00
|
|
|
%{_bindir}/*
|
2009-09-16 11:44:30 +00:00
|
|
|
%{_datadir}/pkgconfig/usbutils.pc
|
2008-02-12 12:36:40 +00:00
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
2004-09-09 13:49:40 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%changelog
|
2011-01-06 11:47:24 +00:00
|
|
|
* Thu Jan 06 2011 Jiri Moskovcak <jmoskovc@redhat.com> 001-1
|
|
|
|
- new upstream release
|
|
|
|
- updated usbhid-dump subproject
|
|
|
|
- usbutils: Support UVC frame-based descriptors
|
|
|
|
- usbutils: Support UVC MPEG2-TS format descriptor
|
|
|
|
- lsusb: Fix getting BOS and DEVQUAL descriptors
|
|
|
|
- lsusb: Dump the Pipe Usage desciptor
|
|
|
|
- lsusb: Fix bMaxBurst reporting
|
|
|
|
- lsusb: install into /usr/bin
|
|
|
|
- usbmisc: pull in unistd.h for readlink()
|
|
|
|
- lsusb: pull in stdlib.h for exit()
|
|
|
|
- lsusb: constify!
|
|
|
|
- usbutils: convert to libusb-1.0
|
|
|
|
- Update usbhid-dump to release 1.2
|
|
|
|
- usbutils: Fix compile error on Ubuntu 9.04
|
|
|
|
- usbutils: Make lsusb -t show USB 3.0 devices
|
|
|
|
|
2010-10-27 12:39:59 +00:00
|
|
|
* Wed Oct 27 2010 Jiri Moskovcak <jmoskovc@redhat.com> 0.91-2
|
|
|
|
- bump release
|
|
|
|
|
2010-10-27 11:17:53 +00:00
|
|
|
* Wed Oct 27 2010 Jiri Moskovcak <jmoskovc@redhat.com> 0.91-1
|
|
|
|
- new upstream release
|
|
|
|
- ads usbhid-dump
|
|
|
|
|
2010-08-30 11:50:38 +00:00
|
|
|
* Thu Aug 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 0.90-1
|
|
|
|
- new upstream release
|
|
|
|
|
2009-09-22 11:26:19 +00:00
|
|
|
* Tue Sep 22 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.86-2
|
|
|
|
- spec file fixes - package should not own /usr/{bin,sbin} (rhbz#524005)
|
|
|
|
|
2009-09-16 11:44:30 +00:00
|
|
|
* Wed Sep 16 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.86-1
|
|
|
|
- new version
|
|
|
|
- spec file fixes as suggested in rhbz#466041 (info@owlriver.com)
|
|
|
|
|
2009-08-24 14:44:35 +00:00
|
|
|
* Mon Aug 24 2009 Karsten Hopp <karsten@redhat.com> 0.82-5
|
|
|
|
- drop ExcludeArch: s390 s390x as we need this package on s390x to be able to build
|
|
|
|
p.e. udev without any hacks
|
|
|
|
|
2009-07-27 06:39:27 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.82-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-01 13:05:01 +00:00
|
|
|
* Wed Jul 1 2009 Jiri Moskovcak <jmoskovc@rdhat.com> 0.82-3
|
|
|
|
- added autoconf to fix build in koji
|
|
|
|
|
2009-07-01 11:20:44 +00:00
|
|
|
* Wed Jul 1 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.82-2
|
|
|
|
- minor fix in Makefile.am to properly find usb.ids from hwdata
|
|
|
|
- Resolves: #506974
|
|
|
|
|
2009-05-25 11:15:29 +00:00
|
|
|
* Fri May 22 2009 David Zeuthen <davidz@redhat.com> 0.82-1
|
|
|
|
- Update to 0.82
|
|
|
|
|
2009-02-25 23:27:28 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.73-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-02-12 12:36:40 +00:00
|
|
|
* Tue Feb 12 2008 Jiri Moskovcak <jmoskovc@redhat.com> 0.73-2
|
|
|
|
- spec file cleanup
|
|
|
|
|
2008-01-17 16:00:55 +00:00
|
|
|
* Thu Jan 17 2008 Jiri Moskovcak <jmoskovc@redhat.com> 0.73-1
|
|
|
|
- new version 0.73
|
|
|
|
|
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
|
2010-08-30 11:50:38 +00:00
|
|
|
- added fix from Robert Scheck to fix missing BuildRequires for libusb-devel
|
2005-04-15 16:16:28 +00:00
|
|
|
(#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
|
|
|
|
|
2008-02-12 15:23:26 +00:00
|
|
|
* Thu Mar 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9-5
|
2004-09-09 13:49:45 +00:00
|
|
|
- Fix conflict check
|
|
|
|
|
2008-02-12 15:23:26 +00:00
|
|
|
* Mon Mar 18 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9-4
|
2004-09-09 13:49:40 +00:00
|
|
|
- Conflict with older versions of hotplug which contained
|
|
|
|
parts of this package (#60615)
|
|
|
|
|
2008-02-12 15:23:26 +00:00
|
|
|
* Fri Feb 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9-3
|
2004-09-09 13:49:40 +00:00
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 0.9-2
|
|
|
|
- require hwdata
|
|
|
|
|
2008-02-12 15:23:26 +00:00
|
|
|
* Wed Jan 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9-1
|
2004-09-09 13:49:40 +00:00
|
|
|
- Initial RPM
|
|
|
|
- make it build on ia64
|
|
|
|
|