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: 21-Jun-2005 20:49:57
Branch: HEAD Handle: 2005062119495600
Modified files:
openpkg-src/cairo cairo.spec
Removed files:
openpkg-src/cairo cairo.patch
Log:
upgrading package: cairo 0.4.0 -> 0.5.1
Summary:
Revision Changes Path
1.5 +0 -186 openpkg-src/cairo/cairo.patch
1.8 +3 -4 openpkg-src/cairo/cairo.spec
____________________________________________________________________________
rm -f openpkg-src/cairo/cairo.patch <<'@@ .'
Index: openpkg-src/cairo/cairo.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cairo/cairo.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 cairo.spec
--- openpkg-src/cairo/cairo.spec 15 Jun 2005 15:09:35 -0000 1.7
+++ openpkg-src/cairo/cairo.spec 21 Jun 2005 18:49:56 -0000 1.8
@@ -32,8 +32,8 @@
Class: PLUS
Group: XWindow
License: MIT-style
-Version: 0.4.0
-Release: 20050615
+Version: 0.5.1
+Release: 20050621
# package options
%option with_pdf yes
@@ -43,7 +43,6 @@
# list of sources
Source0: http://cairographics.org/snapshots/cairo-%{version}.tar.gz
-Patch0: cairo.patch
# build information
Prefix: %{l_prefix}
@@ -88,7 +87,6 @@
%prep
%setup -q
- %patch -p0
%build
%{l_shtool} subst \
@@ -106,6 +104,7 @@
%if "%{with_png}" == "yes"
LIBS="$LIBS -lpng -lz"
%endif
+ export PKG_CONFIG="%{l_prefix}/bin/pkg-config"
./configure \
--prefix=%{l_prefix} \
%if "%{with_png}" == "yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]