Accepting request 901149 from devel:languages:perl:autoupdate

- updated to 0.050
   see /usr/share/doc/packages/perl-Data-GUID/Changes
  0.050     2021-06-20 20:18:40-04:00 America/New_York
          - update author contact info
          - add perl-support section in docs

OBS-URL: https://build.opensuse.org/request/show/901149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-GUID?expand=0&rev=7
This commit is contained in:
2021-06-29 09:30:49 +00:00
committed by Git OBS Bridge
parent ffc73144bb
commit 84270be690
4 changed files with 24 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-GUID
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,20 @@
#
Name: perl-Data-GUID
Version: 0.049
Release: 0
%define cpan_name Data-GUID
Summary: Globally Unique Identifiers
Name: perl-Data-GUID
Version: 0.050
Release: 0
Summary: Globally unique identifiers
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-GUID/
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::UUID) >= 1.148
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Sub::Exporter) >= 0.90
BuildRequires: perl(Sub::Install) >= 0.03
BuildRequires: perl(Test::More) >= 0.96
@@ -44,14 +43,14 @@ Data::GUID provides a simple interface for generating and using globally
unique identifiers.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{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
@@ -59,7 +58,6 @@ unique identifiers.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE