]> git.pld-linux.org Git - packages/enscript.git/blob - enscript.spec
- massive attack, adding Source-md5
[packages/enscript.git] / enscript.spec
1 Summary:        Converts plain ASCII to PostScript
2 Summary(es):    Convierte texto ASCII a postscript
3 Summary(pl):    Konwertuje czyste ASCII do PostScriptu
4 Summary(pt_BR): Converte texto ASCII para postscript
5 Name:           enscript
6 Version:        1.6.4
7 Release:        0.9
8 License:        GPL
9 Group:          Applications/Publishing
10 Source0:        http://www.iki.fi/mtr/genscript/%{name}-%{version}.tar.gz
11 # Source0-md5: b5174b59e4a050fb462af5dbf28ebba3
12 Patch0:         %{name}-ac_fixes.patch
13 Patch1:         %{name}-am_fixes.patch
14 Patch2:         %{name}-mail.patch
15 Patch3:         %{name}-debian.patch
16 Patch4:         %{name}-info.patch
17 URL:            http://www.iki.fi/mtr/genscript/
18 BuildRequires:  autoconf >= 2.57
19 BuildRequires:  automake
20 BuildRequires:  gettext-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22 Obsoletes:      nenscript
23
24 %description
25 Enscript is a print filter. It can take ASCII input and format it into
26 PostScript output. At the same time, it can also do nice
27 transformations like putting two ASCII pages on one physical page
28 (side by side) or changing fonts.
29
30 %description -l es
31 Convierte texto ASCII a postscript.
32
33 %description -l pl
34 Enscript jest filtrem wykorzystywanym przy drukowaniu. Na wej¶ciu
35 przyjmuje dane ASCII i konwertuje je na PostScript. Potrafi
36 równocze¶nie dokonaæ pewnych u¿ytecznych przekszta³ceñ, jak np.
37 umieszczenie dwóch stron ASCII na jednej stronie fizycznej (obok
38 siebie) czy zmiana czcionki.
39
40 %description -l pt_BR
41 O enscript é um filtro de impressão. Ele pega texto ascii e o formata
42 em postscript. Além disto, ele pode também fazer várias
43 transformações, como por exemplo colocar duas páginas ascii em uma
44 página física (lado a lado) ou modificar as fontes do texto.
45
46 %prep
47 %setup -q
48 %patch0 -p1
49 %patch1 -p1
50 %patch2 -p1
51 %patch3 -p1
52 %patch4 -p1
53
54 %build
55 rm -rf missing
56 %{__gettextize}
57 %{__aclocal}
58 %{__autoheader}
59 %{__autoconf}
60 %{__automake}
61 %configure \
62         --with-media=A4 \
63         --sysconfdir=%{_sysconfdir}
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install DESTDIR=$RPM_BUILD_ROOT
70
71 ln -sf enscript $RPM_BUILD_ROOT%{_bindir}/nenscript
72
73 %find_lang %{name}
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %post
79 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
80
81 %postun
82 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
83
84 %files -f %{name}.lang
85 %defattr(644,root,root,755)
86 %doc AUTHORS ChangeLog NEWS README README.ESCAPES THANKS TODO docs/FAQ.html
87 %config(noreplace) %{_sysconfdir}/enscript.cfg
88 %attr(755,root,root) %{_bindir}/diffpp
89 %attr(755,root,root) %{_bindir}/sliceprint
90 %attr(755,root,root) %{_bindir}/enscript
91 %attr(755,root,root) %{_bindir}/nenscript
92 %attr(755,root,root) %{_bindir}/mkafmmap
93 %attr(755,root,root) %{_bindir}/states
94 %attr(755,root,root) %{_bindir}/over
95 %{_datadir}/enscript
96 %{_mandir}/man1/*
97 %{_infodir}/*.info*
This page took 0.088447 seconds and 4 git commands to generate.