rpms/perl-Config-Any/F-8 perl-Config-Any.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Oct 24 03:35:04 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Config-Any/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24333/F-8

Modified Files:
	perl-Config-Any.spec sources 
Log Message:
* Tue Oct 23 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.08-1
- update to 0.08
- license tag update: GPL -> GPL+
- Module::Build -> Module::Install



Index: perl-Config-Any.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Config-Any/F-8/perl-Config-Any.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Config-Any.spec	4 May 2007 23:01:15 -0000	1.2
+++ perl-Config-Any.spec	24 Oct 2007 03:34:31 -0000	1.3
@@ -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 @@
 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 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 23 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.08-1
+- update to 0.08
+- license tag update: GPL -> GPL+
+- Module::Build -> Module::Install
+
 * Fri May 04 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.07-4
 - bump
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Config-Any/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 May 2007 23:00:27 -0000	1.2
+++ sources	24 Oct 2007 03:34:31 -0000	1.3
@@ -1 +1 @@
-f4233adfa8abb621be7a68f172be000a  Config-Any-0.07.tar.gz
+dc7c777673ce3e1a8645c779a4f6a53b  Config-Any-0.08.tar.gz




More information about the fedora-extras-commits mailing list