rpms/rakudo/devel .cvsignore, 1.11, 1.12 rakudo.spec, 1.19, 1.20 sources, 1.14, 1.15

Gerd Pokorra gerd at fedoraproject.org
Fri May 21 10:43:18 UTC 2010


Author: gerd

Update of /cvs/pkgs/rpms/rakudo/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30813

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rakudo/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	22 Apr 2010 13:00:20 -0000	1.11
+++ .cvsignore	21 May 2010 10:43:18 -0000	1.12
@@ -1 +1 @@
-rakudo-2010.04.tar.gz
+rakudo-2010.05.tar.gz


Index: rakudo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rakudo/devel/rakudo.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- rakudo.spec	22 Apr 2010 13:00:21 -0000	1.19
+++ rakudo.spec	21 May 2010 10:43:18 -0000	1.20
@@ -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/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	22 Apr 2010 13:00:21 -0000	1.14
+++ sources	21 May 2010 10:43:18 -0000	1.15
@@ -1 +1 @@
-4546df9c407fb8757e857fab0a8482b7  rakudo-2010.04.tar.gz
+ae7c42c11151ea3d6142d9313da0e2cc  rakudo-2010.05.tar.gz



More information about the scm-commits mailing list