Hello community,

here is the log from the commit of package rakudo for openSUSE:Factory checked 
in at 2012-06-29 11:35:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rakudo (Old)
 and      /work/SRC/openSUSE:Factory/.rakudo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rakudo", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rakudo/rakudo.changes    2012-06-26 
17:27:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rakudo.new/rakudo.changes       2012-06-29 
11:35:39.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 14:18:42 CEST 2012 - [email protected]
+
+- fix install section so that the installed perl6 binary
+  finds its libraries
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rakudo.spec ++++++
--- /var/tmp/diff_new_pack.FDikru/_old  2012-06-29 11:35:40.000000000 +0200
+++ /var/tmp/diff_new_pack.FDikru/_new  2012-06-29 11:35:40.000000000 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  nqp
 BuildRequires:  parrot-devel
 Provides:       perl6 = %{version}-%{release}
-Requires:       nqp
+Requires:       nqp >= 2012.06.1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,22 +44,16 @@
 #make test
 
 %install
-rm -rf $RPM_BUILD_ROOT
-mkdir $RPM_BUILD_ROOT
-PARROT_DIR=%{_libdir}`parrot_config versiondir`
-install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT$PARROT_DIR/dynext
-install dynext/* $RPM_BUILD_ROOT$PARROT_DIR/dynext
-rm -f $RPM_BUILD_ROOT$PARROT_DIR/dynext/IGNORE
-install perl6 $RPM_BUILD_ROOT%{_bindir}/perl6
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT/usr/share/doc
 
 %files
 %defattr(-,root,root)
 %doc CREDITS LICENSE README 
 %{_bindir}/*
 %{_libdir}/parrot/*/dynext/*
+%{_libdir}/parrot/*/languages/nqp/lib/*
+%{_libdir}/parrot/*/languages/perl6
+%doc %{_mandir}/man1/*
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to