OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Mar-2004 12:45:20
Branch: HEAD Handle: 2004030811451900
Modified files:
openpkg-src/libidl libidl.spec
Log:
repair build conf leading to a correct libIDL-config-2 program, thus
fixing dependent packages such as orbit2
Summary:
Revision Changes Path
1.16 +4 -1 openpkg-src/libidl/libidl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libidl/libidl.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 libidl.spec
--- openpkg-src/libidl/libidl.spec 7 Feb 2004 17:56:12 -0000 1.15
+++ openpkg-src/libidl/libidl.spec 8 Mar 2004 11:45:19 -0000 1.16
@@ -38,7 +38,7 @@
Group: System
License: LGPL
Version: %{V_major}.%{V_minor}
-Release: 20040207
+Release: 20040308
# list of sources
Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/%{V_major}/libIDL-%{version}.tar.gz
@@ -72,6 +72,9 @@
-e 's;libIDL-2\.la;libIDL2.la;g' \
-e 's;-lIDL-2;-lIDL2;g' \
Makefile.in libIDL-config-2.in libIDL-2.0.pc.in
+ %{l_shtool} subst \
+ -e 's;^\(libIDLincludedir.*=.*libIDL\)-2.0/libIDL;\1;' \
+ include/libIDL/Makefile.in
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]