8
0

Accepting request 509067 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/509067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Section?expand=0&rev=20
This commit is contained in:
Stephan Kulow
2017-07-11 09:48:46 +00:00
committed by Git OBS Bridge
parent 2552487dc4
commit 0babc04f80
5 changed files with 48 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Section
#
# Copyright (c) 2014 SUSE LINUX Products 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,14 +17,15 @@
Name: perl-Data-Section
Version: 0.200006
Version: 0.200007
Release: 0
%define cpan_name Data-Section
Summary: read multiple hunks of data out of your DATA section
Summary: Read Multiple Hunks of Data Out of Your Data Section
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Section/
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -59,6 +60,7 @@ modules to store their own templates, but probably has other uses.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog