8
0

Accepting request 29195 from devel:languages:perl

Copy from devel:languages:perl/perl-Email-Date-Format based on submit request 29195 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Email-Date-Format?expand=0&rev=3
This commit is contained in:
OBS User autobuild
2010-01-12 11:07:10 +00:00
committed by Git OBS Bridge
parent 5daf7cadda
commit 1eab6dacde
2 changed files with 9 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 27 14:02:57 CET 2009 - anicka@suse.cz Fri Feb 27 14:02:57 CET 2009 - anicka@suse.cz

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Email-Date-Format (Version 1.002 ) # spec file for package perl-Email-Date-Format (Version 1.002 )
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,11 @@ Url: http://cpan.org/modules/by-module/Email/
Name: perl-Email-Date-Format Name: perl-Email-Date-Format
Version: 1.002 Version: 1.002
Release: 2 Release: 3
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
AutoReqProv: on AutoReqProv: on
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: Artistic License License: Artistic
Summary: Email::Date::Format - produce RFC 2822 date strings Summary: Email::Date::Format - produce RFC 2822 date strings
Source: Email-Date-Format-%{version}.tar.bz2 Source: Email-Date-Format-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -47,7 +47,7 @@ Authors:
%build %build
perl Makefile.PL perl Makefile.PL
make make %{?_smp_mflags}
%check %check
make test make test
@@ -73,5 +73,3 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/perl-Email-Date-Format /var/adm/perl-modules/perl-Email-Date-Format
%changelog %changelog
* Fri Feb 27 2009 anicka@suse.cz
- package created (version 1.002)