rpms/perl-Module-Starter/devel .cvsignore, 1.4, 1.5 perl-Module-Starter.spec, 1.9, 1.10 sources, 1.5, 1.6

Chris Weyl cweyl at fedoraproject.org
Mon Aug 24 02:14:25 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Module-Starter/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9178

Modified Files:
	.cvsignore perl-Module-Starter.spec sources 
Log Message:
* Tue Aug 11 2009 Chris Weyl <cweyl at alumni.drew.edu> 1:1.52-1
- auto-update to 1.52 (by cpan-spec-update 0.01)
- added a new br on perl(ExtUtils::Command) (version 0)
- added a new br on perl(ExtUtils::MakeMaker) (version 0)
- added a new br on perl(File::Spec) (version 0)
- added a new br on perl(Getopt::Long) (version 0)
- added a new br on perl(Pod::Usage) (version 0)
- added a new br on perl(Test::More) (version 0)
- added a new req on perl(ExtUtils::Command) (version 0)
- added a new req on perl(File::Spec) (version 0)
- added a new req on perl(Getopt::Long) (version 0)
- added a new req on perl(Pod::Usage) (version 0)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	5 Nov 2008 18:30:05 -0000	1.4
+++ .cvsignore	24 Aug 2009 02:14:24 -0000	1.5
@@ -1 +1 @@
-Module-Starter-1.50.tar.gz
+Module-Starter-1.52.tar.gz


Index: perl-Module-Starter.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/perl-Module-Starter.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Module-Starter.spec	26 Jul 2009 11:21:00 -0000	1.9
+++ perl-Module-Starter.spec	24 Aug 2009 02:14:24 -0000	1.10
@@ -1,26 +1,39 @@
 Name:           perl-Module-Starter
 Epoch:          1
-Version:        1.50
-Release:        4%{?dist}
+Version:        1.52
+Release:        1%{?dist}
 Summary:        A simple starter kit for any module
 
 Group:          Development/Libraries
-License:        GPL+ or Artistic        
-URL:            http://search.cpan.org/dist/Module-Starter            
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Module-Starter
 Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Module-Starter-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-## core
-BuildRequires:  perl
-BuildRequires: perl(Test::More), perl(ExtUtils::Command), perl(File::Spec)
-## non-core
-BuildRequires:  perl(Getopt::Long), perl(Pod::Usage)
-BuildRequires:  perl(Test::Pod::Coverage), perl(Test::Pod)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::Command)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Pod::Usage)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod)
 
-BuildArch: noarch 
+BuildArch: noarch
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
+### auto-added reqs!
+Requires:       perl(ExtUtils::Command)
+Requires:       perl(File::Spec)
+Requires:       perl(Getopt::Long)
+Requires:       perl(Pod::Usage)
+
+%{?perl_default_filter:
+%filter_requires_in %{perl_vendorlib}/Module/Starter/Simple.pm
+%perl_default_filter
+}
+
 %description
 This is a CPAN module/utility to assist in the creation of new modules in a
 sensible and sane fashion.  Unless you're interested in extending the
@@ -67,6 +80,19 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Aug 11 2009 Chris Weyl <cweyl at alumni.drew.edu> 1:1.52-1
+- auto-update to 1.52 (by cpan-spec-update 0.01)
+- added a new br on perl(ExtUtils::Command) (version 0)
+- added a new br on perl(ExtUtils::MakeMaker) (version 0)
+- added a new br on perl(File::Spec) (version 0)
+- added a new br on perl(Getopt::Long) (version 0)
+- added a new br on perl(Pod::Usage) (version 0)
+- added a new br on perl(Test::More) (version 0)
+- added a new req on perl(ExtUtils::Command) (version 0)
+- added a new req on perl(File::Spec) (version 0)
+- added a new req on perl(Getopt::Long) (version 0)
+- added a new req on perl(Pod::Usage) (version 0)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.50-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -92,8 +118,8 @@ rm -rf %{buildroot}
 - bump for build & release
 
 * Sun Aug 06 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.42-2
-- add additional br's for test suite: 
+- add additional br's for test suite:
   perl(Test::Pod::Coverage), perl(Test::Pod)
 
-* Sat Aug 05 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.42-1 
+* Sat Aug 05 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.42-1
 - Initial spec file for F-E


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	6 Nov 2008 05:21:59 -0000	1.5
+++ sources	24 Aug 2009 02:14:24 -0000	1.6
@@ -1 +1 @@
-a7a351e96e9eaa3cc9f4902146a385df  Module-Starter-1.50.tar.gz
+57456ca6102b719923a9ca61eb8c3194  Module-Starter-1.52.tar.gz




More information about the fedora-extras-commits mailing list