rpms/perl-Parse-CPAN-Packages/devel .cvsignore, 1.2, 1.3 perl-Parse-CPAN-Packages.spec, 1.2, 1.3 sources, 1.2, 1.3

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Jul 1 23:37:51 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Parse-CPAN-Packages/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22046

Modified Files:
	.cvsignore perl-Parse-CPAN-Packages.spec sources 
Log Message:
Update to 2.26.
Various cleanups.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Parse-CPAN-Packages/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	26 Jan 2006 21:28:13 -0000	1.2
+++ .cvsignore	1 Jul 2006 23:37:51 -0000	1.3
@@ -1 +1 @@
-Parse-CPAN-Packages-2.25.tar.gz
+Parse-CPAN-Packages-2.26.tar.gz


Index: perl-Parse-CPAN-Packages.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Parse-CPAN-Packages/devel/perl-Parse-CPAN-Packages.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Parse-CPAN-Packages.spec	2 Feb 2006 00:33:41 -0000	1.2
+++ perl-Parse-CPAN-Packages.spec	1 Jul 2006 23:37:51 -0000	1.3
@@ -1,11 +1,11 @@
 Name:           perl-Parse-CPAN-Packages
-Version:        2.25
-Release:        2%{?dist}
-Summary:        Parse::CPAN::Packages - Parse 02packages.details.txt.gz
+Version:        2.26
+Release:        1%{?dist}
+Summary:        Parse 02packages.details.txt.gz
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Parse-CPAN-Packages/
-Source0:        http://www.cpan.org/modules/by-module/Parse/Parse-CPAN-Packages-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/L/LB/LBROCARD/Parse-CPAN-Packages-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(CPAN::DistnameInfo)
@@ -17,45 +17,44 @@
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-The Comprehensive Perl Archive Network (CPAN) is a very useful
-collection of Perl code. It has several indices of the files that it
-hosts, including a file named "02packages.details.txt.gz" in the
-"modules" directory. This file contains lots of useful information and
-this module provides a simple interface to the data contained within.
+The Comprehensive Perl Archive Network (CPAN) is a very useful collection
+of Perl code. It has several indices of the files that it hosts, including
+a file named "02packages.details.txt.gz" in the "modules" directory. This
+file contains lots of useful information and this module provides a simple
+interface to the data contained within.
 
 %prep
 %setup -q -n Parse-CPAN-Packages-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
-perldoc -t perlgpl > COPYING
-perldoc -t perlartistic > Artistic
-
 %check
-make test
+./Build test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES README COPYING Artistic
+%doc CHANGES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jul 01 2006 Steven Pritchard <steve at kspei.com> 2.26-1
+- Update to 2.26.
+- Various cleanups.
+
 * Wed Feb 01 2006 Steven Pritchard <steve at kspei.com> 2.25-2
 - Drop explicit Requires (except perl(Class::Accessor::Fast), which isn't
   picked up automatically).


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Parse-CPAN-Packages/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 Jan 2006 21:28:13 -0000	1.2
+++ sources	1 Jul 2006 23:37:51 -0000	1.3
@@ -1 +1 @@
-10e167a0e35d0caefc52d6118e9e99e3  Parse-CPAN-Packages-2.25.tar.gz
+3cda70dcc5aa24a736fb67c0d63ad4ca  Parse-CPAN-Packages-2.26.tar.gz




More information about the fedora-extras-commits mailing list