summaryrefslogtreecommitdiffstats
path: root/pciutils.spec
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 18:30:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 18:30:56 +0000
commitd3114e0edc60508fc1e44e6cd2733fb2a97cdaca (patch)
tree82d66db664dea6ee75010455b98b04f47fcc4a90 /pciutils.spec
parentInitial commit. (diff)
downloadpciutils-d3114e0edc60508fc1e44e6cd2733fb2a97cdaca.tar.xz
pciutils-d3114e0edc60508fc1e44e6cd2733fb2a97cdaca.zip
Adding upstream version 1:3.11.1.upstream/1%3.11.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pciutils.spec')
-rw-r--r--pciutils.spec49
1 files changed, 49 insertions, 0 deletions
diff --git a/pciutils.spec b/pciutils.spec
new file mode 100644
index 0000000..04aa764
--- /dev/null
+++ b/pciutils.spec
@@ -0,0 +1,49 @@
+Name: pciutils
+Version: 3.11.1
+Release: 1
+Source: http://mj.ucw.cz/download/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