rpms/perl-App-Cmd/F-12 perl-App-Cmd.spec,1.10,1.11 sources,1.7,1.8

Chris Weyl cweyl at fedoraproject.org
Tue Mar 16 04:31:13 UTC 2010


Author: cweyl

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

Modified Files:
	perl-App-Cmd.spec sources 
Log Message:
* Mon Mar 01 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.304-1
- update by Fedora::App::MaintainerTools 0.004
- PERL_INSTALL_ROOT => DESTDIR
- altered br on perl(Getopt::Long::Descriptive) (0.075 => 0.081)
- altered req on perl(Getopt::Long::Descriptive) (0.075 => 0.081)



Index: perl-App-Cmd.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-App-Cmd/F-12/perl-App-Cmd.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-App-Cmd.spec	19 Sep 2009 18:49:09 -0000	1.10
+++ perl-App-Cmd.spec	16 Mar 2010 04:31:13 -0000	1.11
@@ -1,31 +1,31 @@
-Name:       perl-App-Cmd
-Version:    0.301
-Release:    1%{?dist}
-# see lib/App/Cmd.pm
-License:    GPL+ or Artistic
-Group:      Development/Libraries
-Summary:    Write command line apps with less suffering
-Source:     http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz
-Url:        http://search.cpan.org/dist/App-Cmd
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildArch:  noarch
-
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
-BuildRequires: perl(Getopt::Long::Descriptive) >= 0.075
-BuildRequires: perl(IO::TieCombine) >= 1
-BuildRequires: perl(Module::Pluggable::Object)
-BuildRequires: perl(Sub::Exporter) >= 0.975
-BuildRequires: perl(Sub::Install)
-BuildRequires: perl(Test::More)
+Name:           perl-App-Cmd
+Summary:        Write command line apps with less suffering
+Version:        0.304
+Release:        1%{?dist}
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz 
+URL:            http://search.cpan.org/dist/App-Cmd
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildArch:      noarch
+
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.081
+BuildRequires:  perl(IO::TieCombine) >= 1
+BuildRequires:  perl(Module::Pluggable::Object)
+BuildRequires:  perl(Sub::Exporter) >= 0.975
+BuildRequires:  perl(Sub::Install)
+BuildRequires:  perl(Test::More)
 
-### auto-added reqs!
-Requires:       perl(Getopt::Long::Descriptive) >= 0.075
+Requires:       perl(Getopt::Long::Descriptive) >= 0.081
 Requires:       perl(Module::Pluggable::Object)
 Requires:       perl(Sub::Exporter) >= 0.975
 Requires:       perl(Sub::Install)
 
+
 %{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 App::Cmd is intended to make it easy to write complex command-line
@@ -46,7 +46,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} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
@@ -60,11 +60,20 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes LICENSE README t/
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Mar 01 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.304-1
+- update by Fedora::App::MaintainerTools 0.004
+- PERL_INSTALL_ROOT => DESTDIR
+- altered br on perl(Getopt::Long::Descriptive) (0.075 => 0.081)
+- altered req on perl(Getopt::Long::Descriptive) (0.075 => 0.081)
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.301-2
+- rebuild against perl 5.10.1
+
 * Sat Sep 19 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.301-1
 - auto-update to 0.301 (by cpan-spec-update 0.01)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-App-Cmd/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	19 Sep 2009 18:49:09 -0000	1.7
+++ sources	16 Mar 2010 04:31:13 -0000	1.8
@@ -1 +1 @@
-f6bea28a1b4567a4668d9a409e75b30f  App-Cmd-0.301.tar.gz
+5bfd119ab209b89a404bd10637d5e9e8  App-Cmd-0.304.tar.gz




More information about the perl-devel mailing list