mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-18 23:41:30 +02:00
49 lines
1.2 KiB
RPMSpec
49 lines
1.2 KiB
RPMSpec
Name: pciutils
|
|
Version: 3.5.0
|
|
Release: 1
|
|
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
|
|
Copyright: GNU GPL
|
|
Buildroot: /tmp/%{name}-%{version}-root
|
|
ExclusiveOS: Linux
|
|
Summary: The PCI Utilities
|
|
Summary(pl): Narzêdzia do manipulacji ustawieniami urz±dzeñ PCI
|
|
Group: Utilities/System
|
|
|
|
%description
|
|
This package contains various utilities for inspecting and
|
|
setting of devices connected to the PCI bus.
|
|
|
|
%description -l pl
|
|
Pakiet zawiera narzêdzia do ustawiania i odczytywania informacji
|
|
o urz±dzeniach pod³±czonych do szyny PCI w Twoim komputerze.
|
|
|
|
%description -l de
|
|
Dieses Paket enthält verschiedene Programme zum Anzeigen und
|
|
Einstellen von PCI-Bus Erweiterungen.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
make OPT="$RPM_OPT_FLAGS"
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install PREFIX=$RPM_BUILD_ROOT/usr ROOT=$RPM_BUILD_ROOT/ \
|
|
MANDIR=$RPM_BUILD_ROOT/%{_mandir}
|
|
|
|
%files
|
|
%defattr(0644, root, root, 0755)
|
|
%attr(0644, root, man) %{_mandir}/man8/*
|
|
%attr(0711, root, root) /usr/sbin/*
|
|
%config /usr/share/pci.ids
|
|
%doc README ChangeLog pciutils.lsm
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%changelog
|
|
* Tue Sep 29 1998 Krzysztof G. Baranowski <kgb@knm.org.pl>
|
|
[1.07-1]
|
|
- build from non-root account against glibc-2.0
|
|
- written spec from scratch
|