|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Config-IniFiles
|
|
|
|
Name: perl-Config-IniFiles
|
|
|
|
Version: 2.39
|
|
|
|
Version: 2.39
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?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
|
|
|
@ -10,7 +10,6 @@ Source0: http://www.cpan.org/authors/id/W/WA/WADG/Config-IniFiles-%{versi
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl >= 1:5.6.1
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -24,6 +23,9 @@ from a tied hash.
|
|
|
|
%setup -q -n Config-IniFiles-%{version}
|
|
|
|
%setup -q -n Config-IniFiles-%{version}
|
|
|
|
chmod 644 README *.pm
|
|
|
|
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
|
|
|
@ -50,10 +52,14 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README
|
|
|
|
%doc README
|
|
|
|
%{perl_vendorlib}/Config/
|
|
|
|
%{perl_vendorlib}/Config/
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Sep 8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.39-5
|
|
|
|
|
|
|
|
- Rebuild for FC6.
|
|
|
|
|
|
|
|
- Convert man page to utf8.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 15 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.39-4
|
|
|
|
* Wed Feb 15 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.39-4
|
|
|
|
- Rebuild for FC5 (perl 5.8.8).
|
|
|
|
- Rebuild for FC5 (perl 5.8.8).
|
|
|
|
|
|
|
|
|
|
|
|