rpms/perl-MooseX-Getopt/F-9 perl-MooseX-Getopt.spec, 1.4, 1.5 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Tue Sep 9 06:06:26 UTC 2008


Author: cweyl

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

Modified Files:
	perl-MooseX-Getopt.spec sources 
Log Message:
* Mon Sep 08 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.15-1
- update to 0.15



Index: perl-MooseX-Getopt.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/F-9/perl-MooseX-Getopt.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-MooseX-Getopt.spec	5 Mar 2008 15:04:28 -0000	1.4
+++ perl-MooseX-Getopt.spec	9 Sep 2008 06:05:56 -0000	1.5
@@ -1,20 +1,23 @@
 Name:           perl-MooseX-Getopt
-Version:        0.05
-Release:        2%{?dist}
+Version:        0.15
+Release:        1%{?dist}
 Summary:        Moose role for processing command line options
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/MooseX-Getopt/
-Source0:        http://www.cpan.org/authors/id/S/ST/STEVAN/MooseX-Getopt-%{version}.tar.gz
+Source0:        http://www.cpan.org/modules/by-module/MooseX/MooseX-Getopt-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Moose) >= 0.19
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Getopt::Long::Descriptive)
+# 2.35 is what we have in F-8 perl -- tests all pass
+BuildRequires:  perl(Getopt::Long)              >= 2.35
+BuildRequires:  perl(Moose)                     >= 0.43
 
 # tests...
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More)      >= 0.62
 BuildRequires:  perl(Test::Exception) >= 0.21
 BuildRequires:  perl(Scalar::Util)
 
@@ -29,20 +32,24 @@
 %prep
 %setup -q -n MooseX-Getopt-%{version}
 
+perl -pi -e 's/2.37/2.35/' Makefile.PL
+
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 
-./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
 
 %check
-./Build test
+make test
 
 %clean
 rm -rf %{buildroot}
@@ -54,6 +61,17 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 08 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.15-1
+- update to 0.15
+
+* Thu Jul 10 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.13-2
+- tweak Getopt::Long dep to 2.35; passes tests just fine with 2.35, and that's
+  what we have in F-8 perl
+
+* Sat Jun 28 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.13-1
+- update to 0.13
+- switch to Module::Install invocations, rather than Module::Build
+
 * Wed Mar 05 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.05-2
 - rebuild for new perl
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	11 Aug 2007 01:35:10 -0000	1.3
+++ sources	9 Sep 2008 06:05:56 -0000	1.4
@@ -1 +1 @@
-57f68a34f9e5fc60062ae108513a53b1  MooseX-Getopt-0.05.tar.gz
+b3269f83b588f1bdcbe25ea450ec3b96  MooseX-Getopt-0.15.tar.gz




More information about the Fedora-perl-devel-list mailing list