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