]> git.pld-linux.org Git - packages/xpdf.git/commitdiff
- cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 May 2005 14:05:46 +0000 (14:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xpdf.spec -> 1.89

xpdf.spec

index 289430a2db0fdaa9bcca53b3f5acd50824a1ca0b..a5f91439af9ea9f14f9fb87adb3acccf31c88fd2 100644 (file)
--- a/xpdf.spec
+++ b/xpdf.spec
@@ -114,13 +114,13 @@ pdftops, pdftotext).
 %{__autoconf}
 CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti"
 %configure \
-       --with-gzip \
        --enable-a4-paper \
-       --enable-opi \
        --enable-freetype2 \
        --enable-multithreaded \
+       --enable-opi \
        --enable-wordlist \
-       --with-freetype2-includes=/usr/include/freetype2
+       --with-freetype2-includes=/usr/include/freetype2 \
+       --with-gzip
 
 %{__make}
 
@@ -151,7 +151,7 @@ umask 022
 %defattr(644,root,root,755)
 %doc ANNOUNCE CHANGES README
 %attr(755,root,root) %{_bindir}/xpdf
-%config(noreplace,missingok) %verify(not md5 size mtime) %{_sysconfdir}/*
+%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/*
 %{_datadir}/xpdf
 %{_mandir}/man1/xpdf.1*
 %{_mandir}/man5/xpdfrc.5*
This page took 0.038305 seconds and 4 git commands to generate.