Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
7f55fa216c | |||
73b432a563 | |||
917e99c440 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bcaaa376915014728d4f533a98c5b59d665051cd3cdbafc960e5a66fd131092
|
||||
size 9560
|
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
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Find
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# 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
|
||||
@@ -18,16 +18,21 @@
|
||||
|
||||
%define cpan_name Module-Find
|
||||
Name: perl-Module-Find
|
||||
Version: 0.16
|
||||
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
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(Module::Find) = %{version}
|
||||
%undefine __perllib_provides
|
||||
Recommends: perl(Test::Pod) >= 1.14
|
||||
Recommends: perl(Test::Pod::Coverage) >= 1.04
|
||||
%{perl_requires}
|
||||
@@ -42,7 +47,7 @@ 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
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user