Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
d4ddd6ba5e | |||
ff71832597 | |||
9a883c231c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ea802529790b19c1f373a1e47d8381664f9c4c1f76a8d8bbc6db6d7311c2448
|
||||
size 42864
|
3
Module-Info-0.39.tar.gz
Normal file
3
Module-Info-0.39.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c01fa56c78a60369aef55fe668f462a2b1d778d7d106966994f4cfaf430ed07
|
||||
size 43351
|
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,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 05:35:42 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.390.0 (0.39)
|
||||
see /usr/share/doc/packages/perl-Module-Info/Changes
|
||||
|
||||
0.39 2024-08-28 NEILB
|
||||
- Fixed RT#129677 with patch from HAARG++.
|
||||
|
||||
0.38 2024-08-28 NEILB
|
||||
- Get rid of ' as package namespace separator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 3 10:11:13 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Info
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 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,33 @@
|
||||
# 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-Info
|
||||
Version: 0.37
|
||||
Release: 0
|
||||
%define cpan_name Module-Info
|
||||
Name: perl-Module-Info
|
||||
Version: 0.390.0
|
||||
Release: 0
|
||||
# 0.39 -> normalize -> 0.390.0
|
||||
%define cpan_version 0.39
|
||||
License: SUSE-Public-Domain
|
||||
Summary: Information about Perl modules
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Module-Info/
|
||||
Source0: http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(B::Utils) >= 0.27
|
||||
Requires: perl(B::Utils) >= 0.27
|
||||
Provides: perl(B::Module::Info) = %{version}
|
||||
Provides: perl(Module::Info)
|
||||
Provides: perl(Module::Info::Safe)
|
||||
Provides: perl(Module::Info::Unsafe)
|
||||
Provides: perl(Module::Info::_version)
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -40,14 +47,14 @@ loading the module*. It actually isn't specific to modules and should work
|
||||
on any perl code.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_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
|
||||
@@ -55,7 +62,6 @@ on any perl code.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user