bump
This commit is contained in:
parent
36116f16c1
commit
6157101c45
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: perl-DateTime-Format-Builder
|
Name: perl-DateTime-Format-Builder
|
||||||
Version: 0.7807
|
Version: 0.7807
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Create DateTime parser classes and objects
|
Summary: Create DateTime parser classes and objects
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -31,7 +31,6 @@ BuildRequires: perl(Test::More)
|
|||||||
BuildRequires: perl(Module::Build), perl(Class::Factory::Util)
|
BuildRequires: perl(Module::Build), perl(Class::Factory::Util)
|
||||||
BuildRequires: perl(DateTime::Format::Strptime), perl(Test::Pod)
|
BuildRequires: perl(DateTime::Format::Strptime), perl(Test::Pod)
|
||||||
BuildRequires: perl(Params::Validate) >= 0.73
|
BuildRequires: perl(Params::Validate) >= 0.73
|
||||||
BuildRequires: perl
|
|
||||||
## For extended testing
|
## For extended testing
|
||||||
BuildRequires: perl(DateTime::Format::HTTP), perl(DateTime::Format::Mail)
|
BuildRequires: perl(DateTime::Format::HTTP), perl(DateTime::Format::Mail)
|
||||||
BuildRequires: perl(DateTime::Format::IBeat)
|
BuildRequires: perl(DateTime::Format::IBeat)
|
||||||
@ -60,8 +59,10 @@ is expected.
|
|||||||
# POD doesn't like E<copy> very much...
|
# POD doesn't like E<copy> very much...
|
||||||
perl -pi -e 's/E<copy>/(C)/' `find lib/ -type f`
|
perl -pi -e 's/E<copy>/(C)/' `find lib/ -type f`
|
||||||
|
|
||||||
|
# American English
|
||||||
mv LICENCE LICENSE
|
mv LICENCE LICENSE
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -93,6 +94,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 08 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.7807-3
|
||||||
|
- bump for release & build, not in that order
|
||||||
|
|
||||||
* Tue Aug 08 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.7807-2
|
* Tue Aug 08 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.7807-2
|
||||||
- additional br's
|
- additional br's
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user