8
0

Accepting request 483974 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/483974
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=46
This commit is contained in:
Stephan Kulow
2017-04-06 13:04:59 +00:00
committed by Git OBS Bridge
parent 02e633bdb7
commit 1e021642e4
4 changed files with 26 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Build
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,16 +17,16 @@
Name: perl-Module-Build
Version: 0.422000
Version: 0.422200
Release: 0
%define cpan_version 0.4220
Provides: perl(Module::Build) = 0.422000
%define cpan_version 0.4222
Provides: perl(Module::Build) = 0.422200
%define cpan_name Module-Build
Summary: Build and install Perl modules
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Build/
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -119,6 +119,7 @@ rename config_data config_data-%{version} %{buildroot}/%{_mandir}/man1/config_da
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes contrib LICENSE README
%doc Changes contrib README
%license LICENSE
%changelog