diff --git a/.cvsignore b/.cvsignore index 6eef81d..5a51217 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Config-Tiny-2.02.tar.gz +Config-Tiny-2.03.tar.gz diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec index a069960..eda3b7a 100644 --- a/perl-Config-Tiny.spec +++ b/perl-Config-Tiny.spec @@ -1,17 +1,17 @@ Name: perl-Config-Tiny -Version: 2.02 +Version: 2.03 Release: 1%{?dist} Summary: Perl module for reading and writing .ini style configuration files Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Config-Tiny/ -Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Config-Tiny-2.02.tar.gz +Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Config-Tiny-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(Test::More), perl(Test::Pod) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -37,7 +37,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test @@ -48,11 +48,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README -%{perl_vendorlib}/Config +%{perl_vendorlib}/Config/ %{_mandir}/man3/*.3* %changelog +* Fri Dec 30 2005 Jose Pedro Oliveira - 2.03-1 +- Updated to 2.03. + * Mon Jun 27 2005 Jose Pedro Oliveira - 2.02-1 - Updated to 2.02. diff --git a/sources b/sources index 2e3abc6..d633b37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5adfbf8561a4be3c898eb236ad3af01 Config-Tiny-2.02.tar.gz +14b7c75fec38fd59fdf6390093946d7d Config-Tiny-2.03.tar.gz