From 0f4b4f8f21410a57fef7c9b21e2123f6b8f07498 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Wed, 24 Oct 2007 03:34:34 +0000 Subject: [PATCH] - update to 0.08 - license tag update: GPL -> GPL+ - Module::Build -> Module::Install --- .cvsignore | 2 +- perl-Config-Any.spec | 25 ++++++++++++++++--------- sources | 2 +- 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6c20bd7..b6c2631 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Config-Any-0.07.tar.gz +Config-Any-0.08.tar.gz diff --git a/perl-Config-Any.spec b/perl-Config-Any.spec index de121cb..7977ad9 100644 --- a/perl-Config-Any.spec +++ b/perl-Config-Any.spec @@ -1,11 +1,11 @@ Name: perl-Config-Any -Version: 0.07 -Release: 4%{?dist} +Version: 0.08 +Release: 1%{?dist} Summary: Load configuration from different file formats, transparently -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Config-Any/ -Source0: http://www.cpan.org/authors/id/R/RA/RATAXIS/Config-Any-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/Config/Config-Any-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -68,19 +68,21 @@ EOF chmod +x %{__perl_requires} %build -%{__perl} Build.PL installdirs=vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + %install rm -rf %{buildroot} -./Build install destdir=%{buildroot} create_packlist=0 -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; +make pure_install PERL_INSTALL_ROOT=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check -./Build test +make test %clean rm -rf %{buildroot} @@ -93,6 +95,11 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Oct 23 2007 Chris Weyl 0.08-1 +- update to 0.08 +- license tag update: GPL -> GPL+ +- Module::Build -> Module::Install + * Fri May 04 2007 Chris Weyl 0.07-4 - bump diff --git a/sources b/sources index b4ee755..31e4a0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4233adfa8abb621be7a68f172be000a Config-Any-0.07.tar.gz +dc7c777673ce3e1a8645c779a4f6a53b Config-Any-0.08.tar.gz