|
@@ -2,8 +2,8 @@
|
|
|
|
|
|
Summary: A Perl module for time and date manipulation.
|
|
|
Name: perl-TimeDate
|
|
|
-Version: 1.16
|
|
|
-Release: 3%{_dist_release}
|
|
|
+Version: 1.20
|
|
|
+Release: 1%{_dist_release}
|
|
|
License: distributable
|
|
|
Group: Development/Libraries
|
|
|
Source0: TimeDate-%{version}.tar.gz
|
|
@@ -13,6 +13,9 @@ BuildRequires: perl >= 0:5.00503
|
|
|
Requires: perl >= 0:5.00503
|
|
|
BuildArch: noarch
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+
|
|
|
%description
|
|
|
This module includes a number of smaller modules suited for
|
|
|
manipulation of time and date strings with Perl. In particular, the
|
|
@@ -20,9 +23,11 @@ Date::Format and Date::Parse modules can display and read times and
|
|
|
dates in various formats, providing a more reliable interface to
|
|
|
textual representations of points in time.
|
|
|
|
|
|
+%if %{?_dist_release} == "vl5" || %{?_dist_release} == "vl4"
|
|
|
# Provide perl-specific find-{provides,requires}.
|
|
|
%define __find_provides /usr/lib/rpm/find-provides.perl
|
|
|
%define __find_requires /usr/lib/rpm/find-requires.perl
|
|
|
+%endif
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n TimeDate-%{version}
|
|
@@ -58,6 +63,10 @@ fi
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 1.20-1
|
|
|
+- new upstream release
|
|
|
+- add Vendor and Distribution tags
|
|
|
+
|
|
|
* Thu May 1 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 1.16-3
|
|
|
- built with perl-5.10.0.
|
|
|
|