]> git.pld-linux.org Git - packages/pdfjam.git/blob - pdfjam.spec
- upgraded to 2.08
[packages/pdfjam.git] / pdfjam.spec
1 Summary:        Utilities for join, rotate and align PDFs
2 Summary(pl.UTF-8):      Narzędzia do łączenia, rotacji i wyrównywania plików PDF
3 Name:           pdfjam
4 Version:        2.08
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Printing
8 Source0:        http://www.warwick.ac.uk/go/pdfjam/%{name}_208.tgz
9 # Source0-md5:  7df075df7f129091f826275ce8c1f374
10 URL:            http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/
11 Requires:       tetex-format-pdflatex
12 Requires:       tetex-latex
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 PDFjam is a small collection of shell scripts which provide a simple
18 interface to some of the functionality of the excellent pdfpages
19 package (by Andreas Matthias) for pdfLaTeX. At present the utilities
20 available are:
21 - pdfnup, which allows PDF files to be "n-upped" in roughly the way
22   that psnup does for PostScript files
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
26   degrees (anti-clockwise)
27
28 In every case, source files are left unchanged.
29
30 %description -l pl.UTF-8
31 PDFjam jest małym zbiorem skryptów powłoki dostarczających prosty
32 interfejs do kilku funkcji pdfLaTeXa. W tym momencie dostępne
33 narzędzia to:
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.
38
39 Każde z tych narzędzi pozostawia pliki źródłowe niezmienione.
40
41 %prep
42 %setup -q  -n %{name}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_mandir}/man1}
48 install -p pdfjam.conf $RPM_BUILD_ROOT%{_sysconfdir}
49 install -p bin/* $RPM_BUILD_ROOT%{_bindir}
50 install -p man1/* $RPM_BUILD_ROOT%{_mandir}/man1
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc pdfdroplets.png PDFjam-README.html VERSION
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.114554 seconds and 3 git commands to generate.