rpms/perl-common-sense/devel .cvsignore, 1.2, 1.3 perl-common-sense.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Sun Mar 14 09:49:23 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-common-sense/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18902

Modified Files:
	.cvsignore perl-common-sense.spec sources 
Log Message:
* Sun Mar 14 2010 Chris Weyl <cweyl at alumni.drew.edu> 3.0-1
- update by Fedora::App::MaintainerTools 0.006
- PERL_INSTALL_ROOT => DESTDIR
- updating to latest GA CPAN version (3.0)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-common-sense/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	30 Sep 2009 01:47:16 -0000	1.2
+++ .cvsignore	14 Mar 2010 09:49:22 -0000	1.3
@@ -1 +1 @@
-common-sense-1.0.tar.gz
+common-sense-3.0.tar.gz


Index: perl-common-sense.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-common-sense/devel/perl-common-sense.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-common-sense.spec	4 Dec 2009 02:07:00 -0000	1.2
+++ perl-common-sense.spec	14 Mar 2010 09:49:22 -0000	1.3
@@ -1,19 +1,20 @@
-Name:       perl-common-sense
-Version:    1.0
-Release:    3%{?dist}
-# see LICENSE 
-License:    GPL+ or Artistic
-Group:      Development/Libraries
-Summary:    "Common sense" Perl defaults 
-Source:     http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz
-Url:        http://search.cpan.org/dist/common-sense
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildArch:  noarch
+Name:           perl-common-sense
+Summary:        "Common sense" Perl defaults 
+Version:        3.0
+Release:        1%{?dist}
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+Source0:        http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz 
+URL:            http://search.cpan.org/dist/common-sense
+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)
 
-BuildRequires: perl(ExtUtils::MakeMaker)
 
 %{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 This module implements some sane defaults for Perl programs, as defined
@@ -34,7 +35,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 ';'
 
@@ -53,6 +54,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Mar 14 2010 Chris Weyl <cweyl at alumni.drew.edu> 3.0-1
+- update by Fedora::App::MaintainerTools 0.006
+- PERL_INSTALL_ROOT => DESTDIR
+- updating to latest GA CPAN version (3.0)
+
 * Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 1.0-3
 - rebuild against perl 5.10.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-common-sense/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	30 Sep 2009 01:47:16 -0000	1.2
+++ sources	14 Mar 2010 09:49:22 -0000	1.3
@@ -1 +1 @@
-c6fd2a8fd579f62c57211d7c8e4115f3  common-sense-1.0.tar.gz
+43e50e48f465f616b82837a09101a566  common-sense-3.0.tar.gz




More information about the perl-devel mailing list