Accepting request 406946 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/406946 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Time-Elapsed?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
d09da466b1
commit
a7026655b1
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Time-Elapsed
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,33 +16,28 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-Time-Elapsed
|
||||
Version: 0.31
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.32
|
||||
Release: 0
|
||||
%define cpan_name Time-Elapsed
|
||||
Summary: Displays the elapsed time as a human readable string.
|
||||
Url: http://search.cpan.org/dist/Time-Elapsed/
|
||||
Summary: Displays the elapsed time as a human readable string
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/B/BU/BURAK/%{cpan_name}-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/Time-Elapsed/
|
||||
Source0: http://www.cpan.org/authors/id/B/BU/BURAK/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build)
|
||||
#BuildRequires: perl(Build)
|
||||
#BuildRequires: perl(Build::Spec)
|
||||
#BuildRequires: perl(Pod::Simple)
|
||||
#BuildRequires: perl(Test::Pod)
|
||||
#BuildRequires: perl(Time::Elapsed)
|
||||
BuildRequires: perl(Module::Build) >= 0.420000
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This module transforms the elapsed seconds into a human readable string. It
|
||||
can be used for (for example) rendering 'uptime' values into a human
|
||||
readable form. The resulting string will be an approximation. See the the
|
||||
/CAVEATS manpage section for more information.
|
||||
readable form. The resulting string will be an approximation. See the
|
||||
CAVEATS section for more information.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
Reference in New Issue
Block a user