- updated to 1.021

see /usr/share/doc/packages/perl-Module-Extract-Namespaces/Changes
- license changed to Artistic-2.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Extract-Namespaces?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2017-12-10 14:12:39 +00:00
committed by Git OBS Bridge
parent 80d8574c81
commit 82309bbc66
5 changed files with 49 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Extract-Namespaces
#
# 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,20 +17,22 @@
Name: perl-Module-Extract-Namespaces
Version: 1.02
Version: 1.021
Release: 0
%define cpan_name Module-Extract-Namespaces
Summary: extract the package declarations from a module
License: Artistic-1.0 or GPL-1.0+
Summary: Extract the Package Declarations From a Module
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Extract-Namespaces/
Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(PPI)
Requires: perl(PPI)
BuildRequires: perl(PPI) >= 1.126
BuildRequires: perl(Test::More) >= 0.94
Requires: perl(PPI) >= 1.126
%{perl_requires}
%description
@@ -60,6 +62,7 @@ It does not extract:
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README
%doc Changes examples
%license LICENSE
%changelog