- update to 0.08

- license tag update: GPL -> GPL+
- Module::Build -> Module::Install
epel9
Chris Weyl 17 years ago
parent afb148d592
commit 0f4b4f8f21

@ -1 +1 @@
Config-Any-0.07.tar.gz Config-Any-0.08.tar.gz

@ -1,11 +1,11 @@
Name: perl-Config-Any Name: perl-Config-Any
Version: 0.07 Version: 0.08
Release: 4%{?dist} Release: 1%{?dist}
Summary: Load configuration from different file formats, transparently Summary: Load configuration from different file formats, transparently
License: GPL or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Config-Any/ 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -68,19 +68,21 @@ EOF
chmod +x %{__perl_requires} chmod +x %{__perl_requires}
%build %build
%{__perl} Build.PL installdirs=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
./Build make %{?_smp_mflags}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
./Build install destdir=%{buildroot} create_packlist=0 make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
%{_fixperms} %{buildroot}/* %{_fixperms} %{buildroot}/*
%check %check
./Build test make test
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -93,6 +95,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Oct 23 2007 Chris Weyl <cweyl@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@alumni.drew.edu> 0.07-4 * Fri May 04 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.07-4
- bump - bump

@ -1 +1 @@
f4233adfa8abb621be7a68f172be000a Config-Any-0.07.tar.gz dc7c777673ce3e1a8645c779a4f6a53b Config-Any-0.08.tar.gz

Loading…
Cancel
Save