forked from pool/perl-Time-Duration
Accepting request 702491 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/702491 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Time-Duration?expand=0&rev=23
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:458205b528818e741757b2854afac5f9af257f983000aae0c0b1d04b5a9cbbb8
|
||||
size 15478
|
3
Time-Duration-1.21.tar.gz
Normal file
3
Time-Duration-1.21.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe340eba8765f9263694674e5dff14833443e19865e5ff427bbd79b7b5f8a9b8
|
||||
size 16205
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 12 05:31:23 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.21
|
||||
see /usr/share/doc/packages/perl-Time-Duration/Changes
|
||||
|
||||
1.21 2019-05-11 NEILB
|
||||
- Added Time::Elapsed to SEE ALSO, suggested by Ron Savage in RT#122186.
|
||||
- Updated AUTHOR section to reflect that Neil Bowers is current maintainer.
|
||||
- Extended testsuite so there's full code coverage (not pod yet).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 07:51:47 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Time-Duration
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@@ -12,21 +12,21 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Time-Duration
|
||||
Version: 1.200000
|
||||
Version: 1.210000
|
||||
Release: 0
|
||||
%define cpan_version 1.20
|
||||
Provides: perl(Time::Duration) = 1.200000
|
||||
%define cpan_version 1.21
|
||||
Provides: perl(Time::Duration) = 1.210000
|
||||
%define cpan_name Time-Duration
|
||||
Summary: Rounded or Exact English Expression of Durations
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Summary: Rounded or exact English expression of durations
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Time-Duration/
|
||||
Source0: http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -65,11 +65,11 @@ appropriately surprising "_file_ was modified *3 seconds from now*."
|
||||
%setup -q -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -78,6 +78,7 @@ appropriately surprising "_file_ was modified *3 seconds from now*."
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user