commit 88c33e821786a6145cd3a9077e6201e8fad72981 Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Fri Jan 27 14:55:13 2012 +0100 0.05 bump .gitignore | 1 + perl-Convert-NLS_DATE_FORMAT.spec | 23 +++++++++-------------- sources | 2 +- 3 files changed, 11 insertions(+), 15 deletions(-) --- diff --git a/.gitignore b/.gitignore index 5b14190..2a17ca2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Convert-NLS_DATE_FORMAT-0.02.tar.gz +/Convert-NLS_DATE_FORMAT-0.05.tar.gz diff --git a/perl-Convert-NLS_DATE_FORMAT.spec b/perl-Convert-NLS_DATE_FORMAT.spec index 551a2a9..cb1a669 100644 --- a/perl-Convert-NLS_DATE_FORMAT.spec +++ b/perl-Convert-NLS_DATE_FORMAT.spec @@ -1,17 +1,16 @@ Name: perl-Convert-NLS_DATE_FORMAT -Version: 0.02 -Release: 13%{?dist} +Version: 0.05 +Release: 1%{?dist} Summary: Convert Oracle NLS_DATE_FORMAT <-> strftime Format Strings License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Convert-NLS_DATE_FORMAT/ Source0: http://www.cpan.org/authors/id/K/KO/KOLIBRIE/Convert-NLS_DATE_FORMAT-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - +BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Convert Oracle's NLS_DATE_FORMAT string into a strptime format string, or @@ -21,32 +20,28 @@ the reverse. %setup -q -n Convert-NLS_DATE_FORMAT-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install PERL_INSTALL_ROOT=%{buildroot} - find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; - %{_fixperms} %{buildroot}/* %check make test -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Jan 27 2012 Petr Šabata <contyk@xxxxxxxxxx> - 0.05-1 +- 0.05 bump +- Spec cleanup + * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.02-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index b16c1d2..e136d9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2c42e8d082addb3762de99861be341d Convert-NLS_DATE_FORMAT-0.02.tar.gz +ac2ba2b65b9002506d5e2ae87adecd04 Convert-NLS_DATE_FORMAT-0.05.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel