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
This commit is contained in:
parent
d06b7c9cf3
commit
423185cbe3
@ -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
|
||||
|
||||
|
23
a2ps.spec
23
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
|
||||
|
Loading…
Reference in New Issue
Block a user