forked from pool/perl-Array-Unique
Accepting request 1090340 from devel:languages:perl:autoupdate
- updated to 0.09 see /usr/share/doc/packages/perl-Array-Unique/Changes 0.09 2023.05.29 - Move to GitHub - Add GitHub Actions - Add links to GitHub - Add version number to each module OBS-URL: https://build.opensuse.org/request/show/1090340 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Array-Unique?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d5440c90c9caa09900868ad2ba5f84ea52e704af8ce3016d8ee0e6173f271d2
|
|
||||||
size 8759
|
|
3
Array-Unique-0.09.tar.gz
Normal file
3
Array-Unique-0.09.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:653ce782b482800ece0bb0558e98f7a8f1986f41631261b9bb1598ab7accddf7
|
||||||
|
size 13956
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 30 03:06:09 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.09
|
||||||
|
see /usr/share/doc/packages/perl-Array-Unique/Changes
|
||||||
|
|
||||||
|
0.09 2023.05.29
|
||||||
|
- Move to GitHub
|
||||||
|
- Add GitHub Actions
|
||||||
|
- Add links to GitHub
|
||||||
|
- Add version number to each module
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 22 15:06:21 UTC 2011 - lars@linux-schulserver.de
|
Mon Aug 22 15:06:21 UTC 2011 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Array-Unique
|
# spec file for package perl-Array-Unique
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 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,26 +12,22 @@
|
|||||||
# 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-Array-Unique
|
|
||||||
Version: 0.08
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Array-Unique
|
%define cpan_name Array-Unique
|
||||||
|
Name: perl-Array-Unique
|
||||||
|
Version: 0.09
|
||||||
|
Release: 0
|
||||||
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Tie-able array that allows only unique values
|
Summary: Tie-able array that allows only unique values
|
||||||
License: GPL-2.0+ or Artistic-1.0
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Group: Development/Libraries/Perl
|
Source0: https://cpan.metacpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
|
||||||
Url: http://search.cpan.org/dist/Array-Unique/
|
BuildArch: noarch
|
||||||
#Source: http://www.cpan.org/authors/id/S/SZ/SZABGAB/Array-Unique-%%{version}.tar.gz
|
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build) >= 0.420000
|
||||||
BuildRequires: perl(Test::More) >= 0.47
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -50,10 +46,10 @@ case sensitive.
|
|||||||
As a side effect the module does not allow undef as a value in the array.
|
As a side effect the module does not allow undef as a value in the array.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -63,11 +59,7 @@ As a side effect the module does not allow undef as a value in the array.
|
|||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%doc Changes README README.md
|
||||||
%doc Changes README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user