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: 25-Dec-2007 10:48:20
Branch: HEAD Handle: 2007122509481900
Modified files:
openpkg-src/redland redland.spec
Log:
upgrading package: redland 1.0.6 -> 1.0.7
Summary:
Revision Changes Path
1.17 +6 -2 openpkg-src/redland/redland.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/redland/redland.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 redland.spec
--- openpkg-src/redland/redland.spec 18 Nov 2007 09:03:08 -0000 1.16
+++ openpkg-src/redland/redland.spec 25 Dec 2007 09:48:19 -0000 1.17
@@ -25,7 +25,7 @@
# package version
%define V_raptor 1.4.16
%define V_rasqal 0.9.15
-%define V_redland 1.0.6
+%define V_redland 1.0.7
# package information
Name: redland
@@ -38,7 +38,7 @@
Group: XML
License: LGPL/GPL
Version: %{V_redland}
-Release: 20071118
+Release: 20071225
# list of sources
Source0: http://download.librdf.org/source/raptor-%{V_raptor}.tar.gz
@@ -94,6 +94,7 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
--datarootdir=%{l_prefix} \
--includedir=%{l_prefix}/include/redland \
--with-xml2-config=%{l_prefix}/bin/xml2-config \
@@ -110,6 +111,7 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
--includedir=%{l_prefix}/include/redland \
--enable-pcre \
--with-pcre-config=%{l_prefix}/bin/pcre-config \
@@ -136,6 +138,7 @@
RASQAL_CONFIG="`pwd`/../rasqal-%{V_rasqal}/src/rasqal-config" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
--includedir=%{l_prefix}/include/redland \
--enable-release \
--disable-assertions \
@@ -163,6 +166,7 @@
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
) || exit $?
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/gtk-doc
rm -rf $RPM_BUILD_ROOT%{l_prefix}/gtk-doc
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]