rpms/perl-Catalyst-Plugin-Static-Simple/devel .cvsignore, 1.6, 1.7 perl-Catalyst-Plugin-Static-Simple.spec, 1.10, 1.11 sources, 1.7, 1.8

Chris Weyl cweyl at fedoraproject.org
Sun Mar 7 09:02:27 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Static-Simple/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15491

Modified Files:
	.cvsignore perl-Catalyst-Plugin-Static-Simple.spec sources 
Log Message:
* Sun Feb 07 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.29-1
- add perl_default_filter
- add perl_default_subpackage_tests, drop t/ from doc
- PERL_INSTALL_ROOT => DESTDIR
- auto-update to 0.29 (by cpan-spec-update 0.01)
- added a new br on perl(Moose) (version 0)
- added a new br on perl(MooseX::Types) (version 0)
- added a new br on perl(namespace::autoclean) (version 0)
- added a new req on perl(Moose) (version 0)
- added a new req on perl(MooseX::Types) (version 0)
- added a new req on perl(namespace::autoclean) (version 0)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Static-Simple/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	1 Sep 2009 07:47:21 -0000	1.6
+++ .cvsignore	7 Mar 2010 09:02:26 -0000	1.7
@@ -1 +1 @@
-Catalyst-Plugin-Static-Simple-0.22.tar.gz
+Catalyst-Plugin-Static-Simple-0.29.tar.gz


Index: perl-Catalyst-Plugin-Static-Simple.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Static-Simple/devel/perl-Catalyst-Plugin-Static-Simple.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-Catalyst-Plugin-Static-Simple.spec	1 Sep 2009 07:47:21 -0000	1.10
+++ perl-Catalyst-Plugin-Static-Simple.spec	7 Mar 2010 09:02:26 -0000	1.11
@@ -1,11 +1,11 @@
 Name:           perl-Catalyst-Plugin-Static-Simple
-Version:        0.22
+Version:        0.29
 Release:        1%{?dist}
 Summary:        Make serving static pages painless
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple/
-Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Plugin-Static-Simple-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Catalyst-Plugin-Static-Simple-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -22,19 +22,20 @@ BuildRequires:  perl(Test::Pod::Coverage
 BuildRequires:  perl(CPAN)
 BuildRequires:  perl(MRO::Compat)
 BuildRequires:  perl(Catalyst::Runtime) >= 5.80008
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(MooseX::Types)
+BuildRequires:  perl(namespace::autoclean)
 
 Requires:       perl(Catalyst) >= 5.30
 Requires:       perl(Catalyst::Runtime) >= 5.80008
 Requires:       perl(MIME::Types) >= 1.25
 Requires:       perl(MRO::Compat)
+Requires:       perl(Moose)
+Requires:       perl(MooseX::Types)
+Requires:       perl(namespace::autoclean)
 
-# use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11 (yet)
-%{?filter_setup: %{expand:
-%filter_provides_in %{perl_vendorarch}/.*\\.so$
-%filter_provides_in %{_docdir}
-%filter_requires_in %{_docdir}
-%filter_setup
-}}
+%{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 The Static::Simple plugin is designed to make serving static content in
@@ -44,9 +45,6 @@ single line of code from you.
 %prep
 %setup -q -n Catalyst-Plugin-Static-Simple-%{version}
 
-find t/*.t -type f -exec perl -pi -e 's|^#!perl|#!%{__perl}|' {} +
-find .     -type f -exec perl -pi -e 's/\r//' {} +
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -55,7 +53,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,11 +67,23 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README t/
+%doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 07 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.29-1
+- add perl_default_filter
+- add perl_default_subpackage_tests, drop t/ from doc
+- PERL_INSTALL_ROOT => DESTDIR
+- auto-update to 0.29 (by cpan-spec-update 0.01)
+- added a new br on perl(Moose) (version 0)
+- added a new br on perl(MooseX::Types) (version 0)
+- added a new br on perl(namespace::autoclean) (version 0)
+- added a new req on perl(Moose) (version 0)
+- added a new req on perl(MooseX::Types) (version 0)
+- added a new req on perl(namespace::autoclean) (version 0)
+
 * Sun Aug 23 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.22-1
 - switch to new filtering system
 - auto-update to 0.22 (by cpan-spec-update 0.01)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Static-Simple/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	1 Sep 2009 07:47:21 -0000	1.7
+++ sources	7 Mar 2010 09:02:27 -0000	1.8
@@ -1 +1 @@
-77f29fdfddb71c718bd755c744adb3e2  Catalyst-Plugin-Static-Simple-0.22.tar.gz
+37c94e08cd227507801b0e6c41603d63  Catalyst-Plugin-Static-Simple-0.29.tar.gz




More information about the perl-devel mailing list