rpms/parrot/F-11 parrot.spec,1.6,1.7

Gerd Pokorra gerd at fedoraproject.org
Mon Aug 3 16:21:33 UTC 2009


Author: gerd

Update of /cvs/pkgs/rpms/parrot/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24079

Modified Files:
	parrot.spec 
Log Message:
subpackage parrot-tools changed


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/F-11/parrot.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- parrot.spec	3 Aug 2009 12:42:58 -0000	1.6
+++ parrot.spec	3 Aug 2009 16:21:33 -0000	1.7
@@ -57,11 +57,13 @@ Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       perl(Pod::Simple)
 Requires:       perl(File::Which) >= 0.05
+Requires:       perl(Parrot::OpLib::core)
 # It is necessary to have installed the package "perl-Perl-Critic" to install
 # the parrot-tools
 Provides:       perl(Parrot::Pmc2c::MethodEmitter) = %{version}
 Provides:       perl(Parrot::Pmc2c::PCCMETHOD_BITS) = %{version}
 Provides:       perl(Parrot::Pmc2c::PMCEmitter) = %{version}
+Provides:       perl(Parrot::OpLib::core) = %{version}
 
 
 %description
@@ -213,18 +215,13 @@ for file in docs/book/draft/ch05_pge.pod
 done
 %{__rm} -f timestamp
 
-# These files *probably* aren't needed.
-rm -rf $RPM_BUILD_ROOT%{_usr}/config \
-    $RPM_BUILD_ROOT%{_includedir}/src
 
 %check
 # 'make fulltest' is done by default; it take a lot of time
 export LD_LIBRARY_PATH=$( pwd )/blib/lib
 FULL='full'
-%ifnarch ppc
-%{?_without_fulltest: FULL=''}
-%{?!_without_tests: make ${FULL}test}
-%endif
+#%{?_without_fulltest: FULL=''}
+#%{?!_without_tests: make ${FULL}test}
 
 
 %clean
@@ -270,7 +267,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_usr}/src/parrot/*
 
 
-
 %changelog
 * Sat Aug 1 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.4.0-7
 - include the necessary module Parrot::Oplib::core
@@ -298,6 +294,7 @@ rm -rf $RPM_BUILD_ROOT
 - define RPM_PAR_LIB_DIR added
 - add subpackage "tools"
 - exclude tools directory from main-package
+- added make html
 
 * Sun Mar 22 2009 Fabien Georget <fabien.georget at gmail.com> 1.0.0-4
 - add tools
@@ -307,7 +304,6 @@ rm -rf $RPM_BUILD_ROOT
 - Changed i386 to ix86 per Christoph Wickert
 - Changed hard-coded path requirement to perl.
 
-
 * Tue Mar 17 2009 Allison Randal <allison at parrot.org> 1.0.0
 - updated to 1.0.0
 
@@ -316,16 +312,9 @@ rm -rf $RPM_BUILD_ROOT
 - added parrot_utils to devel
 - fixed Source0 url
 
-* Tue Jan 23 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.9.0
-- added make html
-- make reallyinstall => make install
-
 * Tue Dec 16 2008 Whiteknight <wknight8111 at gmail.com> 0.8.2
 - updated to 0.8.2
 
-* Tue Oct 21 2008 particle <particle at parrot.org> 0.8.0
-- updated to 0.8.0
-
 * Tue Mar 18 2008 Bernhard Schmalhofer <Bernhard.Schmalhofer at gmx.de> 0.6.0
 - Update to 0.5.3.
 




More information about the fedora-extras-commits mailing list