8
0
Christian Wittmer
2011-02-17 16:39:19 +00:00
committed by Git OBS Bridge
parent 55a4a9e8d9
commit e36655f22d
2 changed files with 14 additions and 9 deletions

View File

@@ -1,12 +1,17 @@
-------------------------------------------------------------------
Thu Feb 17 14:48:21 UTC 2011 - jw@novell.com
- initial pull from CPAN with cpanspec_obs
- needed by Rose::DB
- recreated by cpanspec 1.78.03
- removed obsolete vendor patch (Makefile.PL)
o using Build.PL
-------------------------------------------------------------------
Thu Feb 17 14:48:06 UTC 2011 - jw@novell.com
Wed Dec 1 13:31:46 UTC 2010 - coolo@novell.com
- initial package 0.04
* created by cpanspec 1.78.03
- switch to perl_requires macro
-------------------------------------------------------------------
Sun May 9 13:12:48 UTC 2010 - lars@linux-schulserver.de
- initial version 0.04

View File

@@ -25,15 +25,15 @@ Url: http://search.cpan.org/dist/DateTime-Format-MySQL/
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-MySQL-0.04.tar.bz2
# Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::Builder) >= 0.6
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::Builder) >= 0.6
Requires: perl(DateTime)
Requires: perl(DateTime::Format::Builder) >= 0.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description