forked from pool/perl-Module-Metadata
Compare commits
12 Commits
ca4e09d52c
...
3884b25fa7
Author | SHA256 | Date | |
---|---|---|---|
3884b25fa7 | |||
bf30aa2dc5 | |||
e71d28d72c | |||
|
b3ffe9c146 | ||
c570d4440e | |||
|
3e2ac09a2f | ||
1f3b4508b7 | |||
f1967229d8 | |||
a38c3f8ebc | |||
|
519f38c2d3 | ||
d8e44f0d78 | |||
|
a00704465d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2f7dcb48e826d9cb4c08ca8d7e1a1d4ceaa7725f1245eb30c71ecbd119132e7
|
||||
size 41980
|
3
Module-Metadata-1.000038.tar.gz
Normal file
3
Module-Metadata-1.000038.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b599d8770a9a9fa0a8ae3cd0ed395a9cf71b4eb53aed82989a6bece33485a9cd
|
||||
size 51497
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal 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
|
@@ -1,3 +1,77 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 29 03:12:16 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.000038
|
||||
see /usr/share/doc/packages/perl-Module-Metadata/Changes
|
||||
|
||||
1.000038 2023-04-28 11:25:40Z
|
||||
- detects "class" syntax
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 8 19:52:14 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.000037
|
||||
see /usr/share/doc/packages/perl-Module-Metadata/Changes
|
||||
|
||||
1.000037 2019-09-07 18:32:44Z
|
||||
- add decode_pod option for automatic =encoding handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 05:15:40 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.000036
|
||||
see /usr/share/doc/packages/perl-Module-Metadata/Changes
|
||||
|
||||
1.000036 2019-04-18 18:25:15Z
|
||||
- properly clean up temp dirs after testing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 05:15:25 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.000035
|
||||
see /usr/share/doc/packages/perl-Module-Metadata/Changes
|
||||
|
||||
1.000035 2019-04-18 02:43:11Z
|
||||
- quieten noisy tests (issue #31)
|
||||
|
||||
1.000034 2018-07-19 20:26:18Z (TRIAL RELEASE)
|
||||
- fix how relative paths are absolutized, so they work properly on MSWin32
|
||||
(Christian Walde, PR#24)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 26 05:32:49 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.000033
|
||||
see /usr/share/doc/packages/perl-Module-Metadata/Changes
|
||||
|
||||
1.000033 2016-07-24 23:32:58Z
|
||||
- fix file operation in tests for VMS
|
||||
|
||||
1.000032 2016-04-23 22:36:24Z (TRIAL RELEASE)
|
||||
- use a more strict matching heuristic when attempting to infer the
|
||||
"primary" module name in a parsed .pm file
|
||||
- only report "main" as the module name if code was seen outside another
|
||||
namespace, fixing bad results for pod files (RT#107525)
|
||||
|
||||
1.000031 2015-11-24 03:57:55Z (TRIAL RELEASE)
|
||||
- be less noisy on failure when building as part of perl core (see perl
|
||||
RT#126685)
|
||||
|
||||
1.000030 2015-11-20 03:03:24Z (TRIAL RELEASE)
|
||||
- temp dirs cleaned up during tests (Steve Hay)
|
||||
- more accurately mark tests as TODO, so as to have a quieter and less
|
||||
confusing test run without passing TODO tests. This release is primarily
|
||||
intended for the perl 5.23.5 release.
|
||||
|
||||
1.000029 2015-09-11 16:25:43Z (TRIAL RELEASE)
|
||||
- fix missing "use" statement in refactored test helper (only affected older
|
||||
perls, due to other module interactions)
|
||||
|
||||
1.000028 2015-09-11 04:24:39Z (TRIAL RELEASE)
|
||||
- refactored and expanded test cases
|
||||
- fixed a $VERSION extraction issue on perl 5.6.2 (RT#105978, PR#17)
|
||||
- fix the detection of package Foo when $Foo::VERSION is set (RT#85961)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 10 13:01:42 UTC 2015 - lars@linux-schulserver.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Metadata
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,24 +12,23 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Module-Metadata
|
||||
Version: 1.000027
|
||||
Release: 0
|
||||
%define cpan_name Module-Metadata
|
||||
Name: perl-Module-Metadata
|
||||
Version: 1.000038
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Gather package and POD information from perl module files
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Module-Metadata/
|
||||
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More) >= 0.82
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(version) >= 0.87
|
||||
Requires: perl(version) >= 0.87
|
||||
%{perl_requires}
|
||||
@@ -41,14 +40,14 @@ determining the version of a module, the '$VERSION' assignment is 'eval'ed,
|
||||
as is traditional in the CPAN toolchain.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -56,7 +55,7 @@ as is traditional in the CPAN toolchain.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING LICENSE README
|
||||
%doc Changes CONTRIBUTING README
|
||||
%license LICENCE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user