[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fedora-perl-devel-list
Subject:    rpms/perl-Getopt-Long-Descriptive/devel .cvsignore, 1.3,
From:       Chris Weyl <cweyl () fedoraproject ! org>
Date:       2010-02-27 21:18:08
Message-ID: 20100227211809.09B1C11C1745 () cvs1 ! fedora ! phx ! redhat ! com
[Download RAW message or body]

Author: cweyl

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

Modified Files:
	.cvsignore perl-Getopt-Long-Descriptive.spec sources 
Log Message:
* Sat Feb 27 2010 Chris Weyl <cweyl@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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	23 Aug 2009 18:24:39 -0000	1.3
+++ .cvsignore	27 Feb 2010 21:18:08 -0000	1.4
@@ -1 +1 @@
-Getopt-Long-Descriptive-0.077.tar.gz
+Getopt-Long-Descriptive-0.084.tar.gz


Index: perl-Getopt-Long-Descriptive.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel/perl-Getopt-Long-Descriptive.spec,v
 retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-Getopt-Long-Descriptive.spec	7 Dec 2009 20:59:18 -0000	1.6
+++ perl-Getopt-Long-Descriptive.spec	27 Feb 2010 21:18:08 -0000	1.7
@@ -1,38 +1,38 @@
 Name:           perl-Getopt-Long-Descriptive
-Version:        0.077
-Release:        2%{?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,20 @@ 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@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@redhat.com> - 0.077-2
 - rebuild against perl 5.10.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel/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	27 Feb 2010 21:18:08 -0000	1.4
@@ -1 +1 @@
-a39971f6f138ebe6004438402620d032  Getopt-Long-Descriptive-0.077.tar.gz
+469dc25a5d3bf3a5a92525578fa144be  Getopt-Long-Descriptive-0.084.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic