9
0

Accepting request 56413 from home:vitezslav_cizek:branches:devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/56413
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Mail?expand=0&rev=4
This commit is contained in:
2010-12-22 10:24:43 +00:00
committed by Git OBS Bridge
parent ccf8ad9a23
commit a0621668e7
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 20 12:24:51 UTC 2010 - vcizek@novell.com
- separated perl_requires and the rest required
-------------------------------------------------------------------
Thu Dec 16 13:37:07 UTC 2010 - vcizek@novell.com
- switch to %perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:00:13 UTC 2010 - coolo@novell.com

View File

@@ -4,7 +4,8 @@ Name: perl-%cpan_name
Version: 0.3001
Release: 1
Provides: %cpan_name
Requires: perl = %{perl_version} perl-DateTime perl-DateTime-Locale perl-DateTime-TimeZone perl-Params-Validate
%perl_requires
Requires: perl-DateTime perl-DateTime-Locale perl-DateTime-TimeZone perl-Params-Validate
Group: Development/Libraries/Perl
License: GPL
URL: http://search.cpan.org/dist/DateTime-Format-Mail/
@@ -24,6 +25,8 @@ RFC2822 (April 2001) introduces a slightly different format of date than that us
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
make
%check
make test
%install