bsc#1112014
OBS-URL: https://build.opensuse.org/package/show/Publishing/a2ps?expand=0&rev=73
This commit is contained in:
parent
16ff102db5
commit
1f7a276958
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 16 14:40:35 UTC 2018 - werner@suse.de
|
||||||
|
|
||||||
|
- Make LFS support work on 32bit architectures (bsc#1112014)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 16 09:50:16 UTC 2018 - bwiedemann@suse.com
|
Mon Jul 16 09:50:16 UTC 2018 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package a2ps
|
# spec file for package a2ps
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@ Name: a2ps
|
|||||||
Version: 4.14
|
Version: 4.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Converts ASCII Text into PostScript
|
Summary: Converts ASCII Text into PostScript
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Publishing/PS
|
Group: Productivity/Publishing/PS
|
||||||
Url: http://www.gnu.org/software/a2ps/a2ps.html
|
Url: http://www.gnu.org/software/a2ps/a2ps.html
|
||||||
Source0: http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
|
Source0: http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
|
||||||
@ -51,6 +51,7 @@ Patch17: a2ps-buildcompare.patch
|
|||||||
Patch18: reproducible.patch
|
Patch18: reproducible.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: bison
|
||||||
BuildRequires: emacs-nox
|
BuildRequires: emacs-nox
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: ghostscript-fonts-std
|
BuildRequires: ghostscript-fonts-std
|
||||||
@ -58,7 +59,6 @@ BuildRequires: gv
|
|||||||
BuildRequires: psutils
|
BuildRequires: psutils
|
||||||
BuildRequires: texlive-latex
|
BuildRequires: texlive-latex
|
||||||
BuildRequires: timezone
|
BuildRequires: timezone
|
||||||
BuildRequires: bison
|
|
||||||
Requires: file
|
Requires: file
|
||||||
Requires: ghostscript-fonts-std
|
Requires: ghostscript-fonts-std
|
||||||
Requires: glibc
|
Requires: glibc
|
||||||
@ -142,7 +142,7 @@ find -name Makefile.in | xargs touch
|
|||||||
#YYY: Not a hack and it is necessary!!
|
#YYY: Not a hack and it is necessary!!
|
||||||
# The a2ps source is much to old to (re)run auto conf tools
|
# The a2ps source is much to old to (re)run auto conf tools
|
||||||
cp -p %{_datadir}/automake-*/config.{guess,sub} auxdir/
|
cp -p %{_datadir}/automake-*/config.{guess,sub} auxdir/
|
||||||
export CFLAGS="%{optflags} -D_GNU_SOURCE -funroll-loops -Wall -pipe -fstack-protector -fPIE"
|
export CFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS) -funroll-loops -Wall -pipe -fstack-protector -fPIE"
|
||||||
export LPR=lpr
|
export LPR=lpr
|
||||||
export CC=gcc
|
export CC=gcc
|
||||||
export TZ=UTC
|
export TZ=UTC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user