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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b8af437d49fd0425a23ebff3e5989dae64deeaf0e046aa5f413665cd3169a77b
|
|
||||||
size 19513
|
|
3
Data-GUID-0.050.tar.gz
Normal file
3
Data-GUID-0.050.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f25d9405cd73f7468f4d65b07078de03a43e1e7216944f97fb44adc5a9807ac
|
||||||
|
size 20226
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 21 03:08:12 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 7 19:24:27 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
Sun Oct 7 19:24:27 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Data-GUID
|
# 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
|
# 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,21 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Data-GUID
|
|
||||||
Version: 0.049
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Data-GUID
|
%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
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Url: http://search.cpan.org/dist/Data-GUID/
|
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{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(Data::UUID) >= 1.148
|
BuildRequires: perl(Data::UUID) >= 1.148
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||||
BuildRequires: perl(Sub::Exporter) >= 0.90
|
BuildRequires: perl(Sub::Exporter) >= 0.90
|
||||||
BuildRequires: perl(Sub::Install) >= 0.03
|
BuildRequires: perl(Sub::Install) >= 0.03
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
@@ -44,14 +43,14 @@ Data::GUID provides a simple interface for generating and using globally
|
|||||||
unique identifiers.
|
unique identifiers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -59,7 +58,6 @@ unique identifiers.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user