OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Nov-2006 18:02:18
Branch: HEAD Handle: 2006111517021700
Modified files:
openpkg-src/clearsilver clearsilver.spec
Log:
upgrading package: clearsilver 0.10.3 -> 0.10.4
Summary:
Revision Changes Path
1.11 +10 -2 openpkg-src/clearsilver/clearsilver.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/clearsilver/clearsilver.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 clearsilver.spec
--- openpkg-src/clearsilver/clearsilver.spec 13 Oct 2006 17:27:18 -0000
1.10
+++ openpkg-src/clearsilver/clearsilver.spec 15 Nov 2006 17:02:17 -0000
1.11
@@ -32,8 +32,8 @@
Class: EVAL
Group: HTML
License: Neotonic ClearSilver License and others
-Version: 0.10.3
-Release: 20061013
+Version: 0.10.4
+Release: 20061115
# package options
%option with_perl no
@@ -77,6 +77,14 @@
%{l_shtool} subst \
-e 's;^#!.*$;#!%{l_prefix}/bin/python;' \
scripts/document.py
+ case "%{l_platform -t}" in
+ *-linux* ) ;;
+ * )
+ %{l_shtool} subst \
+ -e '/^#include <features.h>/d' \
+ cgi/cgiwrap.c
+ ;;
+ esac
%if "%{with_zlib}" == "yes"
%{l_shtool} subst \
-e 's;^\(LIBS[ ]*+=.*\)$;\1 -lz;' \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]