X-Git-Url: https://git.pld-linux.org/?p=packages%2Fa2ps.git;a=blobdiff_plain;f=a2ps.spec;h=dbd6991ed05cbc7b43366549645f74963b64f627;hp=fce86d93f760e3c4a1752c081e2c6109d0cd951c;hb=ffdb9d61146bbcc4d14f6f308276814ae9d6f731;hpb=0aaf9582f152f80272121ed0f77416c9b207fe69 diff --git a/a2ps.spec b/a2ps.spec index fce86d9..dbd6991 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -1,89 +1,129 @@ -Summary: Text to Postscript filter. -Summary(pl): Filtr text/plain do Postscriptu +# +# TODO: +# - do something with libpaper +# +Summary: Text to Postscript filter +Summary(ja.UTF-8): テキスト→PostScript フィルタ +Summary(pl.UTF-8): Filtr text/plain do Postscriptu +Summary(zh_CN.UTF-8): 纯文本到Postscript转换器 Name: a2ps -Version: 4.13b -Release: 1 +Version: 4.14 +Release: 0.1 License: GPL -Group: Utilities/Text -Group(pl): Narzêdzia/Tekst -Source: ftp://ftp.enst.fr/pub/unix/a2ps/%{name}-%{version}.tar.gz -Patch0: a2ps-info.patch -Prereq: /usr/sbin/fix-info-dir -Prereq: /sbin/ldconfig +Group: Applications/Text +# Source0: ftp://ftp.enst.fr/pub/unix/a2ps/%{name}-%{version}.tar.gz +Source0: http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz +# Source0-md5: 781ac3d9b213fa3e1ed0d79f986dc8c7 +Source1: ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz +# Source1-md5: fee1456d0e6e94af4fc5b5a1bb9687b7 +Source2: ogonkify.1.pl +Patch0: %{name}-info.patch +Patch1: %{name}-security.patch +Patch2: %{name}-etc.patch +Patch3: %{name}-flex.patch +Patch4: %{name}-conf.patch +Patch5: %{name}-glibcpaper.patch +Patch6: %{name}-autoenc.patch +Patch7: %{name}-i18n.patch +Patch8: %{name}-ogonkify-xfig-fix.patch +Patch9: %{name}-pl.po-update.patch +Patch10: %{name}-locale-names.patch +Patch11: %{name}-atan2.patch URL: http://www.inf.enst.fr/~demaille/a2ps/ +BuildRequires: automake +BuildRequires: flex +BuildRequires: gettext-devel +BuildRequires: gperf +BuildRequires: texinfo +BuildConflicts: libpaper-devel +Requires(post,postun): /sbin/ldconfig +Requires: psutils BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _sysconfdir /etc/a2ps %description -a2ps is a text to PostScript filter with pretty-printing capabilities. It -includes support for a wide number of programming languages, encodings (ISO -Latins, Cyrillic etc.), medias, and spoken languages (for the interface). -It has also the ability to delegate the processing of some files to other -applications, letting you print DVI, PostScript etc. with the very same -interface. - -%description -l pl -A2ps jest programem pozwalajaj±cym na ³adne drukowanie plików tekstowych w -PostScript. Posiada wsparcie dla wielu ró¿nych jêzyków programowania, -zestawów znaków (ISO Latins, Cyrilica etc.), wielko¶ci papieru, i jêzyków -komunikacji z u¿ytkownikiem. Potrafi tak¿e przekazaæ przetwarzanie plików -do innych programów (tak, ¿e mo¿na wszystko drukowaæ (DVI, PostScript) przy - u¿yciu tego samego polecenia. Zawiera program ,,ogonkify'' poprawiaj±cy -b³êdnie zakodowany PostScript zawieraj±cy polskie znaki. +a2ps is a text to PostScript filter with pretty-printing capabilities. +It includes support for a wide number of programming languages, +encodings (ISO Latins, Cyrillic etc.), medias, and spoken languages +(for the interface). It has also the ability to delegate the +processing of some files to other applications, letting you print DVI, +PostScript etc. with the very same interface. + +%description -l pl.UTF-8 +A2ps jest programem pozwalającym na ładne drukowanie plików tekstowych +w PostScript. Posiada wsparcie dla wielu różnych języków +programowania, zestawów znaków (ISO Latins, Cyrilica etc.), wielkości +papieru, i języków komunikacji z użytkownikiem. Potrafi także +przekazać przetwarzanie plików do innych programów (tak, że można +wszystko drukować (DVI, PostScript) przy użyciu tego samego polecenia. +Zawiera program ,,ogonkify'' poprawiający błędnie zakodowany +PostScript zawierający polskie znaki. %package devel Summary: Header files and development documentation for a2ps -Summary(pl): Pliki nag³ówkowe i dokunentacja do a2ps -Group: Libraries -Group(pl): Biblioteki -Requires: %{name} = %{version} +Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja do a2ps +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} %description devel -Header files and development documentation for a2ps. +Header files and development documentation for a2ps. -%description devel -l pl -Pliki nag³ówkowe i dokumentacja do a2ps. +%description devel -l pl.UTF-8 +Pliki nagłówkowe i dokumentacja do a2ps. %package static Summary: a2ps static libraries -Summary(pl): Biblioteki statyczne do a2ps -Group: Libraries -Group(pl): Biblioteki -Requires: %{name}-devel = %{version} +Summary(pl.UTF-8): Biblioteki statyczne do a2ps +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} %description static -a2ps static libraries. +a2ps static libraries. -%description static -l pl -Biblioteki statyczne do a2ps. +%description static -l pl.UTF-8 +Biblioteki statyczne do a2ps. %prep -%setup -q -n %{name}-4.13 +%setup -q -a1 %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p0 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 + +mv -f po/{no,nb}.po %build -LDFLAGS="-s"; export LDFLAGS -%configure \ +cp -f /usr/share/automake/config.* auxdir +%configure2_13 \ --with-gnu-gettext \ - --with-medium=A4 \ + --with-medium=_glibc \ --with-encoding=latin1 \ - --enable-shared -make + --enable-shared \ + --enable-kanji +%{__make} %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir}/a2ps/{afm,fonts} \ + $RPM_BUILD_ROOT%{_mandir}/pl/man1 -perl -pe 's/^lispdir = $/lispdir = \$(prefix)\/lib\/emacs\/site-lisp/g' contrib/emacs/Makefile >tmp +%{__perl} -pi -e 's/^lispdir = $/lispdir = \$(prefix)\/lib\/emacs\/site-lisp/g' contrib/emacs/Makefile -mv tmp contrib/emacs/Makefile -make install DESTDIR=$RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT -strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.* - -gzip -9nf $RPM_BUILD_ROOT%{_infodir}/* \ - $RPM_BUILD_ROOT%{_mandir}/man1/* \ - AUTHORS ChangeLog NEWS README THANKS +install i18n-fonts-0.1/afm/*.afm $RPM_BUILD_ROOT%{_datadir}/a2ps/afm +install i18n-fonts-0.1/fonts/*.pfb $RPM_BUILD_ROOT%{_datadir}/a2ps/fonts +install %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/pl/man1 %find_lang %{name} @@ -91,26 +131,28 @@ gzip -9nf $RPM_BUILD_ROOT%{_infodir}/* \ rm -rf $RPM_BUILD_ROOT %post -/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 /sbin/ldconfig %postun -/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 /sbin/ldconfig %files -f %{name}.lang %defattr(644,root,root,755) -%doc {AUTHORS,ChangeLog,NEWS,README,THANKS}.gz - -%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/a2ps.cfg -%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/a2ps-site.cfg - +%doc AUTHORS ChangeLog NEWS README THANKS +%dir %{_sysconfdir} +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/a2ps.cfg +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/a2ps-site.cfg %attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/liba2ps.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/liba2ps.so.1 %{_mandir}/man1/* +%lang(pl) %{_mandir}/pl/man1/* %{_infodir}/a2ps*info* %{_infodir}/ogonkify*info* +%dir %{_datadir}/a2ps %dir %{_datadir}/a2ps/afm %{_datadir}/a2ps/afm/*.afm %{_datadir}/a2ps/afm/*.map @@ -130,10 +172,10 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.la -%attr(755,root,root) %{_libdir}/lib*.so +%{_libdir}/liba2ps.la +%attr(755,root,root) %{_libdir}/liba2ps.so %{_includedir}/* %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/liba2ps.a