Accepting request 512596 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/512596
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-CaseFold?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2017-08-02 16:54:13 +00:00
committed by Git OBS Bridge
parent 48735c1549
commit 7582c47251
5 changed files with 48 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Unicode-CaseFold
#
# Copyright (c) 2015 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,18 +17,19 @@
Name: perl-Unicode-CaseFold
Version: 1.00
Version: 1.01
Release: 0
%define cpan_name Unicode-CaseFold
Summary: Unicode case-folding for case-insensitive lookups
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Unicode-CaseFold/
Source: http://www.cpan.org/authors/id/A/AR/ARODLAND/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.3601
BuildRequires: perl(Module::Build) >= 0.280000
%{perl_requires}
%description
@@ -52,6 +53,7 @@ case-insensitive lookups.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes eg LICENSE README TODO
%doc Changes eg README TODO
%license LICENSE
%changelog