- Mass rebuild with perl-5.12.0
This commit is contained in:
parent
77a44d72eb
commit
9e23e05bc7
@ -1 +1 @@
|
|||||||
DateTime-Format-Builder-0.7901.tar.gz
|
DateTime-Format-Builder-0.80.tar.gz
|
||||||
|
@ -8,17 +8,18 @@
|
|||||||
#
|
#
|
||||||
# Note that right now, the only way to run tests locally from a cvs sandbox
|
# Note that right now, the only way to run tests locally from a cvs sandbox
|
||||||
# "make noarch" type scenario is the third one.
|
# "make noarch" type scenario is the third one.
|
||||||
|
%define real_version 0.80
|
||||||
|
|
||||||
Name: perl-DateTime-Format-Builder
|
Name: perl-DateTime-Format-Builder
|
||||||
Version: 0.7901
|
# 0.80 in reality, but rpm can't get it
|
||||||
Release: 6%{?dist}
|
Version: 0.8000
|
||||||
|
Release: 1%{?dist}
|
||||||
Summary: Create DateTime parser classes and objects
|
Summary: Create DateTime parser classes and objects
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/DateTime-Format-Builder
|
URL: http://search.cpan.org/dist/DateTime-Format-Builder
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-%{real_version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -28,6 +29,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
## non-core
|
## non-core
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
|
BuildRequires: perl(Class::ISA)
|
||||||
BuildRequires: perl(Class::Factory::Util)
|
BuildRequires: perl(Class::Factory::Util)
|
||||||
BuildRequires: perl(DateTime)
|
BuildRequires: perl(DateTime)
|
||||||
BuildRequires: perl(DateTime::Format::Strptime)
|
BuildRequires: perl(DateTime::Format::Strptime)
|
||||||
@ -59,7 +61,7 @@ is expected.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n DateTime-Format-Builder-%{version}
|
%setup -q -n DateTime-Format-Builder-%{real_version}
|
||||||
|
|
||||||
cat << \EOF > %{name}-req
|
cat << \EOF > %{name}-req
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
@ -68,7 +70,7 @@ cat << \EOF > %{name}-req
|
|||||||
-e '/perl(DateTime::Format::Mail)/d'
|
-e '/perl(DateTime::Format::Mail)/d'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%define __perl_requires %{_builddir}/DateTime-Format-Builder-%{version}/%{name}-req
|
%define __perl_requires %{_builddir}/DateTime-Format-Builder-%{real_version}/%{name}-req
|
||||||
chmod +x %{__perl_requires}
|
chmod +x %{__perl_requires}
|
||||||
|
|
||||||
# digital signature checking. Not essential, but nice
|
# digital signature checking. Not essential, but nice
|
||||||
@ -97,8 +99,6 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# signature checked above
|
|
||||||
rm t/00sig.t
|
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
|
||||||
@ -114,7 +114,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.7901-6
|
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.8000-1
|
||||||
- Mass rebuild with perl-5.12.0
|
- Mass rebuild with perl-5.12.0
|
||||||
|
|
||||||
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.7901-5
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.7901-5
|
||||||
|
Loading…
Reference in New Issue
Block a user