rpms/perl-MooseX-Getopt/F-12 perl-MooseX-Getopt.spec, 1.12, 1.13 sources, 1.8, 1.9

Chris Weyl cweyl at fedoraproject.org
Fri Feb 5 22:48:09 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Getopt/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30932

Modified Files:
	perl-MooseX-Getopt.spec sources 
Log Message:
* Fri Feb 05 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.26-1
- add perl_default_filter
- PERL_INSTALL_ROOT => DESTDIR in install
- auto-update to 0.26 (by cpan-spec-update 0.01)



Index: perl-MooseX-Getopt.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/F-12/perl-MooseX-Getopt.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- perl-MooseX-Getopt.spec	19 Sep 2009 18:46:06 -0000	1.12
+++ perl-MooseX-Getopt.spec	5 Feb 2010 22:48:09 -0000	1.13
@@ -1,5 +1,5 @@
 Name:           perl-MooseX-Getopt
-Version:        0.22
+Version:        0.26
 Release:        1%{?dist}
 Summary:        Moose role for processing command line options
 License:        GPL+ or Artistic
@@ -12,26 +12,20 @@ Requires:       perl(:MODULE_COMPAT_%(ev
 
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.077
-# 2.35 is what we have in F-8 perl -- tests all pass
 BuildRequires:  perl(Getopt::Long)              >= 2.37
 BuildRequires:  perl(Moose)                     >= 0.56
-
-# tests...
 BuildRequires:  perl(Test::More)      >= 0.62
 BuildRequires:  perl(Test::Exception) >= 0.21
 BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::Moose)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 
-# optional tests
-BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
-
-
-### auto-added reqs!
 Requires:       perl(Getopt::Long) >= 2.37
 Requires:       perl(Getopt::Long::Descriptive) >= 0.077
 Requires:       perl(Moose) >= 0.56
 
-### auto-added brs!
-BuildRequires:  perl(Test::Moose)
+%{?perl_default_filter}
 
 %description
 This is a Moose role which provides an alternate constructor for creating
@@ -40,8 +34,6 @@ objects using parameters passed in from 
 %prep
 %setup -q -n MooseX-Getopt-%{version}
 
-perl -pi -e 's/2.37/2.35/' Makefile.PL
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -49,7 +41,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -69,6 +61,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 05 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.26-1
+- add perl_default_filter
+- PERL_INSTALL_ROOT => DESTDIR in install
+- auto-update to 0.26 (by cpan-spec-update 0.01)
+
+* Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 0.22-2
+- rebuild against perl 5.10.1
+
 * Sat Sep 19 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.22-1
 - auto-update to 0.22 (by cpan-spec-update 0.01)
 - altered br on perl(Getopt::Long::Descriptive) (0 => 0.077)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/F-12/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	19 Sep 2009 18:46:06 -0000	1.8
+++ sources	5 Feb 2010 22:48:09 -0000	1.9
@@ -1 +1 @@
-2900e4b9ad701aac0dad289a3a04d5f2  MooseX-Getopt-0.22.tar.gz
+e8b215f63752d41be3d025130f4fa9b9  MooseX-Getopt-0.26.tar.gz



More information about the scm-commits mailing list