]> git.pld-linux.org Git - packages/pdfjam.git/blame - pdfjam.spec
- upgraded to 2.08
[packages/pdfjam.git] / pdfjam.spec
CommitLineData
fbf05712 1Summary: Utilities for join, rotate and align PDFs
2814486e 2Summary(pl.UTF-8): Narzędzia do łączenia, rotacji i wyrównywania plików PDF
fbf05712 3Name: pdfjam
4872871d 4Version: 2.08
fbf05712
TP
5Release: 1
6License: GPL v2
7Group: Applications/Printing
4872871d
TP
8Source0: http://www.warwick.ac.uk/go/pdfjam/%{name}_208.tgz
9# Source0-md5: 7df075df7f129091f826275ce8c1f374
fbf05712
TP
10URL: http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/
11Requires: tetex-format-pdflatex
12Requires: tetex-latex
13BuildArch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
fbf05712
TP
16%description
17PDFjam is a small collection of shell scripts which provide a simple
18interface to some of the functionality of the excellent pdfpages
19package (by Andreas Matthias) for pdfLaTeX. At present the utilities
20available are:
fbf05712 21- pdfnup, which allows PDF files to be "n-upped" in roughly the way
2814486e 22 that psnup does for PostScript files
fbf05712
TP
23- pdfjoin, which concatenates the pages of multiple PDF files together
24 into a single file
25- pdf90, which rotates the pages of one or more PDF files through 90
2814486e 26 degrees (anti-clockwise)
fbf05712
TP
27
28In every case, source files are left unchanged.
29
30%description -l pl.UTF-8
8231d7ad
JB
31PDFjam jest małym zbiorem skryptów powłoki dostarczających prosty
32interfejs do kilku funkcji pdfLaTeXa. W tym momencie dostępne
2814486e 33narzędzia to:
8231d7ad
JB
34- pdfnup - umożliwia umieszczanie wielu stron PDF na jednej stronie,
35 podobnie jak robi to psnup dla PostScriptu,
36- pdfjoin - umożliwia łączenie plików PDF w pojedynczy plik,
37- pdf90 - pozwala obracać strony w pliku PDF.
fbf05712 38
2814486e 39Każde z tych narzędzi pozostawia pliki źródłowe niezmienione.
40
fbf05712
TP
41%prep
42%setup -q -n %{name}
43
44%install
45rm -rf $RPM_BUILD_ROOT
4872871d
TP
46
47install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_mandir}/man1}
48install -p pdfjam.conf $RPM_BUILD_ROOT%{_sysconfdir}
49install -p bin/* $RPM_BUILD_ROOT%{_bindir}
8231d7ad 50install -p man1/* $RPM_BUILD_ROOT%{_mandir}/man1
fbf05712
TP
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
57%doc pdfdroplets.png PDFjam-README.html VERSION
4872871d
TP
58%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pdfjam.conf
59%attr(755,root,root) %{_bindir}/pdf*
60%{_mandir}/man1/pdf*.1*
This page took 0.044233 seconds and 4 git commands to generate.