rpms/rakudo/devel rakudo.spec,1.7,1.8

Gerd Pokorra gerd at fedoraproject.org
Sat Aug 22 21:09:21 UTC 2009


Author: gerd

Update of /cvs/pkgs/rpms/rakudo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10722

Modified Files:
	rakudo.spec 
Log Message:
add a patch to add a path to the @*INC array


Index: rakudo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rakudo/devel/rakudo.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- rakudo.spec	22 Aug 2009 01:06:25 -0000	1.7
+++ rakudo.spec	22 Aug 2009 21:09:21 -0000	1.8
@@ -9,13 +9,14 @@ ExcludeArch:ppc
 
 Name:           rakudo
 Version:        0.0.%{year}.%{month}_%{parrot_version}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Perl compiler on Parrot
 License:        Artistic 2.0
 Group:          Development/Languages
 URL:            http://www.rakudo.org/
 
 Source0:        http://cloud.github.com/downloads/rakudo/rakudo/rakudo-%{year}-%{month}.tar.gz
+Patch0:         rakudo.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -38,7 +39,8 @@ http://perl6-projects.org
 
 %prep
 %setup -q -n %{name}-%{year}-%{month}
-#%{__perl} -pi -e "s,'PATH_EXT','%{par_lang_perl6}/lib'," src/builtins/globals.pir
+%patch0 -p0
+%{__perl} -pi -e "s,'PATH_EXT','%{par_lang_perl6}/lib'," src/builtins/globals.pir
 exit 0
 
 %build
@@ -81,11 +83,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Aug 22 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2009.08_1.5.0-1
+* Sat Aug 22 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2009.08_1.5.0-2
+- add a patch to add a path to the @*INC array
 - update to rakudo 2009-08 on parrot 1.5.0
 
 * Sun Aug 9 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2009.07_1.4.0-4
-- modified source to add a path to the @*INC array
 - 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




More information about the scm-commits mailing list