- 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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdc36e64462f7436fc52b33651a6f9a17df35511916acbe1845a13005cc65e22
size 8875

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c865d4a75ee546d53455ea5f60b56286b96b2bd961d3d29dd71a760ce58cc927
size 11617

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Dec 10 14:12:02 UTC 2017 - coolo@suse.com
- updated to 1.021
see /usr/share/doc/packages/perl-Module-Extract-Namespaces/Changes
- license changed to Artistic-2.0
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 14 19:24:52 UTC 2015 - coolo@suse.com Tue Apr 14 19:24:52 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-Extract-Namespaces # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,22 @@
Name: perl-Module-Extract-Namespaces Name: perl-Module-Extract-Namespaces
Version: 1.02 Version: 1.021
Release: 0 Release: 0
%define cpan_name Module-Extract-Namespaces %define cpan_name Module-Extract-Namespaces
Summary: extract the package declarations from a module Summary: Extract the Package Declarations From a Module
License: Artistic-1.0 or GPL-1.0+ License: Artistic-2.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Extract-Namespaces/ 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 BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(PPI) BuildRequires: perl(PPI) >= 1.126
Requires: perl(PPI) BuildRequires: perl(Test::More) >= 0.94
Requires: perl(PPI) >= 1.126
%{perl_requires} %{perl_requires}
%description %description
@@ -60,6 +62,7 @@ It does not extract:
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes examples LICENSE README %doc Changes examples
%license LICENSE
%changelog %changelog