minor spec file changes
This commit is contained in:
parent
a20decd407
commit
ebca4482a7
@ -1,7 +1,7 @@
|
||||
Name: usbutils
|
||||
Version: 0.73
|
||||
Release: 2%{?dist}
|
||||
Source: http://prdownloads.sourceforge.net/linux-usb/%{name}-%{version}.tar.gz
|
||||
Source: http://downloads.sourceforge.net/linux-usb/%{name}-%{version}.tar.gz
|
||||
Patch1: usbutils-0.73-hwdata.patch
|
||||
URL: http://www.linux-usb.org/
|
||||
License: GPLv2+
|
||||
@ -23,13 +23,12 @@ USB bus.
|
||||
%patch1 -p1 -b .hwdata
|
||||
|
||||
%build
|
||||
cp /usr/share/libtool/config.{sub,guess} .
|
||||
%configure --sbindir=/sbin
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
# remove unpackaged files from the buildroot
|
||||
rm -rf $RPM_BUILD_ROOT%{_libdir}
|
||||
@ -126,20 +125,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Thu Mar 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9-5
|
||||
* Thu Mar 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9-5
|
||||
- Fix conflict check
|
||||
|
||||
* Mon Mar 18 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9-4
|
||||
* Mon Mar 18 2002 Trond Eivind Glomsrø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ød <teg@redhat.com> 0.9-3
|
||||
* Fri Feb 22 2002 Trond Eivind Glomsrø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ød <teg@redhat.com> 0.9-1
|
||||
* Wed Jan 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9-1
|
||||
- Initial RPM
|
||||
- make it build on ia64
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user