|
|
@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
|
|
|
Class: EVAL
|
|
|
Group: Language
|
|
|
License: Artistic/GPL
|
|
|
-Version: 3.0.0
|
|
|
-Release: 20110121
|
|
|
+Version: 3.1.0
|
|
|
+Release: 20110218
|
|
|
|
|
|
# package options
|
|
|
%option with_gmp yes
|
|
|
@@ -41,7 +41,7 @@ Release: 20110121
|
|
|
%option with_icu no
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.parrot.org/pub/parrot/releases/supported/%{version}/parrot-%{version}.tar.gz
|
|
|
+Source0: ftp://ftp.parrot.org/pub/parrot/releases/devel/%{version}/parrot-%{version}.tar.gz
|
|
|
Patch0: parrot.patch
|
|
|
|
|
|
# build information
|
|
|
@@ -92,9 +92,8 @@ PreReq: icu
|
|
|
--debugging=0 \
|
|
|
--optimize \
|
|
|
--cc="%{l_cc}" \
|
|
|
- --cxx="%{l_cxx}" \
|
|
|
--ccflags="%{l_cflags -O} %{l_cppflags icu .}" \
|
|
|
- --link="%{l_cxx}" \
|
|
|
+ --link="%{l_cc}" \
|
|
|
--linkflags="%{l_ldflags}" \
|
|
|
--ld="%{l_cc}" \
|
|
|
--ldflags="%{l_ldflags}" \
|