Summary: A command line utility program for merging pdf files. Name: pdfmerge Version: 1.0 Release: 2_2%{?dist} License: GPL Group: Applications/Publishing URL: http://pdfmerge4unix.sourceforge.net Source0: pdfmerge-1.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description pdfmerge4unix (a.k.a pdfmerge) is a command line program that merges pdf files in Unix-basedplatforms. It can merge any number of pdf files from command line. %prep %setup -q -c %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} install -p -m 755 pdfmerge %{buildroot}%{_bindir}/ %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc gpl.txt %{_bindir}/pdfmerge %changelog * Sun Nov 09 2003 Didier Casse - auto rebuild in the new build environment (release 2)