]> git.pld-linux.org Git - packages/mpage.git/blob - mpage.spec
4f0a8820e24ad300f360b70729feb7c9d94ce475
[packages/mpage.git] / mpage.spec
1 Summary:        A tool for printing multiple pages of text on each printed page
2 Summary(de.UTF-8):      plaziert mehrere Textseiten auf eine einzelne Postscript-Seite
3 Summary(fr.UTF-8):      Place plusieurs pages de texte sur une simple page postscript
4 Summary(pl.UTF-8):      Narzędzie pozwalające umieścić wiele stron na jednym wydruku
5 Summary(tr.UTF-8):      Birden fazla metin sayfasını tek bir PostScript sayfasına yerleştirir
6 Name:           mpage
7 Version:        2.5.1
8 Release:        7
9 License:        BSD
10 Group:          Applications/Publishing
11 Source0:        http://www.mesa.nl/pub/mpage/%{name}251pre.tgz
12 # Source0-md5:  04460353ae61405a8fc58545bad143a9
13 Patch0:         %{name}-make.patch
14 Patch1:         %{name}-config.patch
15 Patch2:         %{name}-debian.patch
16 Patch3:         %{name}-tempfile.patch
17 Patch4:         %{name}-j.patch
18 Patch5:         %{name}-level3.patch
19 URL:            http://www.mesa.nl/index_e.html
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 The mpage utility takes plain text files or PostScript(TM) documents
24 as input, reduces the size of the text, and prints the files on a
25 PostScript printer with several pages on each sheet of paper. Mpage is
26 very useful for viewing large printouts without using up tons of
27 paper. Mpage supports many different layout options for the printed
28 pages. Mpage should be installed if you need a useful utility for
29 viewing long text documents without wasting paper.
30
31 %description -l de.UTF-8
32 mpage formatiert mehrere Seiten ASCII-Text in eine einzelne
33 PostScript-Seite. Es unterstützt eine große Auswahl von Layouts.
34
35 %description -l fr.UTF-8
36 mpage formate plusieurs pages de texte ASCII en un seule en
37 PostScript. Il reconnait plusieurs mises en pages.
38
39 %description -l pl.UTF-8
40 Mpage pobiera czyta pliki z czystym tekstem lub PostScriptem(TM),
41 zmniejsza rozmiar tekstu i drukuje na drukarce postscriptowej
42 umieszczając wiele stron na jednym wydruku. Mpage jest bardzo
43 użyteczny do drukowania dużych plików bez marnowania ton papieru.
44 Mpage obsługuje wiele opcji dotyczących wyglądu drukowanych stron.
45 Warto zainstalować mpage jeśli potrzebujemy narzędzia do drukowania
46 dużych dokumentów bez marnowania papieru.
47
48 %description -l tr.UTF-8
49 mpage çok sayfalı ASCII metinlerini tek bir PostScript sayfasına
50 biçimler. Sayfanın son şeklinin değişik biçimlerde elde edilebilmesine
51 olanak verir.
52
53 %prep
54 %setup -q
55 %patch0 -p1
56 %patch1 -p1
57 %patch2 -p1
58 %patch3 -p1
59 %patch4 -p1
60 %patch5 -p1
61
62 %build
63 %{__make} \
64         OPT_FLAGS="%{rpmcflags}"
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/mpage,%{_mandir}/man1}
69
70 %{__make} install \
71         PREFIX=$RPM_BUILD_ROOT%{_prefix}
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files
77 %defattr(644,root,root,755)
78 %doc CHANGES README NEWS TODO
79 %attr(755,root,root) %{_bindir}/mpage
80 %{_mandir}/*/*
81 %{_libdir}/mpage
This page took 0.045133 seconds and 2 git commands to generate.