2.30 bump
This commit is contained in:
parent
0055fa5c01
commit
e7ee510d53
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
TimeDate-1.20.tar.gz
|
TimeDate-1.20.tar.gz
|
||||||
|
/TimeDate-2.30.tar.gz
|
||||||
|
@ -1,19 +1,23 @@
|
|||||||
Name: perl-TimeDate
|
Name: perl-TimeDate
|
||||||
Version: 1.20
|
Version: 2.30
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Perl module for time and date manipulation
|
Summary: A Perl module for time and date manipulation
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/TimeDate/
|
URL: http://search.cpan.org/dist/TimeDate/
|
||||||
Source0: http://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(base)
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(strict)
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(Time::Local)
|
BuildRequires: perl(Time::Local)
|
||||||
|
BuildRequires: perl(utf8)
|
||||||
|
BuildRequires: perl(vars)
|
||||||
|
BuildRequires: perl(warnings)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -23,14 +27,11 @@ Date::Format and Date::Parse modules can display and read times and
|
|||||||
dates in various formats, providing a more reliable interface to
|
dates in various formats, providing a more reliable interface to
|
||||||
textual representations of points in time.
|
textual representations of points in time.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n TimeDate-%{version}
|
%setup -q -n TimeDate-%{version}
|
||||||
|
|
||||||
# ChangeLog is ISO-8859-1 encoded
|
# ChangeLog is ISO-8859-1 encoded
|
||||||
iconv -f iso-8859-1 -t utf8 < ChangeLog > ChangeLog.utf8
|
iconv -f iso-8859-1 -t utf8 < ChangeLog > ChangeLog.utf8
|
||||||
mv ChangeLog.utf8 ChangeLog
|
mv ChangeLog.utf8 ChangeLog
|
||||||
|
|
||||||
# Bogus exec permissions on some language modules
|
# Bogus exec permissions on some language modules
|
||||||
chmod -x lib/Date/Language/{Russian_cp1251,Russian_koi8r,Turkish}.pm
|
chmod -x lib/Date/Language/{Russian_cp1251,Russian_koi8r,Turkish}.pm
|
||||||
|
|
||||||
@ -52,8 +53,11 @@ make test
|
|||||||
%{perl_vendorlib}/Time/
|
%{perl_vendorlib}/Time/
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 19 2013 Petr Šabata <contyk@redhat.com> - 1:2.30-1
|
||||||
|
- 2.30 bump
|
||||||
|
- Fix the buildtime dependencies
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.20-11
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.20-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user