rpms/rakudo/F-13 .cvsignore, 1.10, 1.11 rakudo.spec, 1.17, 1.18 sources, 1.13, 1.14

Gerd Pokorra gerd at fedoraproject.org
Fri May 21 13:03:05 UTC 2010


Author: gerd

Update of /cvs/pkgs/rpms/rakudo/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15488

Modified Files:
	.cvsignore rakudo.spec sources 
Log Message:
update to rakudo-2010.05


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rakudo/F-13/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	22 Apr 2010 13:05:05 -0000	1.10
+++ .cvsignore	21 May 2010 13:03:04 -0000	1.11
@@ -1 +1 @@
-rakudo-2010.04.tar.gz
+rakudo-2010.05.tar.gz


Index: rakudo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rakudo/F-13/rakudo.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- rakudo.spec	22 Apr 2010 13:05:05 -0000	1.17
+++ rakudo.spec	21 May 2010 13:03:05 -0000	1.18
@@ -1,6 +1,6 @@
 %global year 2010
-%global month 04
-%global parrot_version 2.3.0
+%global month 05
+%global parrot_version 2.4.0
 
 %define parrot_dynext %{_libdir}/parrot/%{parrot_version}/dynext
 %define par_lang_perl6 %{_libdir}/parrot/%{parrot_version}/languages/perl6
@@ -40,6 +40,7 @@ exit 0
 
 %build
 %{__perl} Configure.pl
+%{__sed} -i -e 's&$(DESTDIR)$(DOCDIR)/rakudo&$(DESTDIR)$(DOCDIR)/rakudo-%{version}&' Makefile
 make
 
 
@@ -51,10 +52,6 @@ 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
 
-# Creating man-page
-%{__install} -d $RPM_BUILD_ROOT%{_mandir}/man1
-pod2man --section=1 --name=perl6 docs/running.pod | %{__gzip} -c > $RPM_BUILD_ROOT%{_mandir}/man1/perl6.1.gz
-
 
 %check
 %{?!_without_tests: make test}
@@ -66,21 +63,22 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS LICENSE README
+%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
-%{parrot_dynext}/perl6_ops_switch.so
 %{par_lang_perl6}/lib/Safe.pm
 %{par_lang_perl6}/lib/Test.pm
 %{par_lang_perl6}/lib/Test.pir
 %{par_lang_perl6}/perl6.pbc
 %{_mandir}/man1/perl6.1.gz
+%{_mandir}/man1/rakudo.1.gz
 
 
 %changelog
-* Thu Apr 22 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2010.04_2.3.0-1
-- update to rakudo 2010.04 on parrot 2.3.0
+* Fri May 21 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2010.05_2.4.0-1
+- update to rakudo 2010.05 on parrot 2.4.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
@@ -89,9 +87,6 @@ rm -rf $RPM_BUILD_ROOT
 * Sun Aug 9 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2009.07_1.4.0-4
 - force executable permission on shared objects so they get stripped
 
-* Thu Aug 6 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2009.07_1.4.0-2
-- add a perl6 man page
-
 * Fri Jul 31 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2009.07_1.4.0-1
 - fix versioning
 - use 'ExcludeArch:ppc' for now


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rakudo/F-13/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	22 Apr 2010 13:05:05 -0000	1.13
+++ sources	21 May 2010 13:03:05 -0000	1.14
@@ -1 +1 @@
-4546df9c407fb8757e857fab0a8482b7  rakudo-2010.04.tar.gz
+ae7c42c11151ea3d6142d9313da0e2cc  rakudo-2010.05.tar.gz



More information about the scm-commits mailing list