new upstream version
This commit is contained in:
parent
5387e2fc7a
commit
7cd9592690
@ -1 +1 @@
|
||||
Date-Calc-5.4.tar.gz
|
||||
Date-Calc-5.6.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user