From a747d189b14166e9d67574a64b6ff0cb7c59074f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mar 09 2007 09:34:38 +0000 Subject: - Fri Mar 9 2007 Tim Waugh - Build does not require gperf after all (bug #225235). - Don't remove needed library (bug #225235). - Resolves: rhbz#225235 rhbz#225235 --- diff --git a/a2ps.spec b/a2ps.spec index 5081e81..08c694d 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -37,12 +37,14 @@ Patch30: a2ps-psset.patch Patch31: a2ps-mb.patch Patch34: a2ps-external-libtool.patch Requires: fileutils sh-utils info -BuildRequires: /usr/bin/emacs, gperf, flex, libtool, texinfo, groff +BuildRequires: /usr/bin/emacs, flex, libtool, texinfo, groff BuildRequires: ImageMagick BuildRequires: groff-perl BuildRequires: cups BuildRequires: gettext, bison BuildRequires: psutils, tetex-dvips, texinfo, tetex-latex +# Uncomment this after Extras merge: +#BuildRequires: gv Url: http://www.inf.enst.fr/~demaille/a2ps/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: psutils, ImageMagick, texinfo-tex, gzip, bzip2, groff-perl @@ -190,7 +192,7 @@ for f in contrib/emacs/*.el; do \ } # Don't ship the library file or header (bug #203536). -rm -f %{buildroot}%{_libdir}/* +rm -f %{buildroot}%{_libdir}/*.{so,a,la} rm -f %{buildroot}%{_includedir}/* rm -f %{buildroot}%{_infodir}/dir @@ -225,6 +227,7 @@ exit 0 %{_sysconfdir}/a2ps.cfg %config(noreplace) %{_sysconfdir}/a2ps-site.cfg %doc AUTHORS ChangeLog COPYING NEWS README TODO THANKS +%{_libdir}/liba2ps.so.* %{_bindir}/* %{_infodir}/a2ps.info* %{_infodir}/ogonkify.info* @@ -245,6 +248,10 @@ exit 0 %dir %{_datadir}/a2ps %changelog +- Fri Mar 9 2007 Tim Waugh +- Build does not require gperf after all (bug #225235). +- Don't remove needed library (bug #225235). + * Thu Mar 8 2007 Tim Waugh 4.13b-62 - Build requires bison. - Use sed instead of perl for string replacement (bug #225235).