forked from pool/perl-Module-Find
Compare commits
11 Commits
e374e03f61
...
73b432a563
Author | SHA256 | Date | |
---|---|---|---|
73b432a563 | |||
917e99c440 | |||
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.17.tar.gz
Normal file
3
Module-Find-0.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75ff1c8c98e8c0537692645cd62d2a4c48ab097b1d4a5ea42a25305098d7fd39
|
||||
size 8397
|
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,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 05:34:48 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.170.0 (0.17)
|
||||
see /usr/share/doc/packages/perl-Module-Find/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Find
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,26 +12,28 @@
|
||||
# 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-Find
|
||||
Version: 0.11
|
||||
Release: 0
|
||||
%define cpan_name Module-Find
|
||||
Name: perl-Module-Find
|
||||
Version: 0.170.0
|
||||
Release: 0
|
||||
# 0.17 -> normalize -> 0.170.0
|
||||
%define cpan_version 0.17
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Find and use installed modules in a (sub)category
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Module-Find/
|
||||
Source: http://www.cpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
#BuildRequires: perl(Module::Find)
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||
Provides: perl(Module::Find) = %{version}
|
||||
%undefine __perllib_provides
|
||||
Recommends: perl(Test::Pod) >= 1.14
|
||||
Recommends: perl(Test::Pod::Coverage) >= 1.04
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -44,14 +46,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.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%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
|
||||
@@ -59,7 +61,6 @@ you modify '@INC' before you call the Module::Find functions.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples MANIFEST.skip README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user