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-Oct-2008 21:13:29
Branch: HEAD Handle: 2008102320132800
Modified files:
openpkg-src/parrot parrot.spec
Log:
upgrading package: parrot 0.7.0 -> 0.8.0
Summary:
Revision Changes Path
1.39 +7 -3 openpkg-src/parrot/parrot.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/parrot/parrot.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 parrot.spec
--- openpkg-src/parrot/parrot.spec 19 Aug 2008 21:21:36 -0000 1.38
+++ openpkg-src/parrot/parrot.spec 23 Oct 2008 19:13:28 -0000 1.39
@@ -31,14 +31,14 @@
Class: EVAL
Group: Language
License: Artistic/GPL
-Version: 0.7.0
-Release: 20080819
+Version: 0.8.0
+Release: 20081023
# package options
%option with_icu no
# list of sources
-Source0:
http://www.cpan.org/authors/id/R/RG/RGRJR/parrot-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/P/PA/PARTICLE/parrot-%{version}.tar.gz
Patch0: parrot.patch
# build information
@@ -73,6 +73,10 @@
%build
# configure program
+ %{l_shtool} subst \
+ -e 's;has_dynamic_linking *=> *1;has_dynamic_linking => 0;g' \
+ -e 's;parrot_is_shared *=> *1;parrot_is_shared => 0;g' \
+ config/init/hints/*.pm
%{l_prefix}/bin/perl Configure.pl \
%if "%{with_icu}" == "yes"
--icu-config=%{l_prefix}/bin/icu-config \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]