rpms/perl-App-Cmd/devel .cvsignore, 1.5, 1.6 perl-App-Cmd.spec, 1.8, 1.9 sources, 1.5, 1.6

Chris Weyl cweyl at fedoraproject.org
Sat Aug 29 04:31:52 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-App-Cmd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28040

Modified Files:
	.cvsignore perl-App-Cmd.spec sources 
Log Message:
* Sat Aug 29 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.207-1
- switch filtering to perl_default_filter
- auto-update to 0.207 (by cpan-spec-update 0.01)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	24 Aug 2009 02:12:10 -0000	1.5
+++ .cvsignore	29 Aug 2009 04:31:51 -0000	1.6
@@ -1 +1 @@
-App-Cmd-0.206.tar.gz
+App-Cmd-0.207.tar.gz


Index: perl-App-Cmd.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/perl-App-Cmd.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-App-Cmd.spec	24 Aug 2009 02:12:10 -0000	1.8
+++ perl-App-Cmd.spec	29 Aug 2009 04:31:51 -0000	1.9
@@ -1,5 +1,5 @@
 Name:       perl-App-Cmd
-Version:    0.206
+Version:    0.207
 Release:    1%{?dist}
 # see lib/App/Cmd.pm
 License:    GPL+ or Artistic
@@ -25,6 +25,8 @@ Requires:       perl(Module::Pluggable::
 Requires:       perl(Sub::Exporter) >= 0.975
 Requires:       perl(Sub::Install)
 
+%{?perl_default_filter}
+
 %description
 App::Cmd is intended to make it easy to write complex command-line
 applications without having to think about most of the annoying things
@@ -37,25 +39,6 @@ For information on how to start using Ap
 
 perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
 
-# make sure doc/tests don't generate provides
-# note we first filter out the bits in _docdir...
-cat << \EOF > %{name}-prov
-#!/bin/sh
-%{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'`
-EOF
-
-%define __perl_provides %{_builddir}/App-Cmd-%{version}/%{name}-prov
-chmod +x %{__perl_provides}
-
-cat << \EOF > %{name}-req
-#!/bin/sh
-%{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'`
-EOF
-
-%define __perl_requires %{_builddir}/App-Cmd-%{version}/%{name}-req
-chmod +x %{__perl_requires}
-
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -82,6 +65,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Aug 29 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.207-1
+- switch filtering to perl_default_filter
+- auto-update to 0.207 (by cpan-spec-update 0.01)
+
 * Sun Aug 23 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.206-1
 - auto-update to 0.206 (by cpan-spec-update 0.01)
 - altered br on perl(Getopt::Long::Descriptive) (0.06 => 0.075)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	24 Aug 2009 02:12:10 -0000	1.5
+++ sources	29 Aug 2009 04:31:51 -0000	1.6
@@ -1 +1 @@
-14b921942c7840b63a3fe0335ab69849  App-Cmd-0.206.tar.gz
+4856b13b9c1ffb4ac21fddc0026801e7  App-Cmd-0.207.tar.gz




More information about the fedora-extras-commits mailing list