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: 29-Sep-2005 22:49:44
Branch: HEAD Handle: 2005092921494400
Modified files:
openpkg-src/popt popt.spec
Log:
try to reduce dependencies
Summary:
Revision Changes Path
1.29 +7 -6 openpkg-src/popt/popt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/popt/popt.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 popt.spec
--- openpkg-src/popt/popt.spec 23 Sep 2005 12:49:25 -0000 1.28
+++ openpkg-src/popt/popt.spec 29 Sep 2005 20:49:44 -0000 1.29
@@ -37,7 +37,7 @@
Group: System
License: LGPL
Version: %{V_popt}
-Release: 20050923
+Release: 20050929
# list of sources
Source0: ftp://jbj.org/pub/rpm-%{V_rpm}/popt-%{V_popt}.tar.gz
@@ -47,10 +47,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, bison, gcc
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: gettext
-PreReq: gettext
AutoReq: no
AutoReqProv: no
@@ -73,14 +71,17 @@
%patch -p0
%build
+ %{l_shtool} subst \
+ -e 's;test ! -f \.\./rpm\.c;false;' \
+ configure
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="%{l_cppflags}" \
- LDFLAGS="%{l_ldflags} -lintl" \
./configure \
--prefix=%{l_prefix} \
--disable-shared \
--with-included-gettext \
+ --without-libintl-prefix \
+ --without-libiconv-prefix \
--disable-nls
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]