Accepting request 29436 from devel:languages:perl
Copy from devel:languages:perl/perl-Date-Calc based on submit request 29436 from user coolo OBS-URL: https://build.opensuse.org/request/show/29436 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Date-Calc?expand=0&rev=6
This commit is contained in:
parent
e411922135
commit
c29489c67d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- enable parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 3 16:11:05 CEST 2009 - anicka@suse.cz
|
Mon Aug 3 16:11:05 CEST 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Date-Calc (Version 5.6)
|
# spec file for package perl-Date-Calc (Version 5.6)
|
||||||
#
|
#
|
||||||
# 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,14 +21,14 @@
|
|||||||
Name: perl-Date-Calc
|
Name: perl-Date-Calc
|
||||||
BuildRequires: perl-Bit-Vector
|
BuildRequires: perl-Bit-Vector
|
||||||
Version: 5.6
|
Version: 5.6
|
||||||
Release: 1
|
Release: 2
|
||||||
Provides: DateCalc perl_dc
|
Provides: DateCalc perl_dc
|
||||||
Obsoletes: perl_dc
|
Obsoletes: perl_dc
|
||||||
Requires: perl-Bit-Vector
|
Requires: perl-Bit-Vector
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License .. ; GPL v2 or later
|
License: Artistic License .. ; GPLv2+
|
||||||
Url: http://cpan.org/modules/by-module/Date
|
Url: http://cpan.org/modules/by-module/Date
|
||||||
Summary: Perl Date-Calc Module
|
Summary: Perl Date-Calc Module
|
||||||
Source: Date-Calc-%{version}.tar.bz2
|
Source: Date-Calc-%{version}.tar.bz2
|
||||||
@ -75,7 +75,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
Loading…
Reference in New Issue
Block a user