]> git.pld-linux.org Git - packages/pnm2ppa.git/commitdiff
- cleanups, mainly in preambles
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Aug 2003 15:08:19 +0000 (15:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pnm2ppa.spec -> 1.19

pnm2ppa.spec

index 054ff55910424484f127d48697ce9282f264268a..1273a9821b8df7b7f7b153a18d2fdf76db74e482 100644 (file)
@@ -15,10 +15,11 @@ Patch0:             pbm2ppa-20000205.diff
 Patch1:                %{name}-pld.patch
 Patch2:                %{name}-destdir.patch
 URL:           http://pnm2ppa.sourceforge.net/
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Requires:      mpage ghostscript
+Requires:      ghostscript
+Requires:      mpage
 Obsoletes:     ppa
 Obsoletes:     pbm2ppa
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 pnm2ppa is a color driver for HP PPA host-based printers such as the
@@ -48,8 +49,8 @@ Wi
 
 %build
 %{__make}
-cd pbm2ppa-0.8.6
-%{__make}
+
+%{__make} -C pbm2ppa-0.8.6
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -91,5 +92,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/detect_ppa
 %{_mandir}/man1/*.1*
 %attr(755,root,root) %{_libdir}/lpfilters/pnm2ppa-filter-*
-%config %{_sysconfdir}/pnm2ppa.conf
-%config %{_sysconfdir}/pbm2ppa.conf
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/pnm2ppa.conf
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/pbm2ppa.conf
This page took 0.136175 seconds and 4 git commands to generate.