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