Forráskód Böngészése

upgrading package: parrot 3.0.0 -> 3.1.0

Ralf S. Engelschall 14 éve
szülő
commit
29f5045e3d
1 módosított fájl, 4 hozzáadás és 5 törlés
  1. 4 5
      parrot/parrot.spec

+ 4 - 5
parrot/parrot.spec

@@ -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}" \