]> git.pld-linux.org Git - packages/enscript.git/commitdiff
- release 15,
authorkloczek <kloczek@pld-linux.org>
Thu, 13 Dec 2001 22:23:59 +0000 (22:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added {ac,am}_fixes patches,
- merge translations from Conectiva,
- some other minor changes.

Changed files:
    enscript.spec -> 1.15

enscript.spec

index eca7e3f028df2826490954e593dd6f6dff3cc51b..ce31e335d5c10a195a07cf3990e7209939571b55 100644 (file)
@@ -1,8 +1,10 @@
 Summary:       Converts plain ASCII to PostScript
+Summary(es):   Convierte texto ASCII a postscript
 Summary(pl):   Konwertuje czyste ASCII do PostScriptu
+Summary(pt_BR):        Converte texto ASCII para postscript
 Name:          enscript
 Version:       1.6.1
-Release:       9
+Release:       15
 License:       GPL
 Group:         Applications/Publishing
 Group(de):     Applikationen/Publizieren
@@ -10,8 +12,10 @@ Group(es):   Aplicaciones/Editoraci
 Group(pl):     Aplikacje/Publikowanie
 Group(pt_BR):  Aplicações/Editoração
 Source0:       ftp://ftp.gnu.org/pub/gnu/%{name}-%{version}.tar.gz
-Patch0:                %{name}-1.6.1-config.patch
-Patch1:                %{name}-ac_fix.patch
+Patch0:                %{name}-config.patch
+Patch1:                %{name}-ac_fixes.patch
+Patch2:                %{name}-am_fixes.patch
+Patch3:                %{name}-mail.patch
 URL:           http://www.iki.fi/~mtr/genscript/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -25,6 +29,9 @@ PostScript output. At the same time, it can also do nice
 transformations like putting two ASCII pages on one physical page
 (side by side) or changing fonts.
 
+%description -l es
+Convierte texto ASCII a postscript.
+
 %description -l pl
 Enscript jest filtrem wykorzystywanym przy drukowaniu. Na wej¶ciu
 przyjmuje dane ASCII i konwertuje je na PostScript. Potrafi
@@ -32,15 +39,24 @@ r
 umieszczenie dwóch stron ASCII na jednej stronie fizycznej (obok
 siebie) czy zmiana czcionki.
 
+%description -l pt_BR
+O enscript é um filtro de impressão. Ele pega texto ascii e o formata
+em postscript. Além disto, ele pode também fazer várias
+transformações, como por exemplo colocar duas páginas ascii em uma
+página física (lado a lado) ou modificar as fontes do texto.
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 rm -rf missing
 gettextize --copy --force
 aclocal
+autoheader
 autoconf
 automake -a -c
 %configure \
@@ -73,6 +89,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/mkafmmap
 %attr(755,root,root) %{_bindir}/states
 %attr(755,root,root) %{_bindir}/over
-%dir %{_datadir}/enscript
-%{_datadir}/enscript/*
+%{_datadir}/enscript
 %{_mandir}/man1/*
This page took 0.070848 seconds and 4 git commands to generate.