new upstream version

This commit is contained in:
Štěpán Kasal 2009-08-04 21:21:50 +00:00
parent 5387e2fc7a
commit 7cd9592690
3 changed files with 12 additions and 9 deletions

View File

@ -1 +1 @@
Date-Calc-5.4.tar.gz
Date-Calc-5.6.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Date-Calc
Version: 5.4
Release: 8%{?dist}
Version: 5.6
Release: 1%{?dist}
Summary: A module for extended and efficient date calculations in Perl
Group: Development/Libraries
@ -9,11 +9,11 @@ URL: http://search.cpan.org/dist/Date-Calc/
Source0: http://www.cpan.org/authors/id/S/ST/STBEY/Date-Calc-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(Bit::Vector) >= 6.4
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: dos2unix
BuildRequires: perl(Carp::Clan) >= 5.3
BuildRequires: perl(Bit::Vector) >= 6.6
Requires: perl(Bit::Vector) >= 6.6
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(Bit::Vector) >= 6.4
%description
The library provides all sorts of date calculations based on the
@ -56,8 +56,8 @@ for file in $RPM_BUILD_ROOT%{_mandir}/man3/Date::Calc.3pm \
mv -f "${file}_" "$file"
done
dos2unix tools/compile.bat
chmod 644 examples/*.{pl,cgi} tools/*.pl tools/*.sh
rm tools/compile.bat
chmod 644 examples/* tools/*
%check
@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Aug 4 2009 Stepan Kasal <skasal@redhat.com> - 5.6-1
- new upstream version
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
7ae34972694127e8f1c9a2af1c24585b Date-Calc-5.4.tar.gz
93c011570dfe9175bd01d6a454ed61f2 Date-Calc-5.6.tar.gz