[rakudo-star] fix required dependencies

Gerd Pokorra gerd at fedoraproject.org
Wed Sep 5 12:37:36 UTC 2012


commit cbc79d9897a54d49d7bf426dffec01e99c214631
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Wed Sep 5 14:29:40 2012 +0200

    fix required dependencies

 rakudo-star.spec |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/rakudo-star.spec b/rakudo-star.spec
index e5a6d10..502f8de 100644
--- a/rakudo-star.spec
+++ b/rakudo-star.spec
@@ -8,7 +8,7 @@
 
 Name:           rakudo-star
 Version:        0.0.%{year}.%{month}_%{parrot_version}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Rakudo, Perl6-modules and documentation
 License:        Artistic 2.0
 Group:          Development/Languages
@@ -18,10 +18,8 @@ Source0:        http://github.com/downloads/rakudo/star/rakudo-star-%{year}.%{mo
 # sources for desktop files are added here
 Source1:        http://github.com/downloads/gerd/desktop-files/rakudo.desk.in.tar.gz
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 # This librarys are needed while "pbc_to_exe" include them
-BuildRequires:  ncurses-devel
+#BuildRequires:  ncurses-devel
 BuildRequires:  readline-devel
 BuildRequires:  gmp-devel
 BuildRequires:  libicu-devel
@@ -41,7 +39,7 @@ Provides:       rakudo = %{version}-%{release}
 
 
 # filter out the perl5 modules requires for perl6 modules
-%filter_from_requires /perl(/d
+%filter_from_requires /perl(/d; /perl6/d
 %filter_setup
 
 
@@ -156,6 +154,7 @@ prove -e ./perl6 -r modules/xml-writer/t
 #prove -e ./perl6 -r modules/zavolaj/t
 }
 
+
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
 
@@ -171,6 +170,7 @@ prove -e ./perl6 -r modules/xml-writer/t
 %{_mandir}/man1/perl6.1.gz
 %{_mandir}/man1/rakudo.1.gz
 
+
 # modules part
 # %%{_bindir}/ufo is moved to %%{parrot_lang_perl6}/bin/ufo
 # the other modules files are in %%{parrot_lang_perl6}/lib placed with
@@ -182,6 +182,12 @@ prove -e ./perl6 -r modules/xml-writer/t
 
 
 %changelog
+* Wed Sep 05 2012 Gerd Pokorra <gp at zimt.uni-siegen.de> - 0.0.2012.08_4.7.0-2
+- BuildRoot tag removed
+- first build on top of NQP
+- extended requires filter
+- updated to 2012.08
+
 * Fri Aug 05 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> - 0.0.2011.07_3.6.0-1
 - updated to 2011.07
 


More information about the scm-commits mailing list