]> git.pld-linux.org Git - packages/pciutils.git/commitdiff
- check-files cleanup AC-STABLE auto/ac/pciutils-2_2_4-1 auto/th/pciutils-2_2_4-1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 Sep 2006 11:31:41 +0000 (11:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pciutils.spec -> 1.86

pciutils.spec

index 47069b9be9da423181efbc27d095d2fedd0de885..22a171bf71b485331caf96686868061b8896da15 100644 (file)
@@ -22,7 +22,7 @@ License:      GPL
 Group:         Applications/System
 Source0:       ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
 # Source0-md5: 5629fdb049f189fb853e7021f85553d2
-Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/pciutils-non-english-man-pages.tar.bz2
+Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 1ac48f433b1995044e14c24513992211
 Source2:       http://pciids.sourceforge.net/pci.ids
 # NoSource2-md5:       02234128f920bda2415f45651e50892d
@@ -258,7 +258,7 @@ cp -rf lib pci
 %{__make} \
        CC="%{__cc}" \
        OPT="%{rpmcflags} %{!?debug:-fomit-frame-pointer}" \
-       SHAREDIR=/etc
+       SHAREDIR=%{_sysconfdir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -272,6 +272,8 @@ install lib/libpci.a        $RPM_BUILD_ROOT%{_libdir}
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 cp -f lib/pci.h                $RPM_BUILD_ROOT%{_includedir}/pci
 
+rm -f $RPM_BUILD_ROOT%{_mandir}/{README.pciutils-non-english-man-pages,/pciutils-non_en_man.patch}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.031812 seconds and 4 git commands to generate.