Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
d4b0574b1c dist-git conversion 2010-07-28 09:29:24 +00:00
Tim Waugh
4b2c5d9d8c - Change build requirement from /usr/bin/emacs to emacs to fix build. 2007-07-13 15:59:50 +00:00
Tim Waugh
0418fb3d36 - Hebrew fix (bug #247999). 2007-07-13 15:44:48 +00:00
Bill Nottingham
e6389e09cf Initialize branch F-7 for a2ps 2007-05-18 02:42:26 +00:00
3 changed files with 7 additions and 9 deletions

View file

@ -1,6 +0,0 @@
# Makefile for source rpm: a2ps
# $Id$
NAME := a2ps
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common

View file

@ -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

View file

@ -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 <twaugh@redhat.com> 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 <twaugh@redhat.com> 4.13b-65
- Fix encoding of encoding.texi (bug #225235).
- Make a2ps.cfg %%config again, but not noreplace (bug #225235).