rpms/pdfjam/devel pdfjam.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Sat Mar 5 22:28:24 UTC 2005


Author: jpo

Update of /cvs/extras/rpms/pdfjam/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15312/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pdfjam.spec 
Log Message:
auto-import pdfjam-1.20-1 on branch devel from pdfjam-1.20-1.src.rpm


--- NEW FILE pdfjam.spec ---
Name:           pdfjam
Version:        1.20
Release:        1
Summary:        Utilities for join, rotate and align PDFs

Group:          Applications/Publishing
License:        GPL
URL:            http://www.warwick.ac.uk/go/pdfjam
Source0:        http://www.warwick.ac.uk/go/pdfjam/pdfjam_1.20.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       tetex-latex

%description
PDFjam is a small collection of shell scripts which provide a simple
interface to some of the functionality of the excellent pdfpages
package (by Andreas Matthias) for pdfLaTeX.  At present the utilities
available are:

  * pdfnup, which allows PDF files to be "n-upped" in roughly the way
    that psnup does for PostScript files;
  * pdfjoin, which concatenates the pages of multiple PDF files
    together into a single file;
  * pdf90, which rotates the pages of one or more PDF files through 90
    degrees (anti-clockwise).

In every case, source files are left unchanged.

A potential drawback of these utilities is that any hyperlinks in the
source PDF are lost. On the positive side, there is no appreciable
degradation of image quality in processing PDF files with these
programs, unlike some other indirect methods such as "pdf2ps | psnup |
ps2pdf" (in the author's experience).


%prep
%setup -q -n pdfjam

%build

%install
rm -rf $RPM_BUILD_ROOT

install -d -m 755 $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
install -p -m 755 scripts/* $RPM_BUILD_ROOT%{_bindir}/
install -p -m 644 man1/* $RPM_BUILD_ROOT%{_mandir}/man1/

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING PDFjam-README.html pdfdroplets.png
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Thu Feb 24 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pdfjam/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Mar 2005 22:26:37 -0000	1.1
+++ .cvsignore	5 Mar 2005 22:28:22 -0000	1.2
@@ -0,0 +1 @@
+pdfjam_1.20.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pdfjam/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Mar 2005 22:26:37 -0000	1.1
+++ sources	5 Mar 2005 22:28:22 -0000	1.2
@@ -0,0 +1 @@
+3e443fd2c0063330313c1c079053e622  pdfjam_1.20.tgz




More information about the fedora-extras-commits mailing list