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: 23-Jun-2007 19:43:42
Branch: HEAD Handle: 2007062318434200
Modified files:
openpkg-src/libidl libidl.spec
Log:
fix path of info files
Summary:
Revision Changes Path
1.29 +2 -1 openpkg-src/libidl/libidl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libidl/libidl.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 libidl.spec
--- openpkg-src/libidl/libidl.spec 27 Feb 2007 07:29:50 -0000 1.28
+++ openpkg-src/libidl/libidl.spec 23 Jun 2007 17:43:42 -0000 1.29
@@ -37,7 +37,7 @@
Group: RPC
License: LGPL
Version: %{V_major}.%{V_minor}
-Release: 20070227
+Release: 20070623
# list of sources
Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/%{V_major}/libIDL-%{version}.tar.gz
@@ -82,6 +82,7 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
+ --infodir=%{l_prefix}/info \
--disable-shared
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]