diff --git a/perl-common-sense.spec b/perl-common-sense.spec index 08f2970..dfdcb21 100644 --- a/perl-common-sense.spec +++ b/perl-common-sense.spec @@ -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 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 - 1.0-3 - rebuild against perl 5.10.1 diff --git a/sources b/sources index 8fb4f51..7cd94a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6fd2a8fd579f62c57211d7c8e4115f3 common-sense-1.0.tar.gz +43e50e48f465f616b82837a09101a566 common-sense-3.0.tar.gz