8
0

Accepting request 312074 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/312074
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Set-Object?expand=0&rev=23
This commit is contained in:
Stephan Kulow
2015-06-16 04:59:46 +00:00
committed by Git OBS Bridge
parent 2b64936e56
commit 5b9f7f2ee3
5 changed files with 53 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Set-Object
#
# Copyright (c) 2014 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,20 +17,18 @@
Name: perl-Set-Object
Version: 1.34
Version: 1.35
Release: 0
%define cpan_name Set-Object
Summary: Unordered collections (sets) of Perl Objects
License: Artistic-1.0
Summary: Set of Objects and Strings
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Set-Object/
Source: http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Moose)
#BuildRequires: perl(Set::Object)
#BuildRequires: perl(Set::Object::Weak)
Recommends: perl(Moose)
Recommends: perl(Test::LeakTrace)
%{perl_requires}
@@ -67,6 +65,6 @@ went in with; only strings come out.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc README
%doc LICENSE README
%changelog