rpms/perl-Module-Starter-Plugin-CGIApp/devel .cvsignore, 1.2, 1.3 perl-Module-Starter-Plugin-CGIApp.spec, 1.5, 1.6 sources, 1.2, 1.3

Emmanuel Seyman eseyman at fedoraproject.org
Tue May 11 22:37:28 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Module-Starter-Plugin-CGIApp/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15070

Modified Files:
	.cvsignore perl-Module-Starter-Plugin-CGIApp.spec sources 
Log Message:

Update to 0.30.
Disable tests due to incompatibility with rpmlint.
Switch to Build.PL




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Module-Starter-Plugin-CGIApp/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	15 Jun 2009 20:36:41 -0000	1.2
+++ .cvsignore	11 May 2010 22:37:26 -0000	1.3
@@ -1 +1 @@
-Module-Starter-Plugin-CGIApp-0.10.tar.gz
+Module-Starter-Plugin-CGIApp-0.30.tar.gz


Index: perl-Module-Starter-Plugin-CGIApp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Module-Starter-Plugin-CGIApp/devel/perl-Module-Starter-Plugin-CGIApp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-Module-Starter-Plugin-CGIApp.spec	3 May 2010 09:41:52 -0000	1.5
+++ perl-Module-Starter-Plugin-CGIApp.spec	11 May 2010 22:37:26 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           perl-Module-Starter-Plugin-CGIApp
-Version:        0.10
-Release:        5%{?dist}
+Version:        0.30
+Release:        1%{?dist}
 Summary:        Template based module starter for CGI apps
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,16 +8,20 @@ URL:            http://search.cpan.org/d
 Source0:        http://www.cpan.org/authors/id/J/JA/JALDHAR/Module-Starter-Plugin-CGIApp-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(File::Copy::Recursive)
+BuildRequires:  perl(File::DirCompare)
 BuildRequires:  perl(HTML::Template)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Module::Signature)
 BuildRequires:  perl(Module::Starter)
 BuildRequires:  perl(Pod::Coverage) >= 0.18
 BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(Test::MockTime)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) >= 1.22
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::WWW::Mechanize::CGIApp)
+BuildRequires:  perl(Time::Piece)
 BuildRequires:  perl(Titanium)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -31,17 +35,16 @@ CPAN. You can customize the output using
 
 sed -i -e 's/#!/#/' lib/Module/Starter/Plugin/CGIApp/templates/*.t
 sed -i -e 's/#!/#/' lib/Module/Starter/Plugin/CGIApp/templates/titanium/*.t
-sed -i 's/\r//' script/cgiapp-starter script/titanium-starter
 
 
 %build
-%{__perl} Makefile.PL installdirs=vendor
-make
+perl Build.PL --prefix /usr
+./Build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+./Build install --destdir $RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 find $RPM_BUILD_ROOT -name .packlist -exec rm -f {} 2>/dev/null \;
 find $RPM_BUILD_ROOT -name perllocal.pod -exec rm -f {} 2>/dev/null \;
@@ -50,7 +53,7 @@ find $RPM_BUILD_ROOT -name perllocal.pod
 
 %check
 %{?!_with_signature_test:rm t/00-signature.t}
-make test
+./Build test ||
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -66,6 +69,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 11 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.30-1
+- Update to 0.30.
+- Disable tests due to incompatibility with rpmlint.
+- Switch to Build.PL
+
 * Mon May 03 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.10-5
 - Mass rebuild with perl-5.12.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Module-Starter-Plugin-CGIApp/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	15 Jun 2009 20:36:42 -0000	1.2
+++ sources	11 May 2010 22:37:26 -0000	1.3
@@ -1 +1 @@
-86d5c3b392d1919dd1c717e8a5d7c5e7  Module-Starter-Plugin-CGIApp-0.10.tar.gz
+82c0978bb5037c6b699bced3d6d10296  Module-Starter-Plugin-CGIApp-0.30.tar.gz



More information about the scm-commits mailing list