Author: gotar Date: Sat May 14 00:11:11 2011 GMT Module: packages Tag: HEAD ---- Log message: - upgraded to 2.08
---- Files affected: packages/pdfjam: pdfjam.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: packages/pdfjam/pdfjam.spec diff -u packages/pdfjam/pdfjam.spec:1.5 packages/pdfjam/pdfjam.spec:1.6 --- packages/pdfjam/pdfjam.spec:1.5 Thu Mar 13 20:34:12 2008 +++ packages/pdfjam/pdfjam.spec Sat May 14 02:11:06 2011 @@ -2,12 +2,12 @@ Summary: Utilities for join, rotate and align PDFs Summary(pl.UTF-8): Narzędzia do łączenia, rotacji i wyrównywania plików PDF Name: pdfjam -Version: 1.20 +Version: 2.08 Release: 1 License: GPL v2 Group: Applications/Printing -Source0: http://www.warwick.ac.uk/go/pdfjam/%{name}_%{version}.tgz -# Source0-md5: 3e443fd2c0063330313c1c079053e622 +Source0: http://www.warwick.ac.uk/go/pdfjam/%{name}_208.tgz +# Source0-md5: 7df075df7f129091f826275ce8c1f374 URL: http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/ Requires: tetex-format-pdflatex Requires: tetex-latex @@ -44,8 +44,10 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_bindir}} -install -p scripts/* $RPM_BUILD_ROOT%{_bindir} + +install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_mandir}/man1} +install -p pdfjam.conf $RPM_BUILD_ROOT%{_sysconfdir} +install -p bin/* $RPM_BUILD_ROOT%{_bindir} install -p man1/* $RPM_BUILD_ROOT%{_mandir}/man1 %clean @@ -54,8 +56,9 @@ %files %defattr(644,root,root,755) %doc pdfdroplets.png PDFjam-README.html VERSION -%attr(755,root,root) %{_bindir}/* -%{_mandir}/man1/* +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pdfjam.conf +%attr(755,root,root) %{_bindir}/pdf* +%{_mandir}/man1/pdf*.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -63,6 +66,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2011/05/14 00:11:06 gotar +- upgraded to 2.08 + Revision 1.5 2008/03/13 19:34:12 qboosh - pl fixes ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pdfjam/pdfjam.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
