File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pciutils / pciutils.spec
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Feb 17 15:18:42 2012 UTC (12 years, 4 months ago) by misho
Branches: pciutils, MAIN
CVS tags: v3_1_9, HEAD
pciutils

    1: Name:		pciutils
    2: Version:	3.1.9
    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: 	The 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.
   15: 
   16: %description -l pl
   17: Pakiet zawiera narzędzia do ustawiania i odczytywania informacji
   18: o urządzeniach podłączonych do szyny PCI w Twoim komputerze.
   19: 
   20: %description -l de
   21: Dieses Paket enthält verschiedene Programme zum Anzeigen und
   22: Einstellen von PCI-Bus Erweiterungen.
   23: 
   24: %prep
   25: %setup -q
   26: 
   27: %build
   28: make OPT="$RPM_OPT_FLAGS"
   29: 
   30: %install
   31: rm -rf $RPM_BUILD_ROOT
   32: make 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
   43: rm -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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>