rpms/perl-Pugs-Compiler-Rule/devel .cvsignore, 1.3, 1.4 perl-Pugs-Compiler-Rule.spec, 1.2, 1.3 sources, 1.3, 1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sun Jul 8 21:27:15 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-Pugs-Compiler-Rule/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25926

Modified Files:
	.cvsignore perl-Pugs-Compiler-Rule.spec sources 
Log Message:
Update to 0.24.
Update description and Source0 URL.
BR File::Slurp and Test::Pod.
Package compile_p6grammar.pl.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Pugs-Compiler-Rule/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 May 2007 00:26:02 -0000	1.3
+++ .cvsignore	8 Jul 2007 21:26:40 -0000	1.4
@@ -1 +1 @@
-Pugs-Compiler-Rule-0.23.tar.gz
+Pugs-Compiler-Rule-0.24.tar.gz


Index: perl-Pugs-Compiler-Rule.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Pugs-Compiler-Rule/devel/perl-Pugs-Compiler-Rule.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Pugs-Compiler-Rule.spec	19 May 2007 00:26:02 -0000	1.2
+++ perl-Pugs-Compiler-Rule.spec	8 Jul 2007 21:26:40 -0000	1.3
@@ -1,17 +1,19 @@
 Name:           perl-Pugs-Compiler-Rule
-Version:        0.23
+Version:        0.24
 Release:        1%{?dist}
 Summary:        Compiler for Perl 6 Rules
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Pugs-Compiler-Rule/
-Source0:        http://www.cpan.org/authors/id/F/FG/FGLOCK/Pugs-Compiler-Rule-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/A/AG/AGENT/Pugs-Compiler-Rule-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Cache::Cache) >= 1.05
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Slurp)
 BuildRequires:  perl(PadWalker) >= 1.0
 BuildRequires:  perl(Parse::Yapp)
+BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(YAML::Syck) >= 0.60
 Requires:       perl(Cache::Cache) >= 1.05
 Requires:       perl(PadWalker) >= 1.0
@@ -23,7 +25,8 @@
 %define __perl_requires %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)-filter-requires
 
 %description
-This module provides an implementation for Perl 6 Rules.
+This module provides an pure Perl 5 implementation for Perl 6 regexes,
+which does not depend on the Haskell Pugs.
 
 %prep
 %setup -q -n Pugs-Compiler-Rule-%{version}
@@ -53,11 +56,19 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog README TODO
+%doc Changes README TODO
+%{_bindir}/compile_p6grammar.pl
 %{perl_vendorlib}/*
+%{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 08 2007 Steven Pritchard <steve at kspei.com> 0.24-1
+- Update to 0.24.
+- Update description and Source0 URL.
+- BR File::Slurp and Test::Pod.
+- Package compile_p6grammar.pl.
+
 * Fri May 18 2007 Steven Pritchard <steve at kspei.com> 0.23-1
 - Update to 0.23.
 - BR ExtUtils::MakeMaker.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Pugs-Compiler-Rule/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 May 2007 00:26:02 -0000	1.3
+++ sources	8 Jul 2007 21:26:40 -0000	1.4
@@ -1 +1 @@
-3088cf5da86910d2efe50c1f6ddb077e  Pugs-Compiler-Rule-0.23.tar.gz
+8a38d4eeb9501e56df042ef6e8e459c5  Pugs-Compiler-Rule-0.24.tar.gz




More information about the fedora-extras-commits mailing list