OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Mar-2007 07:32:50
Branch: OPENPKG_2_STABLE Handle: 2007032206324900
Modified files: (Branch: OPENPKG_2_STABLE)
openpkg-src/a2ps a2ps.spec
Log:
MFC: inline fixes
Summary:
Revision Changes Path
1.34.2.3 +6 -3 openpkg-src/a2ps/a2ps.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/a2ps/a2ps.spec
============================================================================
$ cvs diff -u -r1.34.2.2 -r1.34.2.3 a2ps.spec
--- openpkg-src/a2ps/a2ps.spec 16 Oct 2006 14:47:16 -0000 1.34.2.2
+++ openpkg-src/a2ps/a2ps.spec 22 Mar 2007 06:32:49 -0000 1.34.2.3
@@ -1,7 +1,7 @@
##
## a2ps.spec -- OpenPKG RPM Package Specification
-## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
-## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/>
+## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
+## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -37,7 +37,7 @@
Group: Postscript
License: GPL
Version: %{V_major}%{V_minor}
-Release: 2.20061018
+Release: 2.20070322
# list of sources
Source0:
ftp://ftp.enst.fr/pub/unix/a2ps/a2ps-%{V_major}%{V_minor}.tar.gz
@@ -71,9 +71,12 @@
%{l_prefix}/bin/config install auxdir
%build
+ ( echo "ac_cv_c_inline=no"
+ ) >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
./configure \
+ --cache-file=./config.cache \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/a2ps \
--disable-shared \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]