8
0

Accepting request 597933 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/597933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Random?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2018-04-20 13:45:44 +00:00
committed by Git OBS Bridge
parent 0d326417e8
commit 175970e5ef
4 changed files with 20 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Random
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@@ -17,11 +17,11 @@
Name: perl-Data-Random
Version: 0.12
Version: 0.13
Release: 0
%define cpan_name Data-Random
Summary: Perl module to generate random data
License: GPL-1.0+ or Artistic-1.0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Random/
Source0: https://cpan.metacpan.org/authors/id/B/BA/BAREFOOT/%{cpan_name}-%{version}.tar.gz
@@ -30,6 +30,12 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::ShareDir::Install) >= 0.06
BuildRequires: perl(Test::MockTime)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Time::Piece) >= 1.16
Requires: perl(Time::Piece) >= 1.16
Recommends: perl(GD)
%{perl_requires}
%description
@@ -56,6 +62,7 @@ sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README README2.linux.words README.linux.words
%doc Changes README
%license LICENSE
%changelog