File pdfjam.spec of Package pdfjam
#
# spec file for package pdfjam (Version 2.08)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: pdfjam
Version: 2.08
Release: 1
License: GPLv2
Summary: Utilities that join, rotate and align PDFs
Url: http://www.warwick.ac.uk/go/pdfjam
Group: Productivity/Publishing/PDF
Source0: %{name}_%{version}.tar.bz2
Requires: texlive-latex
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
PDFjam is a small collection of shell scripts that work similarly to the well
known psutils (psmerge, psnup). They provide a simple interface to some of the
functionality of the pdfpages package for pdfLaTeX. At present, the utilities
available are pdfnup, pdfjoin, and pdf90. PDFjam depends on a working
installation of (pdf)LaTeX.
- pdfnup puts multiple document pages together on one physical page at a
reduced size
- pdfjoin concatenates multiple PDF documents
- pdf90 rotates the pages of PDF documents
%prep
%setup -q -n pdfjam
%build
%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 bin/* %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 man1/* %{buildroot}%{_mandir}/man1
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc COPYING PDFjam-README.html pdfjam.conf
%doc %{_mandir}/man1/*
%{_bindir}/*
%changelog