Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4b0574b1c | ||
|
|
4b2c5d9d8c | ||
|
|
0418fb3d36 | ||
|
|
e6389e09cf |
3 changed files with 7 additions and 9 deletions
6
Makefile
6
Makefile
|
|
@ -1,6 +0,0 @@
|
|||
# Makefile for source rpm: a2ps
|
||||
# $Id$
|
||||
NAME := a2ps
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue