Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Getopt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5919 Modified Files: .cvsignore perl-MooseX-Getopt.spec sources Log Message: * Sat Jun 28 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.13-1 - update to 0.13 - switch to Module::Install invocations, rather than Module::Build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Aug 2007 01:35:10 -0000 1.3 +++ .cvsignore 28 Jun 2008 19:45:42 -0000 1.4 @@ -1 +1 @@ -MooseX-Getopt-0.05.tar.gz +MooseX-Getopt-0.13.tar.gz Index: perl-MooseX-Getopt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/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 28 Jun 2008 19:45:42 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-MooseX-Getopt -Version: 0.05 -Release: 2%{?dist} +Version: 0.13 +Release: 1%{?dist} Summary: Moose role for processing command line options License: GPL+ or Artistic Group: Development/Libraries @@ -10,11 +10,13 @@ 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) +BuildRequires: perl(Getopt::Long) >= 2.37 +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) @@ -30,19 +32,21 @@ %setup -q -n MooseX-Getopt-%{version} %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 +58,10 @@ %{_mandir}/man3/* %changelog +* Sat Jun 28 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.13-1 +- update to 0.13 +- switch to Module::Install invocations, rather than Module::Build + * Wed Mar 05 2008 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> 0.05-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/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 28 Jun 2008 19:45:42 -0000 1.4 @@ -1 +1 @@ -57f68a34f9e5fc60062ae108513a53b1 MooseX-Getopt-0.05.tar.gz +9bf0e8de583eb5635540c16c37b4ec5b MooseX-Getopt-0.13.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list