1Name: pciutils 2Version: @VERSION@ 3Release: 1 4Source: http://mj.ucw.cz/download/linux/pci/%{name}-%{version}.tar.gz 5Copyright: GNU GPL 6Buildroot: /tmp/%{name}-%{version}-root 7ExclusiveOS: Linux 8Summary: The PCI Utilities 9Summary(pl): Narz�dzia do manipulacji ustawieniami urz�dze� PCI 10Group: Utilities/System 11 12%description 13This package contains various utilities for inspecting and 14setting of devices connected to the PCI bus. 15 16%description -l pl 17Pakiet zawiera narz�dzia do ustawiania i odczytywania informacji 18o urz�dzeniach pod��czonych do szyny PCI w Twoim komputerze. 19 20%description -l de 21Dieses Paket enth�lt verschiedene Programme zum Anzeigen und 22Einstellen von PCI-Bus Erweiterungen. 23 24%prep 25%setup -q 26 27%build 28make OPT="$RPM_OPT_FLAGS" 29 30%install 31rm -rf $RPM_BUILD_ROOT 32make install PREFIX=$RPM_BUILD_ROOT/usr ROOT=$RPM_BUILD_ROOT/ \ 33 MANDIR=$RPM_BUILD_ROOT/%{_mandir} 34 35%files 36%defattr(0644, root, root, 0755) 37%attr(0644, root, man) %{_mandir}/man8/* 38%attr(0711, root, root) /usr/sbin/* 39%config /usr/share/pci.ids 40%doc README ChangeLog pciutils.lsm 41 42%clean 43rm -rf $RPM_BUILD_ROOT 44 45%changelog 46* Tue Sep 29 1998 Krzysztof G. Baranowski <kgb@knm.org.pl> 47[1.07-1] 48- build from non-root account against glibc-2.0 49- written spec from scratch 50