rpms/perl-Catalyst-Controller-BindLex/F-9 perl-Catalyst-Controller-BindLex.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Tue Jul 22 04:26:33 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19616

Modified Files:
	perl-Catalyst-Controller-BindLex.spec sources 
Log Message:
* Mon Jul 21 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.05-1
- update to 0.05
- switch to Module::Install incantations



Index: perl-Catalyst-Controller-BindLex.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/F-9/perl-Catalyst-Controller-BindLex.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Catalyst-Controller-BindLex.spec	19 Mar 2008 16:32:26 -0000	1.2
+++ perl-Catalyst-Controller-BindLex.spec	22 Jul 2008 04:25:45 -0000	1.3
@@ -1,11 +1,11 @@
 Name:           perl-Catalyst-Controller-BindLex
-Version:        0.03
-Release:        2%{?dist}
+Version:        0.05
+Release:        1%{?dist}
 Summary:        Stash your lexical goodness
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Catalyst-Controller-BindLex/
-Source0:        http://www.cpan.org/authors/id/N/NU/NUFFIN/Catalyst-Controller-BindLex-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Catalyst-Controller-BindLex-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -15,7 +15,7 @@
 BuildRequires:  perl(Catalyst)
 BuildRequires:  perl(Devel::Caller)
 BuildRequires:  perl(Devel::LexAlias)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(PadWalker)
 BuildRequires:  perl(Test::use::ok)
 
@@ -27,19 +27,21 @@
 %setup -q -n Catalyst-Controller-BindLex-%{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
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
 %check
-./Build test
+make test
 
 %clean
 rm -rf %{buildroot}
@@ -51,6 +53,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 21 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.05-1
+- update to 0.05
+- switch to Module::Install incantations
+
 * Wed Mar 19 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.03-2
 - bump
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Mar 2008 16:31:39 -0000	1.2
+++ sources	22 Jul 2008 04:25:45 -0000	1.3
@@ -1 +1 @@
-b498197c02104352563ad20ee4a5d1f9  Catalyst-Controller-BindLex-0.03.tar.gz
+b484eb78f594768073760c9bab31cf1c  Catalyst-Controller-BindLex-0.05.tar.gz




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