Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
BIN
namespace-autoclean-0.29.tar.gz
(Stored with Git LFS)
Normal file
BIN
namespace-autoclean-0.29.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
namespace-autoclean-0.31.tar.gz
(Stored with Git LFS)
BIN
namespace-autoclean-0.31.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,16 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sun Oct 13 05:33:40 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
|
||||||
|
|
||||||
- updated to 0.310.0 (0.31)
|
|
||||||
see /usr/share/doc/packages/perl-namespace-autoclean/Changes
|
|
||||||
|
|
||||||
0.31 2024-10-12 16:06:26Z
|
|
||||||
- no changes from last trial release
|
|
||||||
|
|
||||||
0.30 2021-04-20 17:51:47Z (TRIAL RELEASE)
|
|
||||||
- switch from Sub::Identify to Sub::Util (core in modern perls), falling
|
|
||||||
back to B.pm as needed
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 05:41:12 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Sun Aug 25 05:41:12 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-namespace-autoclean
|
# spec file for package perl-namespace-autoclean
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -16,28 +16,28 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define cpan_name namespace-autoclean
|
|
||||||
Name: perl-namespace-autoclean
|
Name: perl-namespace-autoclean
|
||||||
Version: 0.310.0
|
Version: 0.29
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.31 -> normalize -> 0.310.0
|
%define cpan_name namespace-autoclean
|
||||||
%define cpan_version 0.31
|
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
|
||||||
Summary: Keep imports out of your namespace
|
Summary: Keep imports out of your namespace
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
|
Group: Development/Libraries/Perl
|
||||||
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
|
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
|
||||||
|
BuildRequires: perl(Sub::Identify)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(Test::Needs)
|
BuildRequires: perl(Test::Needs)
|
||||||
BuildRequires: perl(namespace::clean) >= 0.20
|
BuildRequires: perl(namespace::clean) >= 0.20
|
||||||
Requires: perl(B::Hooks::EndOfScope) >= 0.12
|
Requires: perl(B::Hooks::EndOfScope) >= 0.12
|
||||||
|
Requires: perl(Sub::Identify)
|
||||||
Requires: perl(namespace::clean) >= 0.20
|
Requires: perl(namespace::clean) >= 0.20
|
||||||
Provides: perl(namespace::autoclean) = %{version}
|
|
||||||
%undefine __perllib_provides
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -70,11 +70,11 @@ clean:
|
|||||||
}
|
}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%make_build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -85,6 +85,7 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
|
%defattr(-,root,root,755)
|
||||||
%doc Changes CONTRIBUTING README
|
%doc Changes CONTRIBUTING README
|
||||||
%license LICENCE
|
%license LICENCE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user