Accepting request 298004 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/298004
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-GUID?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2015-04-19 08:05:16 +00:00
committed by Git OBS Bridge
parent d9dad37679
commit 2bad513746
5 changed files with 41 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-GUID
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,26 @@
Name: perl-Data-GUID
Version: 0.047
Version: 0.048
Release: 0
%define cpan_name Data-GUID
Summary: Globally unique identifiers
License: GPL-1.0+ or Artistic-1.0
Summary: Globally Unique Identifiers
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-GUID/
#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/Data-GUID-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.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)
BuildRequires: perl(Sub::Exporter) >= 0.9
BuildRequires: perl(Sub::Exporter) >= 0.90
BuildRequires: perl(Sub::Install) >= 0.03
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Data::UUID) >= 1.148
Requires: perl(Sub::Exporter) >= 0.9
Requires: perl(Sub::Exporter) >= 0.90
Requires: perl(Sub::Install) >= 0.03
Requires: perl(Test::More)
%{perl_requires}
%description
@@ -60,9 +58,6 @@ unique identifiers.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README