]> git.pld-linux.org Git - packages/mpage.git/commitdiff
- updated to 2.5,
authorkloczek <kloczek@pld-linux.org>
Mon, 28 Feb 2000 08:32:36 +0000 (08:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized,
- added de, fr, tr translations fron BeroLinux spec,
- removed not necessary now dvips patch,
- updated Source url and added URL,
- removed Copyright fron %doc (clear license in in License field).

Changed files:
    mpage.spec -> 1.3

mpage.spec

index d889542566dacce56f912ec14faa9fbd692f7d78..18ad9b66842207c67f95a839e4cfce527dfddfc4 100644 (file)
@@ -1,41 +1,51 @@
 Summary:       A tool for printing multiple pages of text on each printed page.
+Summary(de):   plaziert mehrere Textseiten auf eine einzelne Postscript-Seite
+Summary(fr):   Place plusieurs pages de texte sur une simple page postscript.
 Summary(pl):   Narzêdzie pozwalaj±ce umie¶ciæ wiele strona na jednym wydruku.
+Summary(tr):   Birden fazla metin sayfasýný tek bir PostScript sayfasýna yerleþtirir
 Name:          mpage
-Version:       2.4
-Release:       8
-Copyright:     BSD
+Version:       2.5
+Release:       1
+License:       BSD
 Group:         Applications/Publishing
 Group(pl):     Aplikacje/Publikowanie
-Source:                ftp://sunsite.unc.edu:/pub/Linux/system/printing/mpage24.tgz
-Patch1:                mpage24-dvips.patch
-Patch2:                mpage-make.patch
+Source0:       http://www.mesa.nl/pub/mpage/%{name}-%{version}.tgz
+Patch0:                mpage-make.patch
+URL:           http://www.mesa.nl/index_e.html
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
-The mpage utility takes plain text files or PostScript(TM) documents
-as input, reduces the size of the text, and prints the files on a
-PostScript printer with several pages on each sheet of paper.  Mpage
-is very useful for viewing large printouts without using up tons of
-paper.  Mpage supports many different layout options for the printed
-pages.
+The mpage utility takes plain text files or PostScript(TM) documents as
+input, reduces the size of the text, and prints the files on a PostScript
+printer with several pages on each sheet of paper.  Mpage is very useful
+for viewing large printouts without using up tons of paper.  Mpage supports
+many different layout options for the printed pages.  Mpage should be
+installed if you need a useful utility for viewing long text documents
+without wasting paper.
 
-Mpage should be installed if you need a useful utility for viewing
-long text documents without wasting paper.
+%description -l de
+mpage formatiert mehrere Seiten ASCII-Text in eine einzelne
+PostScript-Seite. Es unterstützt eine große Auswahl von Layouts.
+
+%description -l fr
+mpage formate plusieurs pages de texte ASCII en un seule en PostScript. Il
+reconnait plusieurs mises en pages.
 
 %description -l pl
 Mpage pobiera czyta pliki z czystym tekstem lub PostScriptem(TM), zmiejsza
-rozmiar tekstu i drukuje na drukarce PostScriptowej umieszczaj±c wiele stron
-na jednym wydruku. Mpage jest bardzo u¿yteczny do drukowania du¿ych plików
-bez marnowania ton papieru. Mpage obs³uguje wiele opcji dotycz±cych wygl±du
-drukowanych stron.
+rozmiar tekstu i drukuje na drukarce PostScriptowej umieszczaj±c wiele
+stron na jednym wydruku. Mpage jest bardzo u¿yteczny do drukowania du¿ych
+plików bez marnowania ton papieru. Mpage obs³uguje wiele opcji dotycz±cych
+wygl±du drukowanych stron.  Zainstaluj mpage je¶li potrzebujesz narzêdzia
+do drukowania du¿ych dokumentów bez marnowania papieru.
 
-Zainstaluj mpage je¶li potrzebujesz narzêdzia do drukowania du¿ych dokumentów
-bez marnowania papieru.
+%description -l tr
+mpage çok sayfalý ASCII metinlerini tek bir PostScript sayfasýna biçimler.
+Sayfanýn son þeklinin deðiþik biçimlerde elde edilebilmesine olanak verir.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
+%patch0 -p1
 
 %build
 make 
@@ -46,7 +56,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/mpage,%{_mandir}/man1}
 
 make PREFIX=$RPM_BUILD_ROOT%{_prefix} install
 
-gzip -9nf CHANGES Copyright README NEWS TODO $RPM_BUILD_ROOT%{_mandir}/*/*
+gzip -9nf CHANGES README NEWS TODO $RPM_BUILD_ROOT%{_mandir}/*/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,4 +66,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.gz
 %attr(755,root,root) %{_bindir}/mpage
 %{_mandir}/*/*
-/usr/lib/mpage
+%{_libdir}/mpage
This page took 0.142263 seconds and 4 git commands to generate.