8
0
forked from pool/perl-File-Map

Accepting request 537824 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/537824
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Map?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2017-11-08 16:49:27 +00:00
committed by Git OBS Bridge
parent 61410d9e5e
commit dc4cc7026a
4 changed files with 19 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Map
#
# 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,14 +17,14 @@
Name: perl-File-Map
Version: 0.64
Version: 0.65
Release: 0
%define cpan_name File-Map
Summary: Memory mapping made simple and safe
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-Map/
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -57,6 +57,7 @@ File::Map maps files or anonymous memory into perl variables.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README
%doc Changes examples README
%license LICENSE
%changelog