From 423185cbe3d481531efad1869d66042f76cf18ef155a76739df20aab9d2958d4 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 8 Feb 2012 12:25:23 +0000 Subject: [PATCH] Accepting request 103025 from home:msmeissn:branches:Publishing make build OBS-URL: https://build.opensuse.org/request/show/103025 OBS-URL: https://build.opensuse.org/package/show/Publishing/a2ps?expand=0&rev=17 --- a2ps.changes | 5 +++++ a2ps.spec | 23 ++++++++++++++--------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/a2ps.changes b/a2ps.changes index 278db78..3825449 100644 --- a/a2ps.changes +++ b/a2ps.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 7 09:22:18 CET 2012 - meissner@suse.de + +- copy config.* files instead of old suse_update_config macro. + ------------------------------------------------------------------- Thu Nov 3 13:46:25 UTC 2011 - werner@suse.de diff --git a/a2ps.spec b/a2ps.spec index 3a2313d..9bf5592 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -1,7 +1,7 @@ # # spec file for package a2ps # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,20 +15,26 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: a2ps -BuildRequires: autoconf automake emacs-nox flex ghostscript-fonts-std gv psutils texlive-latex xorg-x11-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: emacs-nox +BuildRequires: flex +BuildRequires: ghostscript-fonts-std +BuildRequires: gv +BuildRequires: psutils +BuildRequires: texlive-latex +BuildRequires: xorg-x11-devel Url: http://www.gnu.org/software/a2ps/a2ps.html -License: GPL-2.0+ -Group: Productivity/Publishing/PS Provides: a2ps-bin Requires: /bin/sed /usr/bin/iconv /usr/bin/file /usr/bin/wdiff /usr/bin/w3m ghostscript-fonts-std Suggests: acroread gv ImageMagick psutils texinfo texlive-latex PreReq: %{install_info_prereq} Version: 4.13 -Release: 1336 +Release: 0 Summary: Converts ASCII Text into PostScript +License: GPL-2.0+ +Group: Productivity/Publishing/PS Source: a2ps-4.13b.tar.bz2 Source1: a2ps-ko.po Source2: a2ps-open @@ -56,7 +62,6 @@ PostScript. Only language text which can be converted from UTF-8 to latin encodings are supported. %package -n a2ps-devel -License: GPL-2.0+ Summary: Library and header file for the interface of a2ps Group: Development/Libraries/Other Provides: a2ps:%{_libdir}/liba2ps.a @@ -92,7 +97,7 @@ cp -f %SOURCE1 po/ko.po rename no nb po/no.* %build -%{?suse_update_config:%{suse_update_config -f auxdir}} + cp /usr/share/automake-1.11/config.* auxdir/ export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -funroll-loops -Wall -pipe -fstack-protector" export LPR=lpr export CC=gcc