OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Apr-2005 13:35:05
Branch: HEAD Handle: 2005042012350500
Modified files:
openpkg-src/glibmm glibmm.spec
Log:
correct broken assumed dynamic library configuration by hardcoding
static library requirements into buildconf
Summary:
Revision Changes Path
1.6 +9 -5 openpkg-src/glibmm/glibmm.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/glibmm/glibmm.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 glibmm.spec
--- openpkg-src/glibmm/glibmm.spec 24 Mar 2005 11:18:56 -0000 1.5
+++ openpkg-src/glibmm/glibmm.spec 20 Apr 2005 11:35:05 -0000 1.6
@@ -1,7 +1,8 @@
##
-## glibmm.spec -- OpenPKG RPM Package Specification
-## Copyright (c) 2000-2005 OpenPKG Foundation e.V. <http://openpkg.net/>
-## Copyright (c) 2000-2005 Ralf S. Engelschall <http://engelschall.com/>
+## glibmm.spec -- OpenPKG RPM Specification
+## Copyright (c) 2000-2005 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2005 Ralf S. Engelschall <[EMAIL PROTECTED]>
+## Copyright (c) 2000-2005 Cable & Wireless <http://www.cw.com/>
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -33,13 +34,13 @@
Summary: C++ interface for glib
URL: http://www.gtkmm.org/
Vendor: Daniel Elstner
-Packager: OpenPKG
+Packager: The OpenPKG Project
Distribution: OpenPKG
Class: EVAL
Group: Algorithm
License: LGPL
Version: %{V_glibmm}
-Release: 20050309
+Release: 20050420
# list of sources
Source0:
http://ftp.gnome.org/pub/GNOME/sources/glibmm/%{V_glibmm_major}/glibmm-%{version}.tar.bz2
@@ -65,6 +66,9 @@
%prep
%setup -q
+ %{l_shtool} subst \
+ -e 's;\(PKG_CONFIG.*--libs\);\1 --static;' \
+ configure
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]