Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
42522e9ce4 | |||
5555a944c2 | |||
87307915d1 | |||
d42aa12967 | |||
0f17ed0c35 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eff902fbb78971634c1ecfa29e070f3979a7811b97df9b75ea6ba18c1e185f21
|
|
||||||
size 13972
|
|
3
Net-CIDR-Set-0.16.tar.gz
Normal file
3
Net-CIDR-Set-0.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2db0427e2c7d253d94465f96b14e0cc5c0cd3f37091f983000b308855932e56
|
||||||
|
size 32405
|
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,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 4 05:36:05 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.160.0 (0.16)
|
||||||
|
see /usr/share/doc/packages/perl-Net-CIDR-Set/Changes
|
||||||
|
|
||||||
|
0.16 2025-06-03 13:54:58+01:00 Europe/London
|
||||||
|
[Bug Fixes]
|
||||||
|
- Imports are removed from the namespace.
|
||||||
|
- Removed unused variable.
|
||||||
|
[Documentation]
|
||||||
|
- Modernised POD.
|
||||||
|
- Added a security policy.
|
||||||
|
- Updated README from POD.
|
||||||
|
- Fixed tense in Changes for v0.15.
|
||||||
|
[Other]
|
||||||
|
- Removed unnecessary files from the repo and distribution.
|
||||||
|
- Fixed issues with MANIFEST.SKIP.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 28 05:35:29 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.150.0 (0.15)
|
||||||
|
see /usr/share/doc/packages/perl-Net-CIDR-Set/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 20:36:07 UTC 2015 - coolo@suse.com
|
Tue Apr 14 20:36:07 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Net-CIDR-Set
|
# spec file for package perl-Net-CIDR-Set
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2025 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,24 +12,32 @@
|
|||||||
# 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-Net-CIDR-Set
|
|
||||||
Version: 0.13
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Net-CIDR-Set
|
%define cpan_name Net-CIDR-Set
|
||||||
|
Name: perl-Net-CIDR-Set
|
||||||
|
Version: 0.160.0
|
||||||
|
Release: 0
|
||||||
|
# 0.16 -> normalize -> 0.160.0
|
||||||
|
%define cpan_version 0.16
|
||||||
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Manipulate sets of IP addresses
|
Summary: Manipulate sets of IP addresses
|
||||||
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/R/RR/RRWO/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Url: http://search.cpan.org/dist/Net-CIDR-Set/
|
Source100: README.md
|
||||||
Source: http://www.cpan.org/authors/id/A/AN/ANDYA/%{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::Build) >= 0.42
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.22
|
||||||
|
BuildRequires: perl(Module::Metadata) >= 1.000015
|
||||||
|
BuildRequires: perl(namespace::autoclean)
|
||||||
|
Requires: perl(namespace::autoclean)
|
||||||
|
Provides: perl(Net::CIDR::Set) = %{version}
|
||||||
|
Provides: perl(Net::CIDR::Set::IPv4) = %{version}
|
||||||
|
Provides: perl(Net::CIDR::Set::IPv6) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -49,21 +57,22 @@ Normally this isn't necessary - the set will guess its personality from the
|
|||||||
first data that is added to it.
|
first data that is added to it.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes README.md SECURITY.md
|
||||||
%doc Changes README
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user