Tim Waugh da6bdb
Summary: Converts text and other types of files to PostScript(TM)
cvsdist 67cda0
Name: a2ps
Jesse Keating b8586a
Version: 4.13b
Tim Waugh f19374
Release: 66%{?dist}
cvsdist ce7e79
License: GPL
cvsdist 67cda0
Group: Applications/Publishing
Tim Waugh 86531c
#Source0: ftp://ftp.enst.fr/pub/unix/a2ps/%{name}-%{version}.tar.gz 
Tim Waugh 86531c
Source0: %{name}-%{version}-GPL.tar.gz 
cvsdist 67cda0
Source1: ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz
Tim Waugh 0b867a
# a2ps contains code that we cannot ship due to its license.
Tim Waugh 86531c
# Therefore we use this script to remove the code in question before
Tim Waugh 86531c
# shipping it. Download the upstream tarball and invoke this script
Tim Waugh 86531c
# while in the same directory as the tarball:
Tim Waugh 86531c
# ./generate-tarball.sh 4.13b
Tim Waugh 917717
Source2: a2ps-generate-tarball.sh
cvsdist 67cda0
Patch0: a2ps-4.13-conf.patch
cvsdist 67cda0
Patch1: a2ps-4.13-etc.patch
cvsdist 67cda0
Patch2: a2ps-4.13-flex.patch
cvsdist 67cda0
Patch3: a2ps-4.13-security.patch
cvsdist 67cda0
Patch4: a2ps-4.13-glibcpaper.patch
cvsdist 9ba50e
Patch5: a2ps-4.13-varargs.patch
Tim Waugh d84993
Patch6: a2ps-tmpdir.patch
Tim Waugh 303bd1
Patch7: a2ps-sort.patch
cvsdist 67cda0
# EUC-JP support
cvsdist 67cda0
Patch10: a2ps-4.13-eucjp.patch.bz2
cvsdist 67cda0
Patch11: a2ps-4.13-autoenc.patch
cvsdist ce7e79
Patch12: a2ps-4.13b-attr.patch
cvsdist ce7e79
Patch13: a2ps-4.13b-numeric.patch
cvsdist 42af69
Patch14: a2ps-4.13b-encoding.patch
cvsdist 42af69
Patch15: a2ps-4.13b-tilde.patch
cvsdist 561eb3
Patch17: a2ps-4.13-euckr.patch
cvsdist b2810c
Patch18: a2ps-4.13-gnusource.patch
cvsdist 606e58
Patch19: a2ps-4.13-bison.patch
cvsdist 606e58
Patch20: a2ps-4.13-hebrew.patch
cvsdist 642fb3
Patch21: a2ps-4.13-malloc.patch
cvsdist b598a9
Patch22: a2ps-shell.patch
Tim Waugh 50c406
Patch23: a2ps-includes.patch
Tim Waugh 35a260
Patch24: a2ps-underquoted.patch
Tim Waugh e20f35
Patch26: a2ps-make-fonts-map.patch
Tim Waugh c1ed16
Patch27: a2ps-netscape.patch
Tim Waugh 150d9a
Patch28: a2ps-wdiff.patch
Tim Waugh 0ceef7
Patch29: a2ps-U.patch
Tim Waugh 9e7cfb
Patch30: a2ps-psset.patch
Tim Waugh 5b0204
Patch31: a2ps-mb.patch
Tim Waugh 7b1c55
Patch34: a2ps-external-libtool.patch
cvsdist 67cda0
Requires: fileutils sh-utils info
Tim Waugh 8e634d
BuildRequires: emacs, flex, libtool, texinfo, groff
Tim Waugh 01cf8a
BuildRequires: ImageMagick
Tim Waugh 01cf8a
BuildRequires: groff-perl
Tim Waugh fc2edf
BuildRequires: cups
Tim Waugh ff6057
BuildRequires: gettext, bison
Tim Waugh 2bafe5
BuildRequires: psutils, tetex-dvips, texinfo, tetex-latex
Tim Waugh a747d1
# Uncomment this after Extras merge:
Tim Waugh a747d1
#BuildRequires: gv
cvsdist 67cda0
Url: http://www.inf.enst.fr/~demaille/a2ps/
Tim Waugh da6bdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Tim Waugh 2bafe5
Requires: psutils, ImageMagick, texinfo-tex, gzip, bzip2, groff-perl
Tim Waugh 34bdb7
Requires: tetex-dvips, tetex-latex, tetex-fonts, file
Tim Waugh da6bdb
Requires(post): coreutils
Tim Waugh da6bdb
Requires(post): /sbin/install-info
Tim Waugh da6bdb
Requires(preun): /sbin/install-info
Tim Waugh da6bdb
Obsoletes: a2ps-i18n <= 0.1-1
Tim Waugh da6bdb
Provides: a2ps-i18n = 0.1-1
Jesse Keating b8586a
Tim Waugh 50cede
cvsdist 67cda0
%description
cvsdist 67cda0
The a2ps filter converts text and other types of files to PostScript(TM).
cvsdist 67cda0
A2ps has pretty-printing capabilities and includes support for a wide
cvsdist 67cda0
number of programming languages, encodings (ISO Latins, Cyrillic, etc.),
cvsdist 67cda0
and medias.
cvsdist 67cda0
cvsdist 67cda0
%prep
cvsdist 67cda0
%setup -q -n %{name}-4.13 -a 1
Tim Waugh 7b1c55
Tim Waugh 7b1c55
# use __timestamp_configure.in to hold the configure.in timestamp
Tim Waugh 7b1c55
touch -r configure.in __timestamp_configure.in
Tim Waugh 7b1c55
cvsdist 67cda0
%patch0 -p1
Tim Waugh 4149a4
%patch1 -p1 -b .etc
cvsdist 67cda0
%patch2 -p1
cvsdist 67cda0
%patch3 -p1 -b .security
cvsdist 67cda0
%patch4 -p1 -b .glibcpaper
cvsdist 9ba50e
%patch5 -p1
Tim Waugh d84993
%patch6 -p1 -b .tmpdir
Tim Waugh 303bd1
%patch7 -p1 -b .sort
cvsdist 67cda0
cvsdist 67cda0
%patch10 -p1 -b .euc
cvsdist 67cda0
%patch11 -p1 -b .ae
cvsdist ce7e79
%patch12 -p1 -b .attr
cvsdist ce7e79
cvsdist ce7e79
# Use C locale's decimal point style (bug #53715).
cvsdist ce7e79
%patch13 -p1 -b .numeric
cvsdist ce7e79
cvsdist 42af69
# Use locale to determine a sensible default encoding (bug #64584).
cvsdist 42af69
%patch14 -p1 -b .encoding
cvsdist 42af69
cvsdist 42af69
# Fix koi8 tilde (bug #66393).
cvsdist 42af69
%patch15 -p1 -b .tilde
cvsdist 42af69
cvsdist 561eb3
# Add Korean resource file (bug #81421).
cvsdist 561eb3
%patch17 -p1 -b .euckr
cvsdist 561eb3
cvsdist b2810c
# Prevent strsignal segfaulting (bug #104970).
cvsdist b2810c
%patch18 -p1 -b .gnusource
cvsdist b2810c
cvsdist 606e58
# Fix problems in .y file spotted by stricter bison.
cvsdist 606e58
%patch19 -p1 -b .bison
cvsdist 606e58
cvsdist 606e58
# Hebrew support (bug #113191).
cvsdist 606e58
%patch20 -p1 -b .hebrew
cvsdist 606e58
cvsdist 642fb3
# Prevent "error: conflicting types for 'malloc'".
cvsdist 642fb3
%patch21 -p1 -b .malloc
cvsdist 642fb3
cvsdist b598a9
# Use environment variable to pass filenames to shell (bug #128647).
cvsdist b598a9
%patch22 -p1 -b .shell
cvsdist b598a9
Tim Waugh 50c406
# Apply patch from bug #122699 to fix "too many includes" error.
Tim Waugh 50c406
%patch23 -p1 -b .includes
Tim Waugh 50c406
Tim Waugh 35a260
# Fixed m4 files.
Tim Waugh 35a260
%patch24 -p1 -b .underquoted
Tim Waugh 35a260
Tim Waugh 7b1c55
# Use external libtool (bug #225235).
Tim Waugh 7b1c55
%patch34 -p1 -b .external-libtool
Tim Waugh 35a260
Tim Waugh e20f35
# Fix problems in make_fonts_map script (bug #142299).  Patch from
Tim Waugh e20f35
# Michal Jaegermann.
Tim Waugh e20f35
%patch26 -p1 -b .make-fonts-map
Tim Waugh e20f35
Tim Waugh c1ed16
# Don't try to run netscape.  Run mozilla instead (bug #121393).
Tim Waugh c1ed16
%patch27 -p1 -b .netscape
Tim Waugh c1ed16
Tim Waugh 150d9a
# Make pdiff default to not requiring wdiff (bug #68537).
Tim Waugh 150d9a
%patch28 -p1 -b .wdiff
Tim Waugh 150d9a
Tim Waugh 0ceef7
# Make pdiff use diff(1) properly (bug #156916).
Tim Waugh 0ceef7
%patch29 -p1 -b .U
Tim Waugh 0ceef7
Tim Waugh 9e7cfb
# Fixed psset sed expression (bug #209613).
Tim Waugh 9e7cfb
%patch30 -p1 -b .psset
Tim Waugh 9e7cfb
Tim Waugh 5b0204
# Fixed multibyte handling (bug #212154).
Tim Waugh 5b0204
%patch31 -p1 -b .mb
Tim Waugh 5b0204
Tim Waugh 32e247
mv doc/encoding.texi doc/encoding.texi.utf8
Tim Waugh 32e247
iconv -f KOI-8 -t UTF-8 doc/encoding.texi.utf8 -o doc/encoding.texi
Tim Waugh 32e247
cvsdist 606e58
# Fix reference to a2ps binary (bug #112930).
Tim Waugh 34bdb7
sed -i -e "s,/usr/local/bin,%{_bindir}," contrib/emacs/a2ps.el
cvsdist 67cda0
Tim Waugh ac52f4
chmod -x lib/basename.c lib/xmalloc.c
Tim Waugh ac52f4
Tim Waugh 7b1c55
# restore timestamps of patched files
Tim Waugh 7b1c55
touch -r __timestamp_configure.in configure.in
Tim Waugh 7b1c55
rm __timestamp_configure.in
Tim Waugh 7b1c55
touch -r config.h.in.euc config.h.in
Tim Waugh 7b1c55
touch -r configure.orig configure Makefile.in
Tim Waugh 7b1c55
touch -r src/Makefile.am.euc src/Makefile.am
Tim Waugh 4149a4
touch -r etc/Makefile.am.etc etc/Makefile.am
Tim Waugh 7b1c55
touch -r fonts/Makefile.in src/Makefile.in etc/Makefile.in lib/Makefile.in
Tim Waugh 7b1c55
cvsdist 67cda0
%build
cvsdist 561eb3
chmod 644 {po/ja.po,encoding/euc-jp.edf,README.eucJP}.euc
cvsdist 561eb3
chmod 644 encoding/euc-kr.edf.euckr
Tim Waugh 65a9b2
EMACS=emacs %configure \
cvsdist 67cda0
  --with-medium=_glibc \
cvsdist 67cda0
  --enable-kanji
cvsdist 67cda0
cvsdist 67cda0
# Remove prebuilt info files to force regeneration at build time
cvsdist 67cda0
find . -name "*.info*" -exec rm -f {} \;
cvsdist 67cda0
# force rebuilding scanners by flex - patched or not
cvsdist 67cda0
find src lib -name '*.l' -exec touch {} \;
cvsdist 67cda0
# these scanners use 'lineno' - incompatible with -CFe flex flags
cvsdist 67cda0
(
cvsdist 67cda0
    cd src
cvsdist 67cda0
    /bin/sh ../auxdir/ylwrap "flex" sheets-map.l lex.yy.c sheets-map.c --
cvsdist 67cda0
    /bin/sh ../auxdir/ylwrap "flex" lexssh.l lex.yy.c lexssh.c --
cvsdist 67cda0
    cd ../lib
cvsdist 67cda0
    /bin/sh ../auxdir/ylwrap "flex" lexppd.l lex.yy.c lexppd.c --
cvsdist 67cda0
)
cvsdist 67cda0
Tim Waugh da6bdb
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
cvsdist 67cda0
cvsdist 67cda0
%install
Tim Waugh da6bdb
rm -rf %{buildroot}
Tim Waugh da6bdb
make DESTDIR=%{buildroot} install
cvsdist 67cda0
Tim Waugh 4149a4
mkdir -p %{buildroot}%{_sysconfdir}/a2ps
Tim Waugh 4149a4
cvsdist 561eb3
mkdir -p %{buildroot}%{_datadir}/a2ps/{afm,fonts}
cvsdist 67cda0
pushd i18n-fonts-0.1/afm
Tim Waugh da6bdb
install -p -m 0644 *.afm %{buildroot}%{_datadir}/a2ps/afm
cvsdist 67cda0
pushd ../fonts
Tim Waugh da6bdb
install -p -m 0644 *.pfb %{buildroot}%{_datadir}/a2ps/fonts
cvsdist 67cda0
popd
cvsdist 67cda0
popd
cvsdist 67cda0
cvsdist 67cda0
### FIXME ###
cvsdist 67cda0
inst()
cvsdist 67cda0
{
cvsdist 67cda0
mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp/
cvsdist 67cda0
for f in contrib/emacs/*.el; do \
Tim Waugh da6bdb
  install -p -m 0644 $f %{buildroot}%{_datadir}/emacs/site-lisp/ ; done
cvsdist 67cda0
}
cvsdist 67cda0
Tim Waugh ff521a
# Don't ship the library file or header (bug #203536).
Tim Waugh a747d1
rm -f %{buildroot}%{_libdir}/*.{so,a,la}
Tim Waugh da6bdb
rm -f %{buildroot}%{_includedir}/*
Tim Waugh ff521a
Tim Waugh da6bdb
rm -f %{buildroot}%{_infodir}/dir
cvsdist 67cda0
cvsdist 67cda0
%find_lang %name
cvsdist 67cda0
cvsdist 67cda0
%clean
Tim Waugh da6bdb
rm -rf %{buildroot}
cvsdist 67cda0
cvsdist 67cda0
%post
Tim Waugh 32e247
/sbin/ldconfig
Tim Waugh 34bdb7
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
Tim Waugh 34bdb7
/sbin/install-info %{_infodir}/ogonkify.info %{_infodir}/dir || :
Tim Waugh 34bdb7
/sbin/install-info %{_infodir}/regex.info %{_infodir}/dir || :
cvsdist 67cda0
(cd %{_datadir}/a2ps/afm;
Tim Waugh da6bdb
 ./make_fonts_map.sh > /dev/null 2>&1 || /bin/true
Tim Waugh da6bdb
 if [ -f fonts.map.new ]; then
Tim Waugh da6bdb
   mv fonts.map.new fonts.map
Tim Waugh da6bdb
 fi
cvsdist 67cda0
)
Tim Waugh 530398
exit 0
cvsdist 67cda0
cvsdist 67cda0
%preun
cvsdist 67cda0
if [ $1 = 0 ]; then
Tim Waugh 34bdb7
   /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
Tim Waugh 34bdb7
   /sbin/install-info --delete %{_infodir}/ogonkify.info %{_infodir}/dir || :
Tim Waugh 34bdb7
   /sbin/install-info --delete %{_infodir}/regex.info %{_infodir}/dir || :
cvsdist 67cda0
fi
Tim Waugh 530398
exit 0
cvsdist 67cda0
Tim Waugh 32e247
%postun -p /sbin/ldconfig
Tim Waugh 32e247
cvsdist 67cda0
%files -f %{name}.lang
Tim Waugh 34bdb7
%defattr(-,root,root,-)
Tim Waugh 4149a4
%dir %{_sysconfdir}/a2ps
Tim Waugh 32e247
%config %{_sysconfdir}/a2ps.cfg
cvsdist 67cda0
%config(noreplace) %{_sysconfdir}/a2ps-site.cfg
cvsdist 67cda0
%doc AUTHORS ChangeLog COPYING NEWS README TODO THANKS
cvsdist 67cda0
%{_bindir}/*
Tim Waugh 4149a4
%{_libdir}/liba2ps.so.*
cvsdist 67cda0
%{_infodir}/a2ps.info*
cvsdist 67cda0
%{_infodir}/ogonkify.info*
cvsdist 67cda0
%{_infodir}/regex.info*
cvsdist 67cda0
%{_mandir}/*/*
Tim Waugh 4149a4
%{_datadir}/a2ps/afm/fonts.map
cvsdist 67cda0
%{_datadir}/a2ps/afm/*.afm
cvsdist 67cda0
%{_datadir}/a2ps/afm/make_fonts_map.sh
cvsdist 67cda0
%{_datadir}/a2ps/README
cvsdist 67cda0
%{_datadir}/a2ps/encoding
cvsdist 67cda0
%{_datadir}/a2ps/fonts
cvsdist 67cda0
%{_datadir}/a2ps/ppd
cvsdist 67cda0
%{_datadir}/a2ps/ps
cvsdist 67cda0
%{_datadir}/a2ps/sheets
cvsdist 67cda0
%{_datadir}/ogonkify/
cvsdist 67cda0
%{_datadir}/emacs/site-lisp/*
cvsdist 67cda0
%dir %{_datadir}/a2ps/afm
cvsdist 67cda0
%dir %{_datadir}/a2ps
cvsdist 67cda0
cvsdist 67cda0
%changelog
Tim Waugh f19374
* Fri Jul 13 2007 Tim Waugh <twaugh@redhat.com> 4.13b-66
Tim Waugh 8e634d
- Change build requirement from /usr/bin/emacs to emacs to fix build.
Tim Waugh f19374
- Hebrew fix (bug #247999).
Tim Waugh f19374
Tim Waugh 32e247
* Wed Mar 14 2007 Tim Waugh <twaugh@redhat.com> 4.13b-65
Tim Waugh 32e247
- Fix encoding of encoding.texi (bug #225235).
Tim Waugh 32e247
- Make a2ps.cfg %%config again, but not noreplace (bug #225235).
Tim Waugh 32e247
- Added post/postun ldconfig (bug #225235).
Tim Waugh 32e247
Tim Waugh 917717
* Mon Mar 12 2007 Tim Waugh <twaugh@redhat.com> 4.13b-64
Tim Waugh 917717
- Renamed tarball generation script (bug #225235).
Tim Waugh 917717
Tim Waugh 86531c
* Fri Mar  9 2007 Tim Waugh <twaugh@redhat.com> 4.13b-63
Tim Waugh 86531c
- Removed bad files (bug #225235).
Tim Waugh 4149a4
- Add sysconfdir/a2ps to search path (bug #225235).
Tim Waugh a747d1
- Build does not require gperf after all (bug #225235).
Tim Waugh a747d1
- Don't remove needed library (bug #225235).
Tim Waugh a747d1
Tim Waugh 34bdb7
* Thu Mar  8 2007 Tim Waugh <twaugh@redhat.com> 4.13b-62
Tim Waugh ff6057
- Build requires bison.
Tim Waugh 34bdb7
- Use sed instead of perl for string replacement (bug #225235).
Tim Waugh 34bdb7
- Better install-info scriptlets (bug #225235).
Tim Waugh 34bdb7
- Added BuildRequires and Requires for more packages (bug #225235).
Tim Waugh 34bdb7
- a2ps.cfg needn't be %%config (bug #225235).
Tim Waugh 34bdb7
- No need to gzip the info files (bug #225235).
Tim Waugh 7b1c55
- Use external libtool and don't run the autotools (bug #225235).
Tim Waugh 7b1c55
Tim Waugh 8a6a6a
* Wed Feb 28 2007 Tim Waugh <twaugh@redhat.com> 4.13b-61
Tim Waugh aae0ce
- Clean up tmpdir in pdiff (bug #214400).
Tim Waugh ac52f4
- Fixed permissions on C source files (bug #225235).
Tim Waugh 65a9b2
- Use %%configure (bug #225235).
Tim Waugh da6bdb
- Preserve timestamps (bug #225235).
Tim Waugh da6bdb
- Use smp_mflags (bug #225235).
Tim Waugh da6bdb
- Requires install-info for post and preun scriptlets (bug #225235).
Tim Waugh da6bdb
- Avoid tabs (bug #225235).
Tim Waugh da6bdb
- Explicity versioning for obsoletes/provides (bug #225235).
Tim Waugh da6bdb
- PreReq->Requires(post) (bug #225235).
Tim Waugh da6bdb
- Fixed macros in changelog (bug #225235).
Tim Waugh da6bdb
- Fixed summary (bug #225235).
Tim Waugh da6bdb
- Converted spec file to UTF-8 (bug #225235).
Tim Waugh da6bdb
- Fixed build root (bug #225235).
Tim Waugh da6bdb
- Remove ExcludeArch (bug #225235).
Tim Waugh da6bdb
- Use buildroot macro consistently (bug #225235).
Tim Waugh ff521a
- Don't ship the library file or header (bug #203536).
Tim Waugh ff521a
Tim Waugh 4016b5
* Tue Jan 23 2007 Tim Waugh <twaugh@redhat.com> 4.13b-60
Tim Waugh 4016b5
- Force it to build by hacking the configure script.
Tim Waugh 68122c
- Don't need rm patch.
Tim Waugh 530398
- Make scriptlets unconditionally succeed (bug #223674).
Tim Waugh 530398
Tim Waugh fc2edf
* Fri Oct 27 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh fc2edf
- Build requires cups (bug #204119).
Tim Waugh fc2edf
Tim Waugh a58bf9
* Wed Oct 25 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh a58bf9
- Make ogonkify build.
Tim Waugh a58bf9
Tim Waugh 5b0204
* Wed Oct 25 2006 Tim Waugh <twaugh@redhat.com> 4.13b-59
Tim Waugh 5b0204
- Fixed multibyte handling (bug #212154).
Tim Waugh 5b0204
Tim Waugh 9e7cfb
* Tue Oct 17 2006 Tim Waugh <twaugh@redhat.com> 4.13b-58
Tim Waugh 9e7cfb
- Fixed psset sed expression (bug #209613).
Tim Waugh 9e7cfb
Tim Waugh 01cf8a
* Mon Oct  9 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh 01cf8a
- Build requires ImageMagick for a2ps.cfg to use convert(1).
Tim Waugh 01cf8a
- Build requires groff-perl for a2ps.cfg to use grog(1).
Tim Waugh 01cf8a
Jesse Keating 1c282d
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 4.13b-57
Jesse Keating 1c282d
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
Jesse Keating 1c282d
Tim Waugh 8688b5
* Tue Sep 26 2006 Tim Waugh <twaugh@redhat.com> 4.13b-56
Tim Waugh 5f95d7
- Fixed build (bug #188156).
Tim Waugh 8688b5
Tim Waugh af0b5a
* Fri Aug 25 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh af0b5a
- Build requires groff.
Tim Waugh af0b5a
Tim Waugh 137dab
* Fri Aug 25 2006 Tim Waugh <twaugh@redhat.com> 4.13b-55
Tim Waugh 137dab
- Use better manifest flags for fonts.map.
Tim Waugh 137dab
Tim Waugh be8f42
* Tue Aug  8 2006 Tim Waugh <twaugh@redhat.com> 4.13b-54
Tim Waugh be8f42
- Prevent fixps tmpdir problem (bug #188156).
Tim Waugh be8f42
Tim Waugh c194d6
* Fri Jul 14 2006 Tim Waugh <twaugh@redhat.com> 4.13b-53
Tim Waugh c194d6
- Fixed Hebrew font names (bug #174304).
Tim Waugh c194d6
Jesse Keating b8586a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.13b-52
Jesse Keating fc7f7d
- rebuild
Jesse Keating b8586a
- exclude ppc64 as no emacs there right now.
Jesse Keating b8586a
- get rid of stupid ver and rel defines.
Jesse Keating fc7f7d
Tim Waugh 50cede
* Tue May 30 2006 Tim Waugh <twaugh@redhat.com> 4.13b-51
Tim Waugh 50cede
- Build requires gettext (bug #193346).
Tim Waugh 50cede
Tim Waugh 303bd1
* Tue Apr  4 2006 Tim Waugh <twaugh@redhat.com> 4.13b-50
Tim Waugh 303bd1
- Use sort correctly in make_font_map.sh (bug #187884).
Tim Waugh 303bd1
Tim Waugh d84993
* Wed Feb 15 2006 Tim Waugh <twaugh@redhat.com> 4.13b-49
Tim Waugh d84993
- Use mktemp in scripts.
Tim Waugh d84993
Jesse Keating b958ac
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.13b-48.3
Jesse Keating 61bcec
- bump again for double-long bug on ppc(64)
Jesse Keating 61bcec
Jesse Keating 9855ab
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.13b-48.2.2
Jesse Keating 9855ab
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating 9855ab
Jesse Keating e898ea
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating e898ea
- rebuilt
Jesse Keating e898ea
Bill Nottingham 88ce58
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 4.13b-48
Bill Nottingham 88ce58
- Migrate font paths from /usr/X11R6 to /usr/share/X11
Bill Nottingham 88ce58
Tim Waugh 0ceef7
* Thu May  5 2005 Tim Waugh <twaugh@redhat.com> 4.13b-47
Tim Waugh 0ceef7
- Make pdiff use diff(1) properly (bug #156916).
Tim Waugh 0ceef7
Tim Waugh df26aa
* Wed Mar 23 2005 Tim Waugh <twaugh@redhat.com> 4.13b-46
Tim Waugh 150d9a
- Make pdiff default to not requiring wdiff (bug #68537).
Tim Waugh 150d9a
Tim Waugh e10c72
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 4.13b-45
Tim Waugh e10c72
- Rebuild for new GCC.
Tim Waugh e10c72
Tim Waugh c1ed16
* Wed Feb  2 2005 Tim Waugh <twaugh@redhat.com> 4.13b-44
Tim Waugh c1ed16
- Don't try to run netscape.  Run mozilla instead (bug #121393).
Tim Waugh c1ed16
Tim Waugh e20f35
* Thu Dec  9 2004 Tim Waugh <twaugh@redhat.com> 4.13b-43
Tim Waugh 5c7c8e
- Fixed font path (bug #142294).
Tim Waugh 5c7c8e
- Fixed problems in make_fonts_map script (bug #142299).  Patch from
Tim Waugh 62bae6
  Michal Jaegermann.
Tim Waugh e20f35
Tim Waugh 50c406
* Tue Dec  7 2004 Tim Waugh <twaugh@redhat.com> 4.13b-42
Tim Waugh 35a260
- Fixed configure.in.
Tim Waugh 35a260
- Fixed m4 files.
Tim Waugh 50c406
- Apply patch from bug #122699 to fix "too many includes" error.
Tim Waugh 50c406
Tim Waugh fb9db9
* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 4.13b-41
Tim Waugh fb9db9
- Build requires texinfo (bug #134663).
Tim Waugh fb9db9
cvsdist b598a9
* Thu Jul 29 2004 Tim Waugh <twaugh@redhat.com> 4.13b-40
cvsdist b598a9
- Use environment variable to pass filenames to shell (bug #128647).
cvsdist b598a9
cvsdist d2f266
* Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 4.13b-39
cvsdist d2f266
- Build requires libtool (bug #125823).
cvsdist d2f266
cvsdist cef370
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist cef370
- rebuilt
cvsdist cef370
cvsdist 962e72
* Mon Mar 22 2004 Tim Waugh <twaugh@redhat.com> 4.13b-37
cvsdist 962e72
- Build requires flex (bug #118892).
cvsdist 962e72
cvsdist 642fb3
* Wed Mar  3 2004 Tim Waugh <twaugh@redhat.com> 4.13b-36
cvsdist 642fb3
- Oops, use system C compiler.
cvsdist 642fb3
cvsdist 642fb3
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 642fb3
- rebuilt
cvsdist 642fb3
cvsdist 642fb3
* Tue Mar  2 2004 Tim Waugh <twaugh@redhat.com> 4.13b-35
cvsdist 642fb3
- Prevent "error: conflicting types for 'malloc'".
cvsdist 642fb3
cvsdist 642fb3
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 642fb3
- rebuilt
cvsdist 642fb3
cvsdist 606e58
* Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com> 4.13b-33
cvsdist 606e58
- Post scriptlet requires sed, coreutils (bug #107322).
cvsdist 606e58
cvsdist 606e58
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 4.13b-32
cvsdist 606e58
- Hebrew support (bug #113191).
cvsdist 606e58
cvsdist 606e58
* Tue Jan  6 2004 Tim Waugh <twaugh@redhat.com> 4.13b-31
cvsdist 606e58
- Build requires gperf.
cvsdist 606e58
- Fix problems in .y file spotted by stricter bison.
cvsdist 606e58
- Fix reference to a2ps binary (bug #112930).
cvsdist 606e58
cvsdist b2810c
* Fri Oct 17 2003 Tim Waugh <twaugh@redhat.com> 4.13b-30
cvsdist b2810c
- Prevent strsignal segfaulting (bug #104970).
cvsdist b2810c
cvsdist b2810c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist b2810c
- rebuilt
cvsdist b2810c
cvsdist 561eb3
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 561eb3
- rebuilt
cvsdist 561eb3
cvsdist 561eb3
* Thu Jan  9 2003 Tim Waugh <twaugh@redhat.com> 4.13b-27
cvsdist 561eb3
- Add Korean resource file (bug #81421).
cvsdist 561eb3
cvsdist 561eb3
* Tue Jan  7 2003 Jeff Johnson <jbj@redhat.com> 4.13b-26
cvsdist 561eb3
- don't include -debuginfo files in package.
cvsdist 561eb3
cvsdist 561eb3
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
cvsdist 561eb3
- rebuild on all arches
cvsdist 561eb3
- remove lingering files from the buildroot that we aren't shipping
cvsdist 561eb3
- pass %%{_libdir} and %%{_datadir} to configure so that we are lib64'ized
cvsdist 561eb3
- fix bad perms on some files
cvsdist 561eb3
cvsdist efcb47
* Mon Aug  5 2002 Tim Waugh <twaugh@redhat.com> 4.13b-24
cvsdist efcb47
- Prevent configure from going interactive (bug #70333).
cvsdist efcb47
- Try to cope with UTF-8 a little bit (bug #70057).
cvsdist efcb47
cvsdist efcb47
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 4.13b-23
cvsdist 42af69
- automated rebuild
cvsdist 42af69
cvsdist 42af69
* Fri Jun 21 2002 Tim Waugh <twaugh@redhat.com> 4.13b-22
cvsdist 42af69
- Fix koi8 tilde (bug #66393).
cvsdist 42af69
cvsdist 42af69
* Thu May 30 2002 Tim Waugh <twaugh@redhat.com> 4.13b-21
cvsdist 42af69
- Provide a2ps-i18n (bug #65231).
cvsdist 42af69
- Fix default encoding (bug #64584).
cvsdist 42af69
cvsdist 42af69
* Thu May 23 2002 Tim Powers <timp@redhat.com> 4.13b-20
cvsdist 42af69
- automated rebuild
cvsdist 42af69
cvsdist ce7e79
* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 4.13b-19
cvsdist ce7e79
- Rebuild in new environment.
cvsdist ce7e79
cvsdist ce7e79
* Tue Jan 22 2002 Tim Waugh <twaugh@redhat.com> 4.13b-18
cvsdist ce7e79
- Fix a2ps-4.13-conf.patch (bug #31360).
cvsdist ce7e79
- Add documentation about the default behaviour concerning LC_PAPER
cvsdist ce7e79
  (bug #43829).
cvsdist ce7e79
cvsdist ce7e79
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 4.13b-17
cvsdist ce7e79
- automated rebuild
cvsdist ce7e79
cvsdist ce7e79
* Wed Jan  9 2002 Tim Waugh <twaugh@redhat.com>
cvsdist ce7e79
- Fix build with newer compiler.
cvsdist ce7e79
- s/Copyright:/License:/.
cvsdist ce7e79
- Use C locale's decimal point style (bug #53715).
cvsdist ce7e79
cvsdist 9ba50e
* Fri Jun  1 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
cvsdist 9ba50e
- fixed varargs-usage in title.c
cvsdist 9ba50e
cvsdist 7d4fb2
* Thu Apr 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 7d4fb2
- call libtoolize to allow easy porting to new archs
cvsdist 8dd85c
cvsdist 67cda0
* Thu Feb 28 2001 SATO Satoru <ssato@redhat.com>
cvsdist 67cda0
- bunzip2-ed all patches except eucjp
cvsdist 67cda0
cvsdist 67cda0
* Thu Feb 22 2001 SATO Satoru <ssato@redhat.com>
cvsdist 67cda0
- support Japanese
cvsdist 67cda0
- bzip2-ed all patches
cvsdist 67cda0
- replace macros (%%makeinstall, %%configure) with traditional 
cvsdist 67cda0
  commands to avoid some troubles those macros caused.
cvsdist 67cda0
Tim Waugh da6bdb
* Tue Feb 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 67cda0
- Using letter is as weird as oz, fl. oz, Fahrenheit, lb etc. 
cvsdist 67cda0
  Add a patch for using the glibc media type for giving US
cvsdist 67cda0
  letter for en_US (only locale with this paper), and A4
cvsdist 67cda0
  for everyone else.
cvsdist 67cda0
cvsdist 67cda0
* Tue Feb 20 2001 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- changed default medium back to letter (bug 27794)
cvsdist 67cda0
Tim Waugh da6bdb
* Mon Feb 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 67cda0
- langify
cvsdist 67cda0
- use %%{_tmppath}
cvsdist 67cda0
cvsdist 67cda0
* Mon Feb 12 2001 Tim Waugh <twaugh@redhat.com>
cvsdist 67cda0
- Fix tmpfile security patch so that it actually _works_ (bug #27155).
cvsdist 67cda0
cvsdist 67cda0
* Sun Jan 21 2001 Tim Waugh <twaugh@redhat.com>
cvsdist 67cda0
- New-style prereq line.
cvsdist 67cda0
- %%post script requires fileutils (mv) and sh-utils (true).  This
cvsdist 67cda0
  should fix bug #24251).
cvsdist 67cda0
Tim Waugh da6bdb
* Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 67cda0
- Add /usr/bin/emacs to BuildRequires
cvsdist 67cda0
- A4
cvsdist 67cda0
- specify use of GNU Emacs for building
cvsdist 67cda0
cvsdist 67cda0
* Fri Jan 05 2001 Preston Brown <pbrown@redhat.com>
cvsdist 67cda0
- security patch for tmpfile creation from Olaf Kirch <okir@lst.de>
cvsdist 67cda0
cvsdist 67cda0
* Mon Dec 11 2000 Preston Brown <pbrown@redhat.com>
cvsdist 67cda0
- obsoleted old a2ps-i18n package (it was tiny) and included those fonts
cvsdist 67cda0
  directly here.
cvsdist 67cda0
cvsdist 67cda0
* Thu Dec  7 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- built for dist-7.1
cvsdist 67cda0
cvsdist 67cda0
* Mon Aug 07 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- update to 4.13b to fix some bugs, thanks to czar@acm.org for giving me a
cvsdist 67cda0
  heads up on this (bug #15679)
cvsdist 67cda0
cvsdist 67cda0
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
cvsdist 67cda0
- rebuilt
cvsdist 67cda0
cvsdist 67cda0
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- rebuilt
cvsdist 67cda0
cvsdist 67cda0
* Fri Jun 23 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- info pages weren't getting gzipped.
cvsdist 67cda0
- stdout & stderror redirected to /dev/null in post section
cvsdist 67cda0
cvsdist 67cda0
* Mon Jun 19 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- fixed bug 12451 which was a stupid mistake by me.
cvsdist 67cda0
- quiet the post section
cvsdist 67cda0
- added patches from michal@ellpspace.math.ualberta.ca and did some spec file
cvsdist 67cda0
  magic he suggested as well.
cvsdist 67cda0
cvsdist 67cda0
* Fri Jun 2 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- fixed bug 5876, was not setting the paper size to Letter again :(
cvsdist 67cda0
- man pages and info pages to /usr/share, FHS compliant.
cvsdist 67cda0
- used macros wherever possible
cvsdist 67cda0
cvsdist 67cda0
* Wed May 31 2000 Tim Powers <timp@rehat.com>
cvsdist 67cda0
- fixed bug #11078, now requires psutils
cvsdist 67cda0
cvsdist 67cda0
* Wed Apr 26 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- updated to 4.13
cvsdist 67cda0
- compress man pages
cvsdist 67cda0
cvsdist 67cda0
* Thu Feb 10 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- gzip man pages
cvsdist 67cda0
- strip binaries
cvsdist 67cda0
cvsdist 67cda0
* Mon Jan 24 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- had to be more specific since the i18n stuff was removed from the package.
Tim Waugh da6bdb
        There is a new a2ps-i18n package which treats the
Tim Waugh da6bdb
        /usr/share/a2ps/afm/fonts.map file as a config file
Tim Waugh da6bdb
cvsdist 67cda0
* Wed Oct 27 1999 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- added the --with-medium=Letter option to the configure process
cvsdist 67cda0
cvsdist 67cda0
* Thu Aug 5 1999 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- fixed problems with missing dirs as reported in bug 3822
cvsdist 67cda0
- built for powertools
cvsdist 67cda0
cvsdist 67cda0
* Tue Jul 6 1999 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- rebuilt for powertools 6.1
cvsdist 67cda0
cvsdist 67cda0
* Wed May 12 1999 Bill Nottingham <notting@redhat.com>
cvsdist 67cda0
- add a2ps-site.cfg
cvsdist 67cda0
cvsdist 67cda0
* Mon Apr 26 1999 Preston Brown <pbrown@redhat.com>
cvsdist 67cda0
- update to 4.12 for Powertools 6.0
cvsdist 67cda0
cvsdist 67cda0
* Sat Oct 24 1998 Jeff Johnson <jbj@redhat.com>
Tim Waugh da6bdb
- narrower range of %%files splats.
cvsdist 67cda0
- install info correctly.
cvsdist 67cda0
- new description/summary text.
cvsdist 67cda0
cvsdist 67cda0
* Tue Oct 06 1998 Michael Maher <mike@redhat.com>
cvsdist 67cda0
- updated source
cvsdist 67cda0
cvsdist 67cda0
* Sat Jul 04 1998 Michael Maher <mike@redhat.com>
cvsdist 67cda0
- built package