]> git.ipfire.org Git - thirdparty/pciutils.git/blob - pciutils.spec
Some new ID's and German description in the spec file.
[thirdparty/pciutils.git] / pciutils.spec
1 Name: pciutils
2 Version: 2.1.7
3 Release: 1
4 Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
5 Copyright: GNU GPL
6 Buildroot: /tmp/%{name}-%{version}-root
7 ExclusiveOS: Linux
8 Summary: Linux PCI Utilities
9 Summary(pl): Narzêdzia do manipulacji ustawieniami urz±dzeñ PCI
10 Group: Utilities/System
11
12 %description
13 This package contains various utilities for inspecting and
14 setting of devices connected to the PCI bus. Requires kernel
15 version 2.1.82 or newer (supporting the /proc/bus/pci interface).
16
17 %description -l pl
18 Pakiet zawiera narzêdzia do ustawiania i odczytywania informacji
19 o urz±dzeniach pod³±czonych do szyny PCI w Twoim komputerze.
20 Wymaga kernela 2.1.82 lub nowszego (udostêpniaj±cego odpowiednie
21 informacje poprzez /proc/bus/pci).
22
23 %description -l de
24 Dieses Paket enthält verschiedene Programme zum Anzeigen und
25 Einstellen von PCI-Bus Erweiterungen. Benötigt wird ein Kernel
26 Version 2.1.82 oder neuer (mit Unterstützung für die /proc/bus/pci
27 Schnittstelle).
28
29 %prep
30 %setup -q
31
32 %build
33 make OPT="$RPM_OPT_FLAGS"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 make install PREFIX=$RPM_BUILD_ROOT/usr ROOT=$RPM_BUILD_ROOT/ \
38 MANDIR=$RPM_BUILD_ROOT/%{_mandir}
39
40 %files
41 %defattr(0644, root, root, 0755)
42 %attr(0644, root, man) %{_mandir}/man8/*
43 %attr(0711, root, root) /sbin/*
44 %config /usr/share/pci.ids
45 %doc README ChangeLog pciutils.lsm
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %changelog
51 * Tue Sep 29 1998 Krzysztof G. Baranowski <kgb@knm.org.pl>
52 [1.07-1]
53 - build from non-root account against glibc-2.0
54 - written spec from scratch