forked from pool/perl-Module-Find
Compare commits
9 Commits
e374e03f61
...
leap-16.0
Author | SHA256 | Date | |
---|---|---|---|
15b9e03db8 | |||
8aa51570fb | |||
73d844a43b | |||
|
94766ba6c4 | ||
5e51d00644 | |||
|
22b8a8db68 | ||
|
b51ab55f06 | ||
|
0a762223f3 | ||
|
d6bd34bced |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:650ddcc829cf274b860e7bb6e93204f90be1c0339d11ee008305e2452f67d397
|
|
||||||
size 5286
|
|
3
Module-Find-0.16.tar.gz
Normal file
3
Module-Find-0.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4bcaaa376915014728d4f533a98c5b59d665051cd3cdbafc960e5a66fd131092
|
||||||
|
size 9560
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#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_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: -
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 2 03:07:47 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.16
|
||||||
|
see /usr/share/doc/packages/perl-Module-Find/Changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 26 03:10:49 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.15
|
||||||
|
see /usr/share/doc/packages/perl-Module-Find/Changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 19 07:42:39 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.13
|
||||||
|
see /usr/share/doc/packages/perl-Module-Find/Changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 24 08:37:02 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.12
|
||||||
|
Fixed RT#81077: useall fails in taint mode
|
||||||
|
Thanks to Aran Deltac, who contributed the implementation and test.
|
||||||
|
|
||||||
|
Fixed RT#83596: Documentation doesn't describe behaviour if a module fails to load
|
||||||
|
Clarified documentation for useall and usesub.
|
||||||
|
|
||||||
|
Fixed RT#62923: setmoduledirs(undef) doesn't reset to searching @INC
|
||||||
|
Added more explicit tests.
|
||||||
|
Thanks to Colin Robertson for his input.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 23 13:42:24 UTC 2012 - coolo@suse.com
|
Wed May 23 13:42:24 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Find
|
# spec file for package perl-Module-Find
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -12,26 +12,24 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-Find
|
|
||||||
Version: 0.11
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Module-Find
|
%define cpan_name Module-Find
|
||||||
|
Name: perl-Module-Find
|
||||||
|
Version: 0.16
|
||||||
|
Release: 0
|
||||||
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Find and use installed modules in a (sub)category
|
Summary: Find and use installed modules in a (sub)category
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Group: Development/Libraries/Perl
|
Source0: https://cpan.metacpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{version}.tar.gz
|
||||||
Url: http://search.cpan.org/dist/Module-Find/
|
Source1: cpanspec.yml
|
||||||
Source: http://www.cpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
#BuildRequires: perl(Module::Find)
|
Recommends: perl(Test::Pod) >= 1.14
|
||||||
BuildRequires: perl(Test::Pod) >= 1.14
|
Recommends: perl(Test::Pod::Coverage) >= 1.04
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -44,14 +42,14 @@ If you want Module::Find to search in a certain directory on your harddisk
|
|||||||
you modify '@INC' before you call the Module::Find functions.
|
you modify '@INC' before you call the Module::Find functions.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -59,7 +57,6 @@ you modify '@INC' before you call the Module::Find functions.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes examples MANIFEST.skip README
|
%doc Changes examples MANIFEST.skip README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user