diff --git a/Makefile b/Makefile deleted file mode 100644 index cfffcf4..0000000 --- a/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# Makefile for source rpm: a2ps -# $Id$ -NAME := a2ps -SPECFILE = $(firstword $(wildcard *.spec)) - -include ../common/Makefile.common diff --git a/a2ps-4.13-hebrew.patch b/a2ps-4.13-hebrew.patch index 1c9a5d1..5d4a104 100644 --- a/a2ps-4.13-hebrew.patch +++ b/a2ps-4.13-hebrew.patch @@ -52,7 +52,7 @@ +Default: MiriamMonoCLM-Book + +# Automatic spell checking :) -+Substitute: Times DavidCLM ++Substitute: Times DavidCLM-Medium +Substitute: Helvetica NachlieliCLM-Light +Substitute: Helvetica-Bold NachlieliCLM-Bold +Substitute: Courier MiriamMonoCLM-Book diff --git a/a2ps.spec b/a2ps.spec index a4c7183..8ab6ba8 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -1,7 +1,7 @@ Summary: Converts text and other types of files to PostScript(TM) Name: a2ps Version: 4.13b -Release: 65%{?dist} +Release: 66%{?dist} License: GPL Group: Applications/Publishing #Source0: ftp://ftp.enst.fr/pub/unix/a2ps/%{name}-%{version}.tar.gz @@ -44,7 +44,7 @@ Patch30: a2ps-psset.patch Patch31: a2ps-mb.patch Patch34: a2ps-external-libtool.patch Requires: fileutils sh-utils info -BuildRequires: /usr/bin/emacs, flex, libtool, texinfo, groff +BuildRequires: emacs, flex, libtool, texinfo, groff BuildRequires: ImageMagick BuildRequires: groff-perl BuildRequires: cups @@ -265,6 +265,10 @@ exit 0 %dir %{_datadir}/a2ps %changelog +* Fri Jul 13 2007 Tim Waugh 4.13b-66 +- Change build requirement from /usr/bin/emacs to emacs to fix build. +- Hebrew fix (bug #247999). + * Wed Mar 14 2007 Tim Waugh 4.13b-65 - Fix encoding of encoding.texi (bug #225235). - Make a2ps.cfg %%config again, but not noreplace (bug #225235).