[rakudo/f13/master] update to new source

Gerd Pokorra gerd at fedoraproject.org
Sun Aug 29 16:00:18 UTC 2010


commit c73e2139cc54b2def83bac09b1267e972bc622fc
Author: Gerd Pokorra <gz016 at vgerd1.zimt.uni-siegen.de>
Date:   Sun Aug 29 17:54:46 2010 +0200

    update to new source

 .gitignore  |    2 ++
 rakudo.spec |   39 ++++++++++++++++++---------------------
 sources     |    4 ++--
 3 files changed, 22 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 273a47f..5a20581 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 rakudo-2010.07.tar.gz
 rakudo-star-2010.07.tar.gz
 rakudo.patch
+/rakudo-2010.08.1.tar.gz
+/rakudo_2010.08.patch
diff --git a/rakudo.spec b/rakudo.spec
index 8719169..395cb94 100644
--- a/rakudo.spec
+++ b/rakudo.spec
@@ -1,20 +1,20 @@
 %global year 2010
-%global month 07
-%global parrot_version 2.6.0
+%global month 08
+%global parrot_version 2.7.0
 
 %define parrot_dynext %{_libdir}/parrot/%{parrot_version}/dynext
 %define parrot_lang_perl6 %{_libdir}/parrot/%{parrot_version}/languages/perl6
 
 Name:           rakudo
 Version:        0.0.%{year}.%{month}_%{parrot_version}
-Release:        2%{?dist}
+Release:        1%{?dist}
 Summary:        A Perl compiler on Parrot
 License:        Artistic 2.0
 Group:          Development/Languages
 URL:            http://www.rakudo.org/
 
-Source0:        http://github.com/downloads/rakudo/star/rakudo-star-%{year}.%{month}.tar.gz
-Patch0:		rakudo.patch
+Source0:        http://github.com/downloads/rakudo/rakudo/rakudo-%{year}.%{month}.1.tar.gz
+Patch0:         rakudo_2010.08.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -36,37 +36,37 @@ on the Parrot VM. More information about Perl 6 is available from:
 http://perl6.org
 
 %prep
-%setup -q -n %{name}-star-%{year}.%{month}
+%setup -q -n %{name}-%{year}.%{month}.1
 %patch0 -p0
+exit 0
 
 %build
 %{__perl} Configure.pl
-%{__make}
+%{__sed} -i -e 's&$(DESTDIR)$(DOCDIR)/rakudo&$(DESTDIR)$(DOCDIR)/rakudo-%{version}&' Makefile
+make
 
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
-%{__sed} -i -e 's&$(DESTDIR)$(DOCDIR)/rakudo&$(DESTDIR)$(DOCDIR)/rakudo-%{version}&' rakudo/Makefile
-
-%{__make} rakudo-install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
 
 # Force executable permission on shared objects so they get stripped
 %{__chmod} 755 $RPM_BUILD_ROOT%{parrot_dynext}/perl6*.so
 
 
 %check
-%{?!_without_tests: make rakudo-test}
-
+%{?!_without_tests: make test}
+exit 0
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
 
 %files
 %defattr(-,root,root,-)
-%doc rakudo/LICENSE rakudo/README rakudo/CREDITS docs/UsingPerl6-draft.pdf
-%doc rakudo/docs/*
+%doc CREDITS LICENSE README docs/ChangeLog docs/ROADMAP
+%doc docs/S11-Modules-proposal.pod
 %{_bindir}/perl6
 %{parrot_dynext}/perl6_group.so
 %{parrot_dynext}/perl6_ops.so
@@ -76,11 +76,8 @@ http://perl6.org
 
 
 %changelog
-* Mon Aug 16 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2010.07_2.6.0-2
-- update to new source from the rakudo-star release 2010.07 on parrot 2.6.0
-
-* Fri Jul 23 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2010.07_2.6.0-1
-- update to rakudo 2010.07 on parrot 2.6.0
+* Fri Aug 27 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2010.08_2.7.0-1
+- update to rakudo 2010.08.1 on parrot 2.7.0
 
 * Thu Mar 18 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2010.03_2.2.0-1
 - update to rakudo 2010.03 on parrot 2.2.0
diff --git a/sources b/sources
index ee8a2d7..e2b8e3c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3be6d0f4f9d8d1143b6c25768e8a7342  rakudo-star-2010.07.tar.gz
-6db4988f215bfab2fa26b2f6a736732b  rakudo.patch
+0f6b98e728945e3af0316788e3f33d22  rakudo-2010.08.1.tar.gz
+d9743c98d4f52240b25ee59c2e0eea92  rakudo_2010.08.patch


More information about the scm-commits mailing list