From 0d3a7728a51cd220fc930009ae3cd630491eff0d Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:58:14 +0000 Subject: [PATCH] auto-import changelog data from perl-Config-Tiny-2.00-0.fdr.1.rh90.src.rpm 2.00-0.fdr.1 - Updated to 2.00. 1.9-0.fdr.1 - Updated to 1.9. 1.8-0.fdr.1 - Updated to 1.8. 1.7-0.fdr.1 - Updated to 1.7. 1.6-0.fdr.3 - Changed URL to canonical location (bug 1140). - Added build req perl >= 1:5.6.1 and perl(Test::More) (bug 1140). - Added missing req perl(:MODULE_COMPAT_...) (bug 1140). - Updated to match most recent perl spec template (bug 1140). - Removed unneeded optimization settings and find *.bs (bug 1140). 1.6-0.fdr.2 - Reduced directory ownership bloat. 1.6-0.fdr.1 - Updated to 1.6. 1.5-0.fdr.1 - Updated to 1.5. 1.3-0.fdr.1 - Initial RPM release. --- .cvsignore | 1 + perl-Config-Tiny.spec | 89 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 91 insertions(+) create mode 100644 perl-Config-Tiny.spec diff --git a/.cvsignore b/.cvsignore index e69de29..e984d1e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Config-Tiny-2.00.tar.gz diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec new file mode 100644 index 0000000..04077c8 --- /dev/null +++ b/perl-Config-Tiny.spec @@ -0,0 +1,89 @@ +%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} + +Name: perl-Config-Tiny +Version: 2.00 +Release: 0.fdr.1.rh90 +Epoch: 0 +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.00.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +Config::Tiny is a Perl module designed for reading and writing .ini +style configuration files. It is designed for simplicity and ease of +use, and thus only supports the most basic operations. + + +%prep +%setup -q -n Config-Tiny-%{version} + + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w $RPM_BUILD_ROOT/* + + +%check || : +make test + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc Changes LICENSE README +%{perl_vendorlib}/Config +%{_mandir}/man3/*.3* + + +%changelog +* Sun Jul 25 2004 Marius L. Jøhndal - 0:2.00-0.fdr.1 +- Updated to 2.00. + +* Sat Jul 10 2004 Marius L. Jøhndal - 0:1.9-0.fdr.1 +- Updated to 1.9. + +* Fri Jul 2 2004 Marius L. Jøhndal - 0:1.8-0.fdr.1 +- Updated to 1.8. + +* Tue Jun 29 2004 Marius L. Jøhndal - 0:1.7-0.fdr.1 +- Updated to 1.7. + +* Sat Jun 5 2004 Marius L. Jøhndal - 0:1.6-0.fdr.3 +- Changed URL to canonical location (bug 1140). +- Added build req perl >= 1:5.6.1 and perl(Test::More) (bug 1140). +- Added missing req perl(:MODULE_COMPAT_...) (bug 1140). +- Updated to match most recent perl spec template (bug 1140). +- Removed unneeded optimization settings and find *.bs (bug 1140). + +* Thu Mar 18 2004 Marius L. Jøhndal - 0:1.6-0.fdr.2 +- Reduced directory ownership bloat. + +* Thu Mar 11 2004 Marius L. Jøhndal - 0:1.6-0.fdr.1 +- Updated to 1.6. + +* Wed Jan 7 2004 Marius L. Jøhndal 0:1.5-0.fdr.1 +- Updated to 1.5. + +* Sat Dec 13 2003 Marius L. Jøhndal 0:1.3-0.fdr.1 +- Initial RPM release. + diff --git a/sources b/sources index e69de29..5d31658 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a5b5d3b54f4c1c1574fee183103b0d41 Config-Tiny-2.00.tar.gz