- don't use dietlibc on x86 anymore
This commit is contained in:
parent
e1d4559fc6
commit
74d7617817
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pciutils
|
Name: pciutils
|
||||||
Version: 2.1.99.%{testversion}
|
Version: 2.1.99.%{testversion}
|
||||||
Release: 3
|
Release: 4
|
||||||
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/alpha/%{name}-2.1.99-%{testversion}.tar.gz
|
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/alpha/%{name}-2.1.99-%{testversion}.tar.gz
|
||||||
Patch0: pciutils-strip.patch
|
Patch0: pciutils-strip.patch
|
||||||
Patch1: pciutils-pciids.patch
|
Patch1: pciutils-pciids.patch
|
||||||
@ -17,9 +17,6 @@ ExclusiveOS: Linux
|
|||||||
Requires: kernel >= 2.2 hwdata
|
Requires: kernel >= 2.2 hwdata
|
||||||
Summary: PCI bus related utilities.
|
Summary: PCI bus related utilities.
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
%ifarch i386
|
|
||||||
BuildRequires: dietlibc
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The pciutils package contains various utilities for inspecting and
|
The pciutils package contains various utilities for inspecting and
|
||||||
@ -45,12 +42,6 @@ devices connected to the PCI bus.
|
|||||||
%patch5 -p1 -b .devicetype
|
%patch5 -p1 -b .devicetype
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch i386
|
|
||||||
make OPT="$RPM_OPT_FLAGS -D_GNU_SOURCE=1" CC="diet gcc" PREFIX="/usr"
|
|
||||||
mv lib/libpci.a lib/libpci_loader_a
|
|
||||||
make clean
|
|
||||||
%endif
|
|
||||||
|
|
||||||
make OPT="$RPM_OPT_FLAGS -D_GNU_SOURCE=1" PREFIX="/usr"
|
make OPT="$RPM_OPT_FLAGS -D_GNU_SOURCE=1" PREFIX="/usr"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -87,6 +78,9 @@ install lib/libpci_loader_a $RPM_BUILD_ROOT%{_libdir}/libpci_loader.a
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 22 2004 Jeremy Katz <katzj@redhat.com> - 2.1.99.test8-4
|
||||||
|
- don't use dietlibc on x86 anymore
|
||||||
|
|
||||||
* Thu Sep 2 2004 Bill Nottingham <notting@redhat.com> 2.1.99.test8-3
|
* Thu Sep 2 2004 Bill Nottingham <notting@redhat.com> 2.1.99.test8-3
|
||||||
- change sysfs access for detecting devices who get fixed up in the
|
- change sysfs access for detecting devices who get fixed up in the
|
||||||
kernel (#115522, #123802)
|
kernel (#115522, #123802)
|
||||||
|
Loading…
Reference in New Issue
Block a user