rpms/perl-Getopt-Long-Descriptive/F-12 perl-Getopt-Long-Descriptive.spec, 1.5, 1.6 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Sat Mar 6 04:25:42 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-Getopt-Long-Descriptive/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9721

Modified Files:
	perl-Getopt-Long-Descriptive.spec sources 
Log Message:
* Sat Feb 27 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.084-1
- update by Fedora::App::MaintainerTools 0.004
- PERL_INSTALL_ROOT => DESTDIR
- added a new br on perl(Getopt::Long) (version 2.33)
- dropped old BR on perl(IO::Scalar)
- dropped old BR on perl(Test::Pod::Coverage)
- added a new req on perl(Getopt::Long) (version 2.33)
- dropped old requires on perl(IO::Scalar)



Index: perl-Getopt-Long-Descriptive.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/F-12/perl-Getopt-Long-Descriptive.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-Getopt-Long-Descriptive.spec	23 Aug 2009 18:24:39 -0000	1.5
+++ perl-Getopt-Long-Descriptive.spec	6 Mar 2010 04:25:41 -0000	1.6
@@ -1,38 +1,38 @@
 Name:           perl-Getopt-Long-Descriptive
-Version:        0.077
-Release:        1%{?dist}
 Summary:        Getopt::Long with usage text
+Version:        0.084
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
+Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/Getopt-Long-Descriptive/
-Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildArch:      noarch
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::Scalar)
-BuildRequires:  perl(Params::Validate) >= 0.74
+BuildRequires:  perl(Getopt::Long) >= 2.33
 BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Params::Validate) >= 0.74
 BuildRequires:  perl(Sub::Exporter)
-# test
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
 
-Requires:       perl(IO::Scalar)
+Requires:       perl(Getopt::Long) >= 2.33
 Requires:       perl(List::Util)
 Requires:       perl(Params::Validate) >= 0.74
 Requires:       perl(Sub::Exporter)
 
+
+%{?perl_default_filter}
+%{?perl_default_subpackage_tests}
+
 %description
 Convenient wrapper for Getopt::Long and program usage output.
 
 %prep
 %setup -q -n Getopt-Long-Descriptive-%{version}
 
-perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -40,7 +40,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 \;
@@ -55,11 +55,23 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README t/
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 27 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.084-1
+- update by Fedora::App::MaintainerTools 0.004
+- PERL_INSTALL_ROOT => DESTDIR
+- added a new br on perl(Getopt::Long) (version 2.33)
+- dropped old BR on perl(IO::Scalar)
+- dropped old BR on perl(Test::Pod::Coverage)
+- added a new req on perl(Getopt::Long) (version 2.33)
+- dropped old requires on perl(IO::Scalar)
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.077-2
+- rebuild against perl 5.10.1
+
 * Sun Aug 23 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.077-1
 - auto-update to 0.077 (by cpan-spec-update 0.01)
 - added a new br on perl(List::Util) (version 0)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	23 Aug 2009 18:24:39 -0000	1.3
+++ sources	6 Mar 2010 04:25:42 -0000	1.4
@@ -1 +1 @@
-a39971f6f138ebe6004438402620d032  Getopt-Long-Descriptive-0.077.tar.gz
+469dc25a5d3bf3a5a92525578fa144be  Getopt-Long-Descriptive-0.084.tar.gz




More information about the perl-devel mailing list