From b8586a8973ff98a356dd4a79bc21970d4d032bae Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Jul 13 2006 22:11:24 +0000 Subject: no emacs on ppc64, and cleanup --- diff --git a/a2ps.spec b/a2ps.spec index 5bf3500..66c9b98 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -1,10 +1,7 @@ -%define ver 4.13b -%define rel 51.1 - Summary: Converts text and other types of files to PostScript(TM). Name: a2ps -Version: %{ver} -Release: %{rel} +Version: 4.13b +Release: 52 License: GPL Group: Applications/Publishing Source: ftp://ftp.enst.fr/pub/unix/a2ps/%{name}-%{version}.tar.gz @@ -47,6 +44,9 @@ PreReq: sed, coreutils Obsoletes: a2ps-i18n Provides: a2ps-i18n +# Temp exclude on ppc64 as no emacs there right now +ExcludeArch: ppc64 + BuildRequires: gettext %description @@ -232,8 +232,10 @@ fi %dir %{_datadir}/a2ps %changelog -* Wed Jul 12 2006 Jesse Keating - 4.13b-51.1 +* Wed Jul 12 2006 Jesse Keating - 4.13b-52 - rebuild +- exclude ppc64 as no emacs there right now. +- get rid of stupid ver and rel defines. * Tue May 30 2006 Tim Waugh 4.13b-51 - Build requires gettext (bug #193346).