rpms/parrot/devel .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 parrot.spec, 1.1, 1.2 sources, 1.2, 1.3 parrot-1.0.0-rpath-removal.patch, 1.1, NONE

Gerd Pokorra gerd at fedoraproject.org
Tue May 19 07:39:59 UTC 2009


Author: gerd

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

Modified Files:
	.cvsignore import.log parrot.spec sources 
Removed Files:
	parrot-1.0.0-rpath-removal.patch 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	29 Apr 2009 08:01:42 -0000	1.2
+++ .cvsignore	19 May 2009 07:39:28 -0000	1.3
@@ -1 +1 @@
-parrot-1.0.0.tar.gz
+parrot-1.1.0.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	29 Apr 2009 08:01:42 -0000	1.1
+++ import.log	19 May 2009 07:39:28 -0000	1.2
@@ -1 +1,2 @@
 parrot-1_0_0-6_fc10:HEAD:parrot-1.0.0-6.fc10.src.rpm:1240991349
+parrot-1_1_0-1_38922svn_fc10:HEAD:parrot-1.1.0-1.38922svn.fc10.src.rpm:1242718694


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/parrot.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- parrot.spec	29 Apr 2009 08:01:42 -0000	1.1
+++ parrot.spec	19 May 2009 07:39:28 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           parrot
-Version:        1.0.0
-Release:        6%{?dist}
+Version:        1.1.0
+Release:        1.38922svn%{?dist}
 Summary:        Parrot is a virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -13,7 +13,7 @@ Source0:        ftp://ftp.parrot.org/pub
 # See for upstream: https://trac.parrot.org/parrot/ticket/509
 # Extended for the package to have no subdirectory under pkgconfig
 Patch0:         parrot-install_files.patch
-Patch1:         parrot-1.0.0-rpath-removal.patch
+#Patch1:         parrot-1.0.0-rpath-removal.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  readline-devel
@@ -25,6 +25,7 @@ BuildRequires:  perl(Test::Harness)
 BuildRequires:  perl(Test::Simple)
 BuildRequires:  ctags
 BuildRequires:  openssl-devel
+BuildRequires:  flex
  
 
 %package docs
@@ -32,6 +33,9 @@ Summary:        Parrot Virtual Machine d
 Group:          Documentation
 Requires:       perl(strict)
 Requires:       perl(warnings)
+BuildArch:      noarch
+
+#--
 
 %package devel
 Summary:        Parrot Virtual Machine development headers and libraries
@@ -39,6 +43,8 @@ Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
 
+#--
+
 %package tools
 Summary:        Parrot Virtual Machine development for languages
 Group:          Development/Libraries
@@ -51,25 +57,33 @@ Provides:       perl(Parrot::Pmc2c::Meth
 Provides:       perl(Parrot::Pmc2c::PCCMETHOD_BITS) = %{version}
 Provides:       perl(Parrot::Pmc2c::PMCEmitter) = %{version}
 
+
 %description
 Parrot is a virtual machine designed to efficiently compile and execute
 bytecode for dynamic languages. Parrot is the target for Rakudo Perl 6,
 as well as variety of other languages.
 
+#--
+
 %description docs
 Documentation in text-, POD- and HTML-format (docs/html-subdirectory) and also
 examples about the Parrot Virtual Machine.
 
+#--
+
 %description devel
 Parrot Virtual Machine development headers and libraries.
 
+#--
+
 %description tools
 Parrot Virtual Machine development files for building languages.
 
+
 %prep
 %setup -q
 %patch0 -p0
-%patch1 -b .rpatch
+#%patch1 -b .rpatch
 
 %{__perl} -pi -e 's,"lib/,"%{_lib}/, if (/CONST_STRING\(interp,/)' \
     src/library.c
@@ -189,7 +203,7 @@ find examples -wholename 'examples/langu
 
 find examples/languages -type f -name harness \
     -exec %{__sed} -i -e '1 s&#! perl&#!/usr/bin/perl&' {} \;
-for file in docs/book/ch09_pct.pod docs/memory_internals.pod; do
+for file in docs/memory_internals.pod; do
         %{__mv} $file timestamp
         iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
         touch -r timestamp $file
@@ -205,8 +219,8 @@ rm -rf $RPM_BUILD_ROOT%{_usr}/config \
 # 'make fulltest' is done by default; it take a lot of time
 export LD_LIBRARY_PATH=$( pwd )/blib/lib
 FULL='full'
-%{?_without_fulltest: FULL=''}
-%{?!_without_tests: make ${FULL}test}
+#%{?_without_fulltest: FULL=''}
+#%{?!_without_tests: make ${FULL}test}
 
 
 %clean
@@ -377,8 +391,5 @@ rm -rf $RPM_BUILD_ROOT
 - Add -lcurses to get readline detection to work.
 - BR libicu-devel.
 
-* Tue Jun 27 2006 Steven Pritchard <steve at kspei.com> 0.4.5-1
-- Initial packaging attempt.
-
 * Tue Mar 18 2003 Steve Fink <sfink at foxglove.localdomain> 0.0.11
 - first .spec file created


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	29 Apr 2009 08:01:42 -0000	1.2
+++ sources	19 May 2009 07:39:28 -0000	1.3
@@ -1 +1 @@
-649ce1fb7c0edaf89dc1cd52ff267b1a  parrot-1.0.0.tar.gz
+398e2dfceda40d0d11c93c947f5e9523  parrot-1.1.0.tar.gz


--- parrot-1.0.0-rpath-removal.patch DELETED ---




More information about the fedora-extras-commits mailing list