Accepting request 1160744 from devel:languages:perl:autoupdate
- updated to 1.227 see /usr/share/doc/packages/perl-Data-UUID/Changes 1.227 2024-03-18 - new maintainer, GTERMARS - add basic GitHub Actions setup for testing - typo corrections in POD (thanks, Paul Johnson) - eliminated use of state/node files in temp directory, addressing CVE-2013-4184. OBS-URL: https://build.opensuse.org/request/show/1160744 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-UUID?expand=0&rev=25
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-UUID
|
||||
#
|
||||
# Copyright (c) 2020 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
|
||||
@@ -16,19 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Data-UUID
|
||||
Version: 1.226
|
||||
Release: 0
|
||||
%define cpan_name Data-UUID
|
||||
Summary: Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
||||
Name: perl-Data-UUID
|
||||
Version: 1.227.0
|
||||
Release: 0
|
||||
# 1.227 -> normalize -> 1.227.0
|
||||
%define cpan_version 1.227
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Summary: Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/G/GT/GTERMARS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(Data::UUID) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -117,11 +119,11 @@ Examples:
|
||||
print $ug->create_from_name_str(NameSpace_URL, "www.mycompany.com");
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -132,7 +134,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user