From 424790e840182c631a6e53792959e0253ce8bf86 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:49:57 +0100 Subject: [PATCH] automatic version update by autodist [release 2.30-1mamba;Thu Feb 21 2013] --- README.md | 3 ++ perl-TimeDate.spec | 77 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 perl-TimeDate.spec diff --git a/README.md b/README.md index 65d4cfd..be8bdf4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # perl-TimeDate +The date parser contained in this module is far superior to the yacc based parser, and a *lot* faster. +The parser contained here will only parse absolute dates, if you want a date parser that can parse relative dates then take a look at the Time modules by David Muir on CPAN. + diff --git a/perl-TimeDate.spec b/perl-TimeDate.spec new file mode 100644 index 0000000..811bd6e --- /dev/null +++ b/perl-TimeDate.spec @@ -0,0 +1,77 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-TimeDate +Version: 2.30 +Release: 1mamba +Summary: TimeDate :: TimeDate module for Perl +Group: Development/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://www.cpan.org +Source: http://www.cpan.org/modules/by-module/Time/TimeDate-%{version}.tar.gz +License: GPL +Requires: perl >= %perl_major_ver +BuildRequires: perl-devel >= %perl_major_ver +BuildArch: noarch +BuildRoot: %{_tmppath}/perl-root + +%description +The date parser contained in this module is far superior to the yacc based parser, and a *lot* faster. +The parser contained here will only parse absolute dates, if you want a date parser that can parse relative dates then take a look at the Time modules by David Muir on CPAN. + +%prep +%setup -q -n TimeDate-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make +%make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall_perl +packlist=`find %{buildroot} -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Thu Feb 21 2013 Automatic Build System 2.30-1mamba +- automatic version update by autodist + +* Mon Nov 12 2012 Silvan Calarco 1.20-2mamba +- perl 5.16 mass rebuild + +* Sat Mar 19 2011 Automatic Build System 1.20-1mamba +- automatic update by autodist + +* Sun Oct 18 2009 Automatic Build System 1.19-1mamba +- automatic update by autodist + +* Tue Sep 22 2009 Automatic Build System 1.17-1mamba +- automatic update by autodist + +* Wed Nov 05 2008 Silvan Calarco 1.16-6mamba +- automatic rebuild by autodist + +* Wed Nov 14 2007 Aleph0 1.16-5mamba +- specfile fixed + +* Fri Oct 22 2004 Alessandro Ramazzina 1.16-4qilnx +- package created by autospec /rebuilt after SRPM loss) + +* Wed Sep 03 2003 Silvan Calarco 1.16-1qilnx +- First build