Blame SPECS/a2ps.spec

f97431
Summary: Converts text and other types of files to PostScript
f97431
Name: a2ps
f97431
Version: 4.14
f97431
Release: 23%{?dist}
f97431
License: GPLv3+
f97431
Group: Applications/Publishing
f97431
Source0: http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
f97431
Source1: ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz
f97431
Patch0: a2ps-4.13-conf.patch
f97431
Patch1: a2ps-4.13-etc.patch
f97431
Patch2: a2ps-lm.patch
f97431
Patch3: a2ps-4.13-security.patch
f97431
Patch4: a2ps-4.13-glibcpaper.patch
f97431
Patch5: a2ps-texi-comments.patch
f97431
Patch6: a2ps-aarch64.patch
f97431
Patch7: a2ps-sort.patch
f97431
Patch8: a2ps-iso5-minus.patch
f97431
Patch9: a2ps-perl.patch
f97431
# EUC-JP support
f97431
Patch10: a2ps-4.13-eucjp.patch
f97431
Patch11: a2ps-4.13-autoenc.patch
f97431
Patch12: a2ps-4.13b-attr.patch
f97431
Patch13: a2ps-4.13b-numeric.patch
f97431
Patch14: a2ps-4.13b-encoding.patch
f97431
Patch15: a2ps-4.13b-tilde.patch
f97431
Patch16: a2ps-bad-free.patch
f97431
Patch17: a2ps-4.13-euckr.patch
f97431
Patch18: a2ps-4.13-gnusource.patch
f97431
Patch20: a2ps-4.13-hebrew.patch
f97431
Patch26: a2ps-make-fonts-map.patch
f97431
Patch28: a2ps-wdiff.patch
f97431
Patch29: a2ps-U.patch
f97431
Patch31: a2ps-mb.patch
f97431
Patch34: a2ps-external-libtool.patch
f97431
Patch35: a2ps-4.14-texinfo-nodes.patch
f97431
Patch36: a2ps-forward-null.patch
f97431
Patch37: a2ps-overrun-dynamic.patch
f97431
Patch38: a2ps-overrun-static.patch
f97431
Patch39: a2ps-resource-leak.patch
f97431
Patch40: a2ps-CVE-2014-0466.patch
f97431
Requires: fileutils sh-utils info
f97431
BuildRequires: gperf
f97431
BuildRequires: emacs, flex, libtool, texinfo, groff
f97431
BuildRequires: ImageMagick
f97431
BuildRequires: groff-perl
f97431
BuildRequires: cups
f97431
BuildRequires: gettext, bison
f97431
BuildRequires: psutils, tetex-dvips, texinfo, tetex-latex, html2ps
f97431
# instead of gv, xdg-open should certainly be used
f97431
#BuildRequires: gv
f97431
Url: http://www.gnu.org/software/a2ps/
f97431
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f97431
Requires: psutils, ImageMagick, texinfo-tex, gzip, bzip2, groff-perl
f97431
Requires: tetex-dvips, tetex-latex, tetex-fonts, file, html2ps, psutils-perl
f97431
# for hebrew support, path set. 
f97431
# culmus-fonts
f97431
# And certainly other font sets for other languages may be needed
f97431
Requires(post): coreutils
f97431
Requires(post): /sbin/install-info
f97431
Requires(preun): /sbin/install-info
f97431
Obsoletes: a2ps-i18n <= 0.1-1
f97431
Provides: a2ps-i18n = 0.1-2
f97431
f97431
f97431
%package -n emacs-%{name}
f97431
Summary: Emacs bindings for a2ps files
f97431
Group: Applications/Editors
f97431
Requires: emacs(bin) >= %{_emacs_version}
f97431
f97431
f97431
%package -n emacs-%{name}-el
f97431
Summary: Elisp source files for emacs-%{name} under GNU Emacs
f97431
Group: Applications/Editors
f97431
Requires:       emacs-%{name} = %{version}-%{release}
f97431
f97431
f97431
%description
f97431
The a2ps filter converts text and other types of files to PostScript.
f97431
A2ps has pretty-printing capabilities and includes support for a wide
f97431
number of programming languages, encodings (ISO Latins, Cyrillic, etc.),
f97431
and medias.
f97431
f97431
f97431
%description -n emacs-%{name}
f97431
Postscript printing hook for a2ps and major mode for a2ps style sheets
f97431
for emacs.
f97431
f97431
f97431
%description -n emacs-%{name}-el
f97431
This package contains the elisp source files for emacs-%{name} under GNU 
f97431
Emacs. You do not need to install this package to run emacs-%{name}. Install 
f97431
the emacs-%{name} package to use emacs-%{name} with GNU Emacs.
f97431
f97431
f97431
%prep
f97431
%setup -q -a 1
f97431
f97431
# use fedora postscript font paths
f97431
%patch0 -p1 -b .conf
f97431
f97431
# add /etc/a2ps in directories searched for config files
f97431
%patch1 -p1 -b .etc 
f97431
f97431
# Link to libm in liba2ps (bug #809673).
f97431
%patch2 -p1 -b .lm
f97431
f97431
%patch3 -p1 -b .security
f97431
%patch4 -p1 -b .glibcpaper
f97431
f97431
# Fix texi build failure (bug #927633).
f97431
%patch5 -p1 -b .texi-comments
f97431
%patch6 -p1 -b .aarch64
f97431
f97431
%patch7 -p1 -b .sort
f97431
%patch8 -p1 -b .iso5-minus
f97431
%patch9 -p1 -b .perl
f97431
f97431
%patch10 -p1 -b .euc
f97431
%patch11 -p1 -b .ae
f97431
%patch12 -p1 -b .attr
f97431
f97431
# Use C locale's decimal point style (bug #53715).
f97431
%patch13 -p1 -b .numeric
f97431
f97431
# Use locale to determine a sensible default encoding (bug #64584).
f97431
%patch14 -p1 -b .encoding
f97431
f97431
# Fix koi8 tilde (bug #66393).
f97431
%patch15 -p1 -b .tilde
f97431
f97431
# Avoid a bad free in the encoding handling logic (bug #954104).
f97431
%patch16 -p1 -b .bad-free
f97431
f97431
# Add Korean resource file (bug #81421).
f97431
%patch17 -p1 -b .euckr
f97431
f97431
# Prevent strsignal segfaulting (bug #104970).
f97431
%patch18 -p1 -b .gnusource
f97431
f97431
# Hebrew support (bug #113191).
f97431
%patch20 -p1 -b .hebrew
f97431
f97431
# Use external libtool (bug #225235).
f97431
%patch34 -p1 -b .external-libtool
f97431
f97431
# Fix problems in make_fonts_map script (bug #142299).  Patch from
f97431
# Michal Jaegermann.
f97431
%patch26 -p1 -b .make-fonts-map
f97431
f97431
# Make pdiff default to not requiring wdiff (bug #68537).
f97431
%patch28 -p1 -b .wdiff
f97431
f97431
# Make pdiff use diff(1) properly (bug #156916).
f97431
%patch29 -p1 -b .U
f97431
f97431
# Fixed multibyte handling (bug #212154).
f97431
%patch31 -p1 -b .mb
f97431
f97431
# Remove dots in node names, patch from Vitezslav Crhonek (Bug #445971)
f97431
%patch35 -p1 -b .nodes
f97431
f97431
# Coverity fix (forward-null).
f97431
%patch36 -p1 -b .forward-null
f97431
f97431
# Coverity fix (overrun-dynamic).
f97431
%patch37 -p1 -b .overrun-dynamic
f97431
f97431
# Coverity fix (overrun-static).
f97431
%patch38 -p1 -b .overrun-static
f97431
f97431
# Coverity fix (resource-leak).
f97431
%patch39 -p1 -b .resource-leak
f97431
f97431
# Invoke gs with the -dSAFER option in fixps (CVE-2014-0466, bug #1082410).
f97431
%patch40 -p1 -b .CVE-2014-0466
f97431
f97431
for file in AUTHORS ChangeLog; do
f97431
  iconv -f latin1 -t UTF-8 < $file > $file.utf8
f97431
  touch -c -r $file $file.utf8
f97431
  mv $file.utf8 $file
f97431
done
f97431
f97431
mv doc/encoding.texi doc/encoding.texi.utf8
f97431
iconv -f KOI-8 -t UTF-8 doc/encoding.texi.utf8 -o doc/encoding.texi
f97431
f97431
# Fix reference to a2ps binary (bug #112930).
f97431
sed -i -e "s,/usr/local/bin,%{_bindir}," contrib/emacs/a2ps.el
f97431
f97431
chmod -x lib/basename.c lib/xmalloc.c
f97431
f97431
# restore timestamps of patched files
f97431
touch -c -r configure.in.conf configure.in
f97431
touch -c -r config.h.in.euc config.h.in
f97431
touch -c -r configure.conf configure
f97431
touch -c -r src/Makefile.am.euc src/Makefile.am
f97431
touch -c -r etc/Makefile.am.etc etc/Makefile.am
f97431
#touch -c -r fonts/Makefile.in src/Makefile.in lib/Makefile.in
f97431
touch -c -r etc/Makefile.in.etc etc/Makefile.in
f97431
f97431
chmod 644 encoding/iso8.edf.hebrew
f97431
chmod 644 encoding/euc-kr.edf.euckr
f97431
f97431
%build
f97431
# preset the date in README.in to avoid the timestamp of the build time
f97431
sed -e "s!@date@!`date -r NEWS`!" etc/README.in > etc/README.in.tmp
f97431
touch -c -r etc/README.in etc/README.in.tmp
f97431
mv etc/README.in.tmp etc/README.in
f97431
f97431
EMACS=emacs %configure \
f97431
  --with-medium=_glibc \
f97431
  --enable-kanji \
f97431
  --with-lispdir=%{_emacs_sitelispdir}/%{name}
f97431
f97431
# Remove prebuilt info files to force regeneration at build time
f97431
find . -name "*.info*" -exec rm -f {} \;
f97431
# force rebuilding scanners by flex - patched or not
f97431
find src lib -name '*.l' -exec touch {} \;
f97431
# these scanners use 'lineno' - incompatible with -CFe flex flags
f97431
#(
f97431
#    cd src
f97431
#    /bin/sh ../auxdir/ylwrap "flex" sheets-map.l lex.yy.c sheets-map.c --
f97431
#    /bin/sh ../auxdir/ylwrap "flex" lexssh.l lex.yy.c lexssh.c --
f97431
#    cd ../lib
f97431
#    /bin/sh ../auxdir/ylwrap "flex" lexppd.l lex.yy.c lexppd.c --
f97431
#)
f97431
f97431
make %{?_smp_mflags}
f97431
f97431
%install
f97431
rm -rf %{buildroot}
f97431
make DESTDIR=%{buildroot} install INSTALL='install -p'
f97431
f97431
# reset the timestamp for the generated etc/README file
f97431
touch -r etc/README.in %{buildroot}%{_datadir}/a2ps/README
f97431
f97431
mkdir -p %{buildroot}%{_sysconfdir}/a2ps
f97431
f97431
mkdir -p %{buildroot}%{_datadir}/a2ps/{afm,fonts}
f97431
pushd i18n-fonts-0.1/afm
f97431
install -p -m 0644 *.afm %{buildroot}%{_datadir}/a2ps/afm
f97431
pushd ../fonts
f97431
install -p -m 0644 *.pfb %{buildroot}%{_datadir}/a2ps/fonts
f97431
popd
f97431
popd
f97431
f97431
# Don't ship the library file or header (bug #203536).
f97431
rm %{buildroot}%{_libdir}/*.{so,a,la}
f97431
rm %{buildroot}%{_includedir}/*
f97431
f97431
rm -f %{buildroot}%{_infodir}/dir
f97431
f97431
%find_lang %name
f97431
f97431
%clean
f97431
rm -rf %{buildroot}
f97431
f97431
%post
f97431
/sbin/ldconfig
f97431
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
f97431
/sbin/install-info %{_infodir}/ogonkify.info %{_infodir}/dir || :
f97431
/sbin/install-info %{_infodir}/regex.info %{_infodir}/dir || :
f97431
(cd %{_datadir}/a2ps/afm;
f97431
 ./make_fonts_map.sh > /dev/null 2>&1 || /bin/true
f97431
 if [ -f fonts.map.new ]; then
f97431
   mv fonts.map.new fonts.map
f97431
 fi
f97431
)
f97431
exit 0
f97431
f97431
%preun
f97431
if [ $1 = 0 ]; then
f97431
   /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
f97431
   /sbin/install-info --delete %{_infodir}/ogonkify.info %{_infodir}/dir || :
f97431
   /sbin/install-info --delete %{_infodir}/regex.info %{_infodir}/dir || :
f97431
fi
f97431
exit 0
f97431
f97431
%postun -p /sbin/ldconfig
f97431
f97431
%files -f %{name}.lang
f97431
%defattr(-,root,root,-)
f97431
%dir %{_sysconfdir}/a2ps
f97431
%config %{_sysconfdir}/a2ps.cfg
f97431
%config(noreplace) %{_sysconfdir}/a2ps-site.cfg
f97431
%doc AUTHORS ChangeLog COPYING NEWS README TODO THANKS
f97431
%{_bindir}/*
f97431
%{_infodir}/a2ps.info*
f97431
%{_infodir}/ogonkify.info*
f97431
%{_infodir}/regex.info*
f97431
%{_mandir}/*/*
f97431
# automatically regenerated at install and update time
f97431
%verify(not size mtime md5) %{_datadir}/a2ps/afm/fonts.map
f97431
%{_datadir}/a2ps/afm/*.afm
f97431
%{_datadir}/a2ps/afm/make_fonts_map.sh
f97431
%{_datadir}/a2ps/README
f97431
%{_datadir}/a2ps/encoding
f97431
%{_datadir}/a2ps/fonts
f97431
%{_datadir}/a2ps/ppd
f97431
%{_datadir}/a2ps/ps
f97431
%{_datadir}/a2ps/sheets
f97431
%{_datadir}/ogonkify/
f97431
%dir %{_datadir}/a2ps/afm
f97431
%dir %{_datadir}/a2ps
f97431
%{_libdir}/*.so*
f97431
f97431
%files -n emacs-%{name}
f97431
%defattr(-,root,root,-)
f97431
%dir %{_emacs_sitelispdir}/%{name}
f97431
%{_emacs_sitelispdir}/%{name}/*.elc
f97431
f97431
%files -n emacs-%{name}-el
f97431
%defattr(-,root,root,-)
f97431
%{_emacs_sitelispdir}/%{name}/*.el
f97431
f97431
%changelog
f97431
* Tue Apr  1 2014 Tim Waugh <twaugh@redhat.com> - 4.14-23
f97431
- Invoke gs with the -dSAFER option in fixps (CVE-2014-0466, bug #1082410).
f97431
f97431
* Tue Jan 28 2014 Daniel Mach <dmach@redhat.com> - 4.14-22
f97431
- Mass rebuild 2014-01-24
f97431
f97431
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.14-21
f97431
- Mass rebuild 2013-12-27
f97431
f97431
* Tue Apr 30 2013 Tim Waugh <twaugh@redhat.com> - 4.14-20
f97431
- Avoid a bad free in the encoding handling logic (bug #954104).
f97431
f97431
* Mon Apr 29 2013 Tim Waugh <twaugh@redhat.com> - 4.14-19
f97431
- Support for building on aarch64 (bug #924962).
f97431
f97431
* Tue Mar 26 2013 Tim Waugh <twaugh@redhat.com> - 4.14-18
f97431
- Fixed texi build failure (bug #927633).
f97431
f97431
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-17
f97431
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f97431
f97431
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-16
f97431
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f97431
f97431
* Wed Apr  4 2012 Tim Waugh <twaugh@redhat.com> - 4.14-15
f97431
- Link to libm in liba2ps (bug #809673).
f97431
f97431
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-14
f97431
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f97431
f97431
* Wed Aug 10 2011 Tim Waugh <twaugh@redhat.com> - 4.14-13
f97431
- Coverity fixes (resource-leak, overrun-static, overrun-dynamic,
f97431
  forward-null).
f97431
f97431
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-12
f97431
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f97431
f97431
* Sun Mar 14 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 4.14-11
f97431
- Spec file fixes for Emacs add-on guideline compliance
f97431
- Move *.el(c) files to their own directory
f97431
- Use Emacs packaging macros
f97431
- Remove unneeded pkgconfig macros
f97431
f97431
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-10
f97431
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f97431
f97431
* Wed Jul 22 2009 Adam Jackson <ajax@redhat.com> 4.14-9
f97431
- Requires: psutils-perl for fixps
f97431
f97431
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-8
f97431
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f97431
f97431
* Fri Jan 30 2009 Tim Waugh <twaugh@redhat.com> 4.14-7
f97431
- Removed trade marks to avoid potential confusion.
f97431
f97431
* Wed Sep 24 2008 Tim Waugh <twaugh@redhat.com> 4.14-6
f97431
- Removed patch fuzz.
f97431
f97431
* Thu May 29 2008 Tim Waugh <twaugh@redhat.com> 4.14-5
f97431
- Removed old patches.
f97431
f97431
* Sun May 18 2008 Patrice Dumas <pertusus@free.fr> 4.14-4
f97431
- remove dots in node names, patch from Vitezslav Crhonek (bug #445971)
f97431
f97431
* Wed May 14 2008 Patrice Dumas <pertusus@free.fr> 4.14-3
f97431
- %%{_datadir}/a2ps/afm/fonts.map is dynamically generated, mark it
f97431
  as such in %%files (bug #70919)
f97431
f97431
* Sun Apr 27 2008 Patrice Dumas <pertusus@free.fr> 4.14-2
f97431
- update to 4.14
f97431
- don't obsolete the provided version of a2ps-i18n
f97431
- use html2ps for the html delegation
f97431
- BuildRequires gperf
f97431
f97431
* Tue Feb 12 2008 Patrice Dumas <pertusus@free.fr> 4.13b-71
f97431
- use a predictable stamp inside the etc/README file
f97431
- follow emacs packaging guidelines
f97431
f97431
* Tue Feb 12 2008 Tim Waugh <twaugh@redhat.com> 4.13b-70
f97431
- Separate out libs sub-package for multilib (bug #340571).
f97431
f97431
* Wed Sep 26 2007 Tim Waugh <twaugh@redhat.com> 4.13b-69
f97431
- Try out a perl stylesheet speed improvement (bug #252183).
f97431
f97431
* Tue Sep 25 2007 Tim Waugh <twaugh@redhat.com> 4.13b-68
f97431
- Make minus sign work in ISO-8859-5 (bug #252314).
f97431
f97431
* Thu Aug 23 2007 Tim Waugh <twaugh@redhat.com> 4.13b-67
f97431
- More specific license tag.
f97431
f97431
* Fri Jul 13 2007 Tim Waugh <twaugh@redhat.com> 4.13b-66
f97431
- Change build requirement from /usr/bin/emacs to emacs to fix build.
f97431
- Hebrew fix (bug #247999).
f97431
f97431
* Wed Mar 14 2007 Tim Waugh <twaugh@redhat.com> 4.13b-65
f97431
- Fix encoding of encoding.texi (bug #225235).
f97431
- Make a2ps.cfg %%config again, but not noreplace (bug #225235).
f97431
- Added post/postun ldconfig (bug #225235).
f97431
f97431
* Mon Mar 12 2007 Tim Waugh <twaugh@redhat.com> 4.13b-64
f97431
- Renamed tarball generation script (bug #225235).
f97431
f97431
* Fri Mar  9 2007 Tim Waugh <twaugh@redhat.com> 4.13b-63
f97431
- Removed bad files (bug #225235).
f97431
- Add sysconfdir/a2ps to search path (bug #225235).
f97431
- Build does not require gperf after all (bug #225235).
f97431
- Don't remove needed library (bug #225235).
f97431
f97431
* Thu Mar  8 2007 Tim Waugh <twaugh@redhat.com> 4.13b-62
f97431
- Build requires bison.
f97431
- Use sed instead of perl for string replacement (bug #225235).
f97431
- Better install-info scriptlets (bug #225235).
f97431
- Added BuildRequires and Requires for more packages (bug #225235).
f97431
- a2ps.cfg needn't be %%config (bug #225235).
f97431
- No need to gzip the info files (bug #225235).
f97431
- Use external libtool and don't run the autotools (bug #225235).
f97431
f97431
* Wed Feb 28 2007 Tim Waugh <twaugh@redhat.com> 4.13b-61
f97431
- Clean up tmpdir in pdiff (bug #214400).
f97431
- Fixed permissions on C source files (bug #225235).
f97431
- Use %%configure (bug #225235).
f97431
- Preserve timestamps (bug #225235).
f97431
- Use smp_mflags (bug #225235).
f97431
- Requires install-info for post and preun scriptlets (bug #225235).
f97431
- Avoid tabs (bug #225235).
f97431
- Explicity versioning for obsoletes/provides (bug #225235).
f97431
- PreReq->Requires(post) (bug #225235).
f97431
- Fixed macros in changelog (bug #225235).
f97431
- Fixed summary (bug #225235).
f97431
- Converted spec file to UTF-8 (bug #225235).
f97431
- Fixed build root (bug #225235).
f97431
- Remove ExcludeArch (bug #225235).
f97431
- Use buildroot macro consistently (bug #225235).
f97431
- Don't ship the library file or header (bug #203536).
f97431
f97431
* Tue Jan 23 2007 Tim Waugh <twaugh@redhat.com> 4.13b-60
f97431
- Force it to build by hacking the configure script.
f97431
- Don't need rm patch.
f97431
- Make scriptlets unconditionally succeed (bug #223674).
f97431
f97431
* Fri Oct 27 2006 Tim Waugh <twaugh@redhat.com>
f97431
- Build requires cups (bug #204119).
f97431
f97431
* Wed Oct 25 2006 Tim Waugh <twaugh@redhat.com>
f97431
- Make ogonkify build.
f97431
f97431
* Wed Oct 25 2006 Tim Waugh <twaugh@redhat.com> 4.13b-59
f97431
- Fixed multibyte handling (bug #212154).
f97431
f97431
* Tue Oct 17 2006 Tim Waugh <twaugh@redhat.com> 4.13b-58
f97431
- Fixed psset sed expression (bug #209613).
f97431
f97431
* Mon Oct  9 2006 Tim Waugh <twaugh@redhat.com>
f97431
- Build requires ImageMagick for a2ps.cfg to use convert(1).
f97431
- Build requires groff-perl for a2ps.cfg to use grog(1).
f97431
f97431
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 4.13b-57
f97431
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
f97431
f97431
* Tue Sep 26 2006 Tim Waugh <twaugh@redhat.com> 4.13b-56
f97431
- Fixed build (bug #188156).
f97431
f97431
* Fri Aug 25 2006 Tim Waugh <twaugh@redhat.com>
f97431
- Build requires groff.
f97431
f97431
* Fri Aug 25 2006 Tim Waugh <twaugh@redhat.com> 4.13b-55
f97431
- Use better manifest flags for fonts.map.
f97431
f97431
* Tue Aug  8 2006 Tim Waugh <twaugh@redhat.com> 4.13b-54
f97431
- Prevent fixps tmpdir problem (bug #188156).
f97431
f97431
* Fri Jul 14 2006 Tim Waugh <twaugh@redhat.com> 4.13b-53
f97431
- Fixed Hebrew font names (bug #174304).
f97431
f97431
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.13b-52
f97431
- rebuild
f97431
- exclude ppc64 as no emacs there right now.
f97431
- get rid of stupid ver and rel defines.
f97431
f97431
* Tue May 30 2006 Tim Waugh <twaugh@redhat.com> 4.13b-51
f97431
- Build requires gettext (bug #193346).
f97431
f97431
* Tue Apr  4 2006 Tim Waugh <twaugh@redhat.com> 4.13b-50
f97431
- Use sort correctly in make_font_map.sh (bug #187884).
f97431
f97431
* Wed Feb 15 2006 Tim Waugh <twaugh@redhat.com> 4.13b-49
f97431
- Use mktemp in scripts.
f97431
f97431
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.13b-48.3
f97431
- bump again for double-long bug on ppc(64)
f97431
f97431
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.13b-48.2.2
f97431
- rebuilt for new gcc4.1 snapshot and glibc changes
f97431
f97431
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f97431
- rebuilt
f97431
f97431
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 4.13b-48
f97431
- Migrate font paths from /usr/X11R6 to /usr/share/X11
f97431
f97431
* Thu May  5 2005 Tim Waugh <twaugh@redhat.com> 4.13b-47
f97431
- Make pdiff use diff(1) properly (bug #156916).
f97431
f97431
* Wed Mar 23 2005 Tim Waugh <twaugh@redhat.com> 4.13b-46
f97431
- Make pdiff default to not requiring wdiff (bug #68537).
f97431
f97431
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 4.13b-45
f97431
- Rebuild for new GCC.
f97431
f97431
* Wed Feb  2 2005 Tim Waugh <twaugh@redhat.com> 4.13b-44
f97431
- Don't try to run netscape.  Run mozilla instead (bug #121393).
f97431
f97431
* Thu Dec  9 2004 Tim Waugh <twaugh@redhat.com> 4.13b-43
f97431
- Fixed font path (bug #142294).
f97431
- Fixed problems in make_fonts_map script (bug #142299).  Patch from
f97431
  Michal Jaegermann.
f97431
f97431
* Tue Dec  7 2004 Tim Waugh <twaugh@redhat.com> 4.13b-42
f97431
- Fixed configure.in.
f97431
- Fixed m4 files.
f97431
- Apply patch from bug #122699 to fix "too many includes" error.
f97431
f97431
* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 4.13b-41
f97431
- Build requires texinfo (bug #134663).
f97431
f97431
* Thu Jul 29 2004 Tim Waugh <twaugh@redhat.com> 4.13b-40
f97431
- Use environment variable to pass filenames to shell (bug #128647).
f97431
f97431
* Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 4.13b-39
f97431
- Build requires libtool (bug #125823).
f97431
f97431
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
f97431
- rebuilt
f97431
f97431
* Mon Mar 22 2004 Tim Waugh <twaugh@redhat.com> 4.13b-37
f97431
- Build requires flex (bug #118892).
f97431
f97431
* Wed Mar  3 2004 Tim Waugh <twaugh@redhat.com> 4.13b-36
f97431
- Oops, use system C compiler.
f97431
f97431
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
f97431
- rebuilt
f97431
f97431
* Tue Mar  2 2004 Tim Waugh <twaugh@redhat.com> 4.13b-35
f97431
- Prevent "error: conflicting types for 'malloc'".
f97431
f97431
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
f97431
- rebuilt
f97431
f97431
* Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com> 4.13b-33
f97431
- Post scriptlet requires sed, coreutils (bug #107322).
f97431
f97431
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 4.13b-32
f97431
- Hebrew support (bug #113191).
f97431
f97431
* Tue Jan  6 2004 Tim Waugh <twaugh@redhat.com> 4.13b-31
f97431
- Build requires gperf.
f97431
- Fix problems in .y file spotted by stricter bison.
f97431
- Fix reference to a2ps binary (bug #112930).
f97431
f97431
* Fri Oct 17 2003 Tim Waugh <twaugh@redhat.com> 4.13b-30
f97431
- Prevent strsignal segfaulting (bug #104970).
f97431
f97431
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
f97431
- rebuilt
f97431
f97431
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
f97431
- rebuilt
f97431
f97431
* Thu Jan  9 2003 Tim Waugh <twaugh@redhat.com> 4.13b-27
f97431
- Add Korean resource file (bug #81421).
f97431
f97431
* Tue Jan  7 2003 Jeff Johnson <jbj@redhat.com> 4.13b-26
f97431
- don't include -debuginfo files in package.
f97431
f97431
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
f97431
- rebuild on all arches
f97431
- remove lingering files from the buildroot that we aren't shipping
f97431
- pass %%{_libdir} and %%{_datadir} to configure so that we are lib64'ized
f97431
- fix bad perms on some files
f97431
f97431
* Mon Aug  5 2002 Tim Waugh <twaugh@redhat.com> 4.13b-24
f97431
- Prevent configure from going interactive (bug #70333).
f97431
- Try to cope with UTF-8 a little bit (bug #70057).
f97431
f97431
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 4.13b-23
f97431
- automated rebuild
f97431
f97431
* Fri Jun 21 2002 Tim Waugh <twaugh@redhat.com> 4.13b-22
f97431
- Fix koi8 tilde (bug #66393).
f97431
f97431
* Thu May 30 2002 Tim Waugh <twaugh@redhat.com> 4.13b-21
f97431
- Provide a2ps-i18n (bug #65231).
f97431
- Fix default encoding (bug #64584).
f97431
f97431
* Thu May 23 2002 Tim Powers <timp@redhat.com> 4.13b-20
f97431
- automated rebuild
f97431
f97431
* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 4.13b-19
f97431
- Rebuild in new environment.
f97431
f97431
* Tue Jan 22 2002 Tim Waugh <twaugh@redhat.com> 4.13b-18
f97431
- Fix a2ps-4.13-conf.patch (bug #31360).
f97431
- Add documentation about the default behaviour concerning LC_PAPER
f97431
  (bug #43829).
f97431
f97431
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 4.13b-17
f97431
- automated rebuild
f97431
f97431
* Wed Jan  9 2002 Tim Waugh <twaugh@redhat.com>
f97431
- Fix build with newer compiler.
f97431
- s/Copyright:/License:/.
f97431
- Use C locale's decimal point style (bug #53715).
f97431
f97431
* Fri Jun  1 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
f97431
- fixed varargs-usage in title.c
f97431
f97431
* Thu Apr 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
f97431
- call libtoolize to allow easy porting to new archs
f97431
f97431
* Wed Feb 28 2001 SATO Satoru <ssato@redhat.com>
f97431
- bunzip2-ed all patches except eucjp
f97431
f97431
* Thu Feb 22 2001 SATO Satoru <ssato@redhat.com>
f97431
- support Japanese
f97431
- bzip2-ed all patches
f97431
- replace macros (%%makeinstall, %%configure) with traditional 
f97431
  commands to avoid some troubles those macros caused.
f97431
f97431
* Tue Feb 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
f97431
- Using letter is as weird as oz, fl. oz, Fahrenheit, lb etc. 
f97431
  Add a patch for using the glibc media type for giving US
f97431
  letter for en_US (only locale with this paper), and A4
f97431
  for everyone else.
f97431
f97431
* Tue Feb 20 2001 Tim Powers <timp@redhat.com>
f97431
- changed default medium back to letter (bug 27794)
f97431
f97431
* Mon Feb 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
f97431
- langify
f97431
- use %%{_tmppath}
f97431
f97431
* Mon Feb 12 2001 Tim Waugh <twaugh@redhat.com>
f97431
- Fix tmpfile security patch so that it actually _works_ (bug #27155).
f97431
f97431
* Sun Jan 21 2001 Tim Waugh <twaugh@redhat.com>
f97431
- New-style prereq line.
f97431
- %%post script requires fileutils (mv) and sh-utils (true).  This
f97431
  should fix bug #24251).
f97431
f97431
* Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com>
f97431
- Add /usr/bin/emacs to BuildRequires
f97431
- A4
f97431
- specify use of GNU Emacs for building
f97431
f97431
* Fri Jan 05 2001 Preston Brown <pbrown@redhat.com>
f97431
- security patch for tmpfile creation from Olaf Kirch <okir@lst.de>
f97431
f97431
* Mon Dec 11 2000 Preston Brown <pbrown@redhat.com>
f97431
- obsoleted old a2ps-i18n package (it was tiny) and included those fonts
f97431
  directly here.
f97431
f97431
* Thu Dec  7 2000 Tim Powers <timp@redhat.com>
f97431
- built for dist-7.1
f97431
f97431
* Mon Aug 07 2000 Tim Powers <timp@redhat.com>
f97431
- update to 4.13b to fix some bugs, thanks to czar@acm.org for giving me a
f97431
  heads up on this (bug #15679)
f97431
f97431
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
f97431
- rebuilt
f97431
f97431
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
f97431
- rebuilt
f97431
f97431
* Fri Jun 23 2000 Tim Powers <timp@redhat.com>
f97431
- info pages weren't getting gzipped.
f97431
- stdout & stderror redirected to /dev/null in post section
f97431
f97431
* Mon Jun 19 2000 Tim Powers <timp@redhat.com>
f97431
- fixed bug 12451 which was a stupid mistake by me.
f97431
- quiet the post section
f97431
- added patches from michal@ellpspace.math.ualberta.ca and did some spec file
f97431
  magic he suggested as well.
f97431
f97431
* Fri Jun 2 2000 Tim Powers <timp@redhat.com>
f97431
- fixed bug 5876, was not setting the paper size to Letter again :(
f97431
- man pages and info pages to /usr/share, FHS compliant.
f97431
- used macros wherever possible
f97431
f97431
* Wed May 31 2000 Tim Powers <timp@rehat.com>
f97431
- fixed bug #11078, now requires psutils
f97431
f97431
* Wed Apr 26 2000 Tim Powers <timp@redhat.com>
f97431
- updated to 4.13
f97431
- compress man pages
f97431
f97431
* Thu Feb 10 2000 Tim Powers <timp@redhat.com>
f97431
- gzip man pages
f97431
- strip binaries
f97431
f97431
* Mon Jan 24 2000 Tim Powers <timp@redhat.com>
f97431
- had to be more specific since the i18n stuff was removed from the package.
f97431
        There is a new a2ps-i18n package which treats the
f97431
        /usr/share/a2ps/afm/fonts.map file as a config file
f97431
f97431
* Wed Oct 27 1999 Tim Powers <timp@redhat.com>
f97431
- added the --with-medium=Letter option to the configure process
f97431
f97431
* Thu Aug 5 1999 Tim Powers <timp@redhat.com>
f97431
- fixed problems with missing dirs as reported in bug 3822
f97431
- built for powertools
f97431
f97431
* Tue Jul 6 1999 Tim Powers <timp@redhat.com>
f97431
- rebuilt for powertools 6.1
f97431
f97431
* Wed May 12 1999 Bill Nottingham <notting@redhat.com>
f97431
- add a2ps-site.cfg
f97431
f97431
* Mon Apr 26 1999 Preston Brown <pbrown@redhat.com>
f97431
- update to 4.12 for Powertools 6.0
f97431
f97431
* Sat Oct 24 1998 Jeff Johnson <jbj@redhat.com>
f97431
- narrower range of %%files splats.
f97431
- install info correctly.
f97431
- new description/summary text.
f97431
f97431
* Tue Oct 06 1998 Michael Maher <mike@redhat.com>
f97431
- updated source
f97431
f97431
* Sat Jul 04 1998 Michael Maher <mike@redhat.com>
f97431
- built package