a2ps-vl.spec 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. Summary: Converts text and other types of files to PostScript(TM).
  2. Summary(ja): テキストなどのPostscriptへのフィルタ
  3. Name: a2ps
  4. Version: 4.14
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: Applications/Publishing
  8. URL: http://www.inf.enst.fr/~demaille/a2ps/
  9. Source: ftp://ftp.enst.fr/pub/unix/a2ps/%{name}-%{version}.tar.gz
  10. Source1: ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz
  11. Source2: a2ps.sh
  12. Patch0: a2ps-4.13-conf.patch
  13. Patch1: a2ps-4.13-etc.patch
  14. Patch3: a2ps-4.13-security.patch
  15. Patch4: a2ps-4.13-glibcpaper.patch
  16. Patch6: a2ps-tmpdir.patch
  17. Patch7: a2ps-sort.patch
  18. Patch8: a2ps-iso5-minus.patch
  19. Patch9: a2ps-perl.patch
  20. # EUC-JP support
  21. Patch10: a2ps-4.13-eucjp.patch
  22. Patch11: a2ps-4.13-autoenc.patch
  23. Patch12: a2ps-4.13b-attr.patch
  24. Patch13: a2ps-4.13b-numeric.patch
  25. Patch14: a2ps-4.13b-encoding.patch
  26. Patch15: a2ps-4.13b-tilde.patch
  27. Patch16: a2ps-4.13b-rm.patch
  28. Patch17: a2ps-4.13-euckr.patch
  29. Patch18: a2ps-4.13-gnusource.patch
  30. Patch22: a2ps-4.13-hebrew.patch
  31. Patch26: a2ps-make-fonts-map.patch
  32. Patch27: a2ps-netscape.patch
  33. Patch28: a2ps-wdiff.patch
  34. Patch29: a2ps-U.patch
  35. Patch31: a2ps-mb.patch
  36. Patch34: a2ps-external-libtool.patch
  37. Patch35: a2ps-4.14-texinfo-nodes.patch
  38. Patch36: a2ps-forward-null.patch
  39. Patch37: a2ps-overrun-dynamic.patch
  40. Patch38: a2ps-overrun-static.patch
  41. Patch39: a2ps-resource-leak.patch
  42. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  43. BuildRequires: emacsen, gperf, flex, automake, autoconf, texinfo
  44. Requires: fileutils, sh-utils, info, mktemp
  45. Requires: psutils, ghostscript
  46. Obsoletes: a2ps-i18n
  47. Provides: a2ps-i18n
  48. Vendor: Project Vine
  49. Distribution: Vine Linux
  50. # Vine Patches
  51. Patch100: a2ps-4.13b-ptex.patch
  52. Patch101: a2ps-4.14-ja_po.patch
  53. Patch102: a2ps-4.13-printers.patch
  54. Patch103: a2ps-4.13-pdf.patch
  55. Patch104: a2ps-4.13-x86_64.patch
  56. %description
  57. The a2ps filter converts text and other types of files to PostScript(TM).
  58. A2ps has pretty-printing capabilities and includes support for a wide
  59. number of programming languages, encodings (ISO Latins, Cyrillic, etc.),
  60. and medias.
  61. %description -l ja
  62. a2psは優れた印刷能力をもった, テキストを PostScriptへ変換するフィルタ
  63. です。
  64. これは、プログラム言語や文字コード(ISO Latins, Cyrillic, EUC-JP等)、
  65. 用紙、(インタフェースに対して)NLSなどを広範囲にサポートしています。
  66. いくつかのファイルを別のアプリケーションでフィルタリングさせる機能も持っ
  67. ており、DVIや PostScript等を全く同じインタフェースで区別することなく印
  68. 刷することができます。
  69. %prep
  70. %setup -q -a 1
  71. %patch0 -p1
  72. %patch1 -p1
  73. %patch3 -p1 -b .security
  74. %patch4 -p1 -b .glibcpaper
  75. %patch7 -p1 -b .sort
  76. %patch8 -p1 -b .iso5-minus
  77. %patch9 -p1 -b .perl
  78. %patch10 -p1 -b .euc
  79. %patch11 -p1 -b .ae
  80. %patch12 -p1 -b .attr
  81. # Use C locale's decimal point style (bug #53715).
  82. %patch13 -p1 -b .numeric
  83. # Use locale to determine a sensible default encoding (bug #64584).
  84. %patch14 -p1 -b .encoding
  85. # Fix koi8 tilde (bug #66393).
  86. %patch15 -p1 -b .tilde
  87. # Add Korean resource file (bug #81421).
  88. %patch17 -p1 -b .euckr
  89. # Prevent strsignal segfaulting (bug #104970).
  90. %patch18 -p1 -b .gnusource
  91. # Hebrew support (bug #113191).
  92. %patch22 -p1 -b .hebrew
  93. # Use external libtool (bug #225235).
  94. %patch34 -p1 -b .external-libtool
  95. # Fix problems in make_fonts_map script (bug #142299). Patch from
  96. # Michal Jaegermann.
  97. %patch26 -p1 -b .make-fonts-map
  98. # Make pdiff default to not requiring wdiff (bug #68537).
  99. %patch28 -p1 -b .wdiff
  100. # Make pdiff use diff(1) properly (bug #156916).
  101. %patch29 -p1 -b .U
  102. # Fixed multibyte handling (bug #212154).
  103. %patch31 -p1 -b .mb
  104. # Remove dots in node names, patch from Vitezslav Crhonek (Bug #445971)
  105. %patch35 -p1 -b .nodes
  106. # Coverity fix (forward-null).
  107. %patch36 -p1 -b .forward-null
  108. # Coverity fix (overrun-dynamic).
  109. %patch37 -p1 -b .overrun-dynamic
  110. # Coverity fix (overrun-static).
  111. %patch38 -p1 -b .overrun-static
  112. # Coverity fix (resource-leak).
  113. %patch39 -p1 -b .resource-leak
  114. #
  115. # Vine patches
  116. #
  117. # use ptex, platex, pbibtex instead of tex, latex, bibtex
  118. %patch100 -p1 -b .ptex
  119. # year-month-day fix
  120. %patch101 -p0 -b .po
  121. # default output to stdout
  122. %patch102 -p0 -b .print
  123. # for ps2pdf
  124. %patch103 -p1 -b .pdf
  125. for file in AUTHORS ChangeLog; do
  126. iconv -f latin1 -t UTF-8 < $file > $file.utf8
  127. touch -c -r $file $file.utf8
  128. mv $file.utf8 $file
  129. done
  130. # Fix reference to a2ps binary (bug #112930).
  131. perl -pi -e "s,/usr/local/bin,%{_bindir}," contrib/emacs/a2ps.el
  132. #%__libtoolize --copy --force
  133. #%__cp %{_datadir}/aclocal/libtool.m4 m4/
  134. #%__aclocal -I m4
  135. #%__autoconf
  136. rm -f po/ja.gmo
  137. %build
  138. chmod 644 {encoding/euc-jp.edf,README.eucJP}.euc
  139. chmod 644 encoding/euc-kr.edf.euckr
  140. touch `find $PWD`
  141. EMACS=emacs ./configure \
  142. --prefix=%{_prefix} \
  143. --libdir=%{_libdir} \
  144. --sysconfdir=%{_sysconfdir} \
  145. --infodir=%{_infodir} \
  146. --mandir=%{_mandir} \
  147. --datadir=%{_datadir} \
  148. --with-medium=_glibc \
  149. --enable-kanji
  150. # Remove prebuilt info files to force regeneration at build time
  151. find . -name "*.info*" -exec rm -f {} \;
  152. # force rebuilding scanners by flex - patched or not
  153. find src lib -name '*.l' -exec touch {} \;
  154. # these scanners use 'lineno' - incompatible with -CFe flex flags
  155. #(
  156. # cd src
  157. # /bin/sh ../auxdir/ylwrap "flex" sheets-map.l lex.yy.c sheets-map.c --
  158. # /bin/sh ../auxdir/ylwrap "flex" lexssh.l lex.yy.c lexssh.c --
  159. # cd ../lib
  160. # /bin/sh ../auxdir/ylwrap "flex" lexppd.l lex.yy.c lexppd.c --
  161. #)
  162. make CFLAGS="$RPM_OPT_FLAGS"
  163. %install
  164. rm -rf $RPM_BUILD_ROOT
  165. make DESTDIR=$RPM_BUILD_ROOT install
  166. mkdir -p %{buildroot}%{_datadir}/a2ps/{afm,fonts}
  167. pushd i18n-fonts-0.1/afm
  168. install -m 0644 *.afm %{buildroot}%{_datadir}/a2ps/afm
  169. pushd ../fonts
  170. install -m 0644 *.pfb %{buildroot}%{_datadir}/a2ps/fonts
  171. popd
  172. popd
  173. # for ja_JP.UTF-8
  174. mv %{buildroot}%{_bindir}/a2ps %{buildroot}%{_bindir}/a2ps.bin
  175. install -c -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/a2ps
  176. ln -sf %{_bindir}/a2ps %{buildroot}%{_bindir}/a2pdf
  177. ### FIXME ###
  178. inst()
  179. {
  180. mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp/
  181. for f in contrib/emacs/*.el; do \
  182. install -m 0644 $f %{buildroot}%{_datadir}/emacs/site-lisp/ ; done
  183. }
  184. rm -f $RPM_BUILD_ROOT%{_infodir}/dir
  185. gzip $RPM_BUILD_ROOT%{_infodir}/* || :
  186. %find_lang %name
  187. %clean
  188. rm -rf $RPM_BUILD_ROOT
  189. %post
  190. /sbin/install-info %{_infodir}/a2ps.info.gz %{_infodir}/dir
  191. /sbin/install-info %{_infodir}/ogonkify.info.gz %{_infodir}/dir
  192. /sbin/install-info %{_infodir}/regex.info.gz %{_infodir}/dir
  193. (cd %{_datadir}/a2ps/afm;
  194. ./make_fonts_map.sh > /dev/null 2>&1 || /bin/true
  195. if [ -f fonts.map.new ]; then
  196. mv fonts.map.new fonts.map
  197. fi
  198. )
  199. %preun
  200. if [ $1 = 0 ]; then
  201. /sbin/install-info --delete %{_infodir}/a2ps.info.gz %{_infodir}/dir
  202. /sbin/install-info --delete %{_infodir}/ogonkify.info.gz %{_infodir}/dir
  203. /sbin/install-info --delete %{_infodir}/regex.info.gz %{_infodir}/dir
  204. fi
  205. %files -f %{name}.lang
  206. %defattr(-,root,root)
  207. %config (noreplace) %{_sysconfdir}/a2ps.cfg
  208. %config(noreplace) %{_sysconfdir}/a2ps-site.cfg
  209. %doc AUTHORS ChangeLog COPYING NEWS README TODO THANKS
  210. %{_bindir}/*
  211. %{_libdir}/*.so*
  212. %{_includedir}/*
  213. %{_infodir}/a2ps.info*
  214. %{_infodir}/ogonkify.info*
  215. %{_infodir}/regex.info*
  216. %{_mandir}/*/*
  217. %config %{_datadir}/a2ps/afm/fonts.map
  218. %{_datadir}/a2ps/afm/*.afm
  219. %{_datadir}/a2ps/afm/make_fonts_map.sh
  220. %{_datadir}/a2ps/README
  221. %{_datadir}/a2ps/encoding
  222. %{_datadir}/a2ps/fonts
  223. %{_datadir}/a2ps/ppd
  224. %{_datadir}/a2ps/ps
  225. %{_datadir}/a2ps/sheets
  226. %{_datadir}/ogonkify/
  227. %{_datadir}/emacs/site-lisp/*
  228. %dir %{_datadir}/a2ps/afm
  229. %dir %{_datadir}/a2ps
  230. %changelog
  231. * Mon May 07 2012 KOBAYASHI Taizo <tkoba@vinelinux.org> 4.14-1
  232. - new upstream release
  233. - a2ps.sh: fix handling options
  234. * Fri Apr 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 4.13b-58
  235. - updated a2ps-4.13b-ptex.patch: replaced jbibtex with pbibtex
  236. * Mon Jun 21 2010 KOBAYASHI Taizo <tkoba@vinelinux.org> 4.13b-57
  237. - a2ps.sh: fix suffix handling
  238. * Sat Jun 13 2009 KOBAYASHI Taizo <tkoba@vinelinux.org> 4.13b-56
  239. - add x86_64 patch (patch104)
  240. * Thu Apr 30 2009 KOBAYASHI Taizo <tkoba@vinelinux.org> 4.13b-55
  241. - modified a2ps/pf wrapper script for handling utf-8
  242. * Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 4.13b-54vl5
  243. - applied new versioning policy, spec in utf-8
  244. - fixed typo of release number at Sun Aug 20 2006
  245. #* Sun Aug 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 4.13b-30vl5
  246. * Sun Aug 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 4.13b-53vl1
  247. - add BuildRequires: emacsen instead of emacs
  248. - add BuildRequires: flex, automake, autoconf
  249. - add Requires: mktemp
  250. - update conf.patch (patch0)
  251. - move {po,printers,pdf}.patch to patch101-103
  252. - not apply po.patch (patch101)
  253. - sync with fedora core's 4.13b-53
  254. * Fri Jul 14 2006 Tim Waugh <twaugh@redhat.com> 4.13b-53
  255. - Fixed Hebrew font names (bug #174304).
  256. * Tue May 30 2006 Tim Waugh <twaugh@redhat.com> 4.13b-51
  257. - Build requires gettext (bug #193346).
  258. * Tue Apr 4 2006 Tim Waugh <twaugh@redhat.com> 4.13b-50
  259. - Use sort correctly in make_font_map.sh (bug #187884).
  260. * Wed Feb 15 2006 Tim Waugh <twaugh@redhat.com> 4.13b-49
  261. - Use mktemp in scripts.
  262. * Thu May 5 2005 Tim Waugh <twaugh@redhat.com> 4.13b-47
  263. - Make pdiff use diff(1) properly (bug #156916).
  264. * Wed Mar 23 2005 Tim Waugh <twaugh@redhat.com> 4.13b-46
  265. - Make pdiff default to not requiring wdiff (bug #68537).
  266. * Wed Feb 2 2005 Tim Waugh <twaugh@redhat.com> 4.13b-44
  267. - Don't try to run netscape. Run mozilla instead (bug #121393).
  268. * Thu Dec 9 2004 Tim Waugh <twaugh@redhat.com> 4.13b-43
  269. - Fixed font path (bug #142294).
  270. - Fixed problems in make_fonts_map script (bug #142299). Patch from
  271. Michal Jaegermann.
  272. * Tue Dec 7 2004 Tim Waugh <twaugh@redhat.com> 4.13b-42
  273. - Fixed configure.in.
  274. - Fixed m4 files.
  275. - Apply patch from bug #122699 to fix "too many includes" error.
  276. * Tue Oct 5 2004 Tim Waugh <twaugh@redhat.com> 4.13b-41
  277. - Build requires texinfo (bug #134663).
  278. * Thu Jul 29 2004 Tim Waugh <twaugh@redhat.com> 4.13b-40
  279. - Use environment variable to pass filenames to shell (bug #128647).
  280. * Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 4.13b-39
  281. - Build requires libtool (bug #125823).
  282. * Mon Mar 22 2004 Tim Waugh <twaugh@redhat.com> 4.13b-37
  283. - Build requires flex (bug #118892).
  284. * Tue Mar 2 2004 Tim Waugh <twaugh@redhat.com> 4.13b-35
  285. - Prevent "error: conflicting types for 'malloc'".
  286. * Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com> 4.13b-33
  287. - Post scriptlet requires sed, coreutils (bug #107322).
  288. * Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 4.13b-32
  289. - Hebrew support (bug #113191).
  290. * Tue Jan 6 2004 Tim Waugh <twaugh@redhat.com> 4.13b-31
  291. - Build requires gperf.
  292. - Fix problems in .y file spotted by stricter bison.
  293. - Fix reference to a2ps binary (bug #112930).
  294. * Mon Dec 06 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 4.13b-30vl4
  295. - added {pdf,po,printers}.patch
  296. changed default output dev from printer to stdout.
  297. - added a2pdf and requires ghostscript
  298. - build requires gperf
  299. * Thu Apr 24 2004 Satoshi MACHINO <machino@vinelinux.org> 4.13b-30vl2
  300. - fixed char set in spec
  301. -- SJIS to EUC-JP
  302. * Mon Dec 22 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 4.13b-30vl1
  303. - modified for Vine
  304. - added patch100 for using ptex and platex instead of tex and latex
  305. * Fri Oct 17 2003 Tim Waugh <twaugh@redhat.com> 4.13b-30
  306. - Prevent strsignal segfaulting (bug #104970).
  307. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  308. - rebuilt
  309. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  310. - rebuilt
  311. * Thu Jan 9 2003 Tim Waugh <twaugh@redhat.com> 4.13b-27
  312. - Add Korean resource file (bug #81421).
  313. * Tue Jan 7 2003 Jeff Johnson <jbj@redhat.com> 4.13b-26
  314. - don't include -debuginfo files in package.
  315. * Wed Nov 20 2002 Tim Powers <timp@redhat.com>
  316. - rebuild on all arches
  317. - remove lingering files from the buildroot that we aren't shipping
  318. - pass %%{_libdir} and %%{_datadir} to configure so that we are lib64'ized
  319. - fix bad perms on some files
  320. * Mon Aug 5 2002 Tim Waugh <twaugh@redhat.com> 4.13b-24
  321. - Prevent configure from going interactive (bug #70333).
  322. - Try to cope with UTF-8 a little bit (bug #70057).
  323. * Fri Jun 21 2002 Tim Powers <timp@redhat.com> 4.13b-23
  324. - automated rebuild
  325. * Fri Jun 21 2002 Tim Waugh <twaugh@redhat.com> 4.13b-22
  326. - Fix koi8 tilde (bug #66393).
  327. * Thu May 30 2002 Tim Waugh <twaugh@redhat.com> 4.13b-21
  328. - Provide a2ps-i18n (bug #65231).
  329. - Fix default encoding (bug #64584).
  330. * Thu May 23 2002 Tim Powers <timp@redhat.com> 4.13b-20
  331. - automated rebuild
  332. * Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 4.13b-19
  333. - Rebuild in new environment.
  334. * Tue Jan 22 2002 Tim Waugh <twaugh@redhat.com> 4.13b-18
  335. - Fix a2ps-4.13-conf.patch (bug #31360).
  336. - Add documentation about the default behaviour concerning LC_PAPER
  337. (bug #43829).
  338. * Wed Jan 09 2002 Tim Powers <timp@redhat.com> 4.13b-17
  339. - automated rebuild
  340. * Wed Jan 9 2002 Tim Waugh <twaugh@redhat.com>
  341. - Fix build with newer compiler.
  342. - s/Copyright:/License:/.
  343. - Use C locale's decimal point style (bug #53715).
  344. * Fri Jun 1 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
  345. - fixed varargs-usage in title.c
  346. * Thu Apr 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  347. - call libtoolize to allow easy porting to new archs
  348. * Thu Feb 28 2001 SATO Satoru <ssato@redhat.com>
  349. - bunzip2-ed all patches except eucjp
  350. * Thu Feb 22 2001 SATO Satoru <ssato@redhat.com>
  351. - support Japanese
  352. - bzip2-ed all patches
  353. - replace macros (%%makeinstall, %%configure) with traditional
  354. commands to avoid some troubles those macros caused.
  355. * Tue Feb 20 2001 Trond Eivind Glomsr <teg@redhat.com>
  356. - Using letter is as weird as oz, fl. oz, Fahrenheit, lb etc.
  357. Add a patch for using the glibc media type for giving US
  358. letter for en_US (only locale with this paper), and A4
  359. for everyone else.
  360. * Tue Feb 20 2001 Tim Powers <timp@redhat.com>
  361. - changed default medium back to letter (bug 27794)
  362. * Mon Feb 19 2001 Trond Eivind Glomsr <teg@redhat.com>
  363. - langify
  364. - use %%{_tmppath}
  365. * Mon Feb 12 2001 Tim Waugh <twaugh@redhat.com>
  366. - Fix tmpfile security patch so that it actually _works_ (bug #27155).
  367. * Sun Jan 21 2001 Tim Waugh <twaugh@redhat.com>
  368. - New-style prereq line.
  369. - %%post script requires fileutils (mv) and sh-utils (true). This
  370. should fix bug #24251).
  371. * Mon Jan 08 2001 Trond Eivind Glomsr <teg@redhat.com>
  372. - Add /usr/bin/emacs to BuildRequires
  373. - A4
  374. - specify use of GNU Emacs for building
  375. * Fri Jan 05 2001 Preston Brown <pbrown@redhat.com>
  376. - security patch for tmpfile creation from Olaf Kirch <okir@lst.de>
  377. * Mon Dec 11 2000 Preston Brown <pbrown@redhat.com>
  378. - obsoleted old a2ps-i18n package (it was tiny) and included those fonts
  379. directly here.
  380. * Thu Dec 7 2000 Tim Powers <timp@redhat.com>
  381. - built for dist-7.1
  382. * Mon Aug 07 2000 Tim Powers <timp@redhat.com>
  383. - update to 4.13b to fix some bugs, thanks to czar@acm.org for giving me a
  384. heads up on this (bug #15679)
  385. * Mon Jul 24 2000 Prospector <prospector@redhat.com>
  386. - rebuilt
  387. * Mon Jul 10 2000 Tim Powers <timp@redhat.com>
  388. - rebuilt
  389. * Fri Jun 23 2000 Tim Powers <timp@redhat.com>
  390. - info pages weren't getting gzipped.
  391. - stdout & stderror redirected to /dev/null in post section
  392. * Mon Jun 19 2000 Tim Powers <timp@redhat.com>
  393. - fixed bug 12451 which was a stupid mistake by me.
  394. - quiet the post section
  395. - added patches from michal@ellpspace.math.ualberta.ca and did some spec file
  396. magic he suggested as well.
  397. * Fri Jun 2 2000 Tim Powers <timp@redhat.com>
  398. - fixed bug 5876, was not setting the paper size to Letter again :(
  399. - man pages and info pages to /usr/share, FHS compliant.
  400. - used macros wherever possible
  401. * Wed May 31 2000 Tim Powers <timp@rehat.com>
  402. - fixed bug #11078, now requires psutils
  403. * Wed Apr 26 2000 Tim Powers <timp@redhat.com>
  404. - updated to 4.13
  405. - compress man pages
  406. * Thu Feb 10 2000 Tim Powers <timp@redhat.com>
  407. - gzip man pages
  408. - strip binaries
  409. * Mon Jan 24 2000 Tim Powers <timp@redhat.com>
  410. - had to be more specific since the i18n stuff was removed from the package.
  411. There is a new a2ps-i18n package which treats the
  412. /usr/share/a2ps/afm/fonts.map file as a config file
  413. * Wed Oct 27 1999 Tim Powers <timp@redhat.com>
  414. - added the --with-medium=Letter option to the configure process
  415. * Thu Aug 5 1999 Tim Powers <timp@redhat.com>
  416. - fixed problems with missing dirs as reported in bug 3822
  417. - built for powertools
  418. * Tue Jul 6 1999 Tim Powers <timp@redhat.com>
  419. - rebuilt for powertools 6.1
  420. * Wed May 12 1999 Bill Nottingham <notting@redhat.com>
  421. - add a2ps-site.cfg
  422. * Mon Apr 26 1999 Preston Brown <pbrown@redhat.com>
  423. - update to 4.12 for Powertools 6.0
  424. * Sat Oct 24 1998 Jeff Johnson <jbj@redhat.com>
  425. - narrower range of %files splats.
  426. - install info correctly.
  427. - new description/summary text.
  428. * Tue Oct 06 1998 Michael Maher <mike@redhat.com>
  429. - updated source
  430. * Sat Jul 04 1998 Michael Maher <mike@redhat.com>
  431. - built package