Blame SPECS/a2ps.spec

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