|
|
@ -1,15 +1,20 @@
|
|
|
|
|
|
|
|
%define svnver 20081120svn88
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Config-IniFiles
|
|
|
|
Name: perl-Config-IniFiles
|
|
|
|
Version: 2.39
|
|
|
|
Version: 2.40
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 0.1.%{svnver}%{?dist}
|
|
|
|
Summary: A module for reading .ini-style configuration files
|
|
|
|
Summary: A module for reading .ini-style configuration files
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/Config-IniFiles/
|
|
|
|
URL: http://search.cpan.org/dist/Config-IniFiles/
|
|
|
|
Source0: http://www.cpan.org/authors/id/W/WA/WADG/Config-IniFiles-%{version}.tar.gz
|
|
|
|
# Pulled from upstream SVN
|
|
|
|
|
|
|
|
# http://config-inifiles.svn.sourceforge.net/viewvc/config-inifiles/trunk/config-inifiles/
|
|
|
|
|
|
|
|
# svn co https://config-inifiles.svn.sourceforge.net/svnroot/config-inifiles/trunk/ config-inifiles
|
|
|
|
|
|
|
|
Source0: Config-IniFiles-%{version}-%{svnver}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
@ -21,12 +26,7 @@ from a tied hash.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Config-IniFiles-%{version}
|
|
|
|
%setup -q -n Config-IniFiles-%{version}-%{svnver}
|
|
|
|
chmod 644 README *.pm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
iconv -f iso-8859-1 -t utf-8 -o IniFiles.pm{.utf8,}
|
|
|
|
|
|
|
|
mv IniFiles.pm{.utf8,}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.40-0.1.20081120svn88
|
|
|
|
|
|
|
|
- Update to svn checkout, since 2.39 doesn't appear to be accurate.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 2 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.39-6
|
|
|
|
* Sat Feb 2 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.39-6
|
|
|
|
- rebuild for new perl
|
|
|
|
- rebuild for new perl
|
|
|
|
|
|
|
|
|
|
|
|