8
0

Accepting request 177651 from home:coolo:update-perl

update

OBS-URL: https://build.opensuse.org/request/show/177651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Hash-MultiValue?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2013-06-05 08:24:12 +00:00
committed by Git OBS Bridge
parent 158024aae5
commit 229a5ef73b
5 changed files with 18 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Hash-MultiValue
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products 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,19 +17,20 @@
Name: perl-Hash-MultiValue
Version: 0.12
Version: 0.15
Release: 0
%define cpan_name Hash-MultiValue
Summary: Store multiple values per key
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Hash-MultiValue/
Source: http://www.cpan.org/authors/id/A/AR/ARISTOTLE/%{cpan_name}-%{version}.tar.gz
Patch0: test-more-no-plan.patch
Source: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Hash::MultiValue)
#BuildRequires: perl(UNIVERSAL::ref)
%{perl_requires}
%description
@@ -38,7 +39,6 @@ multiple values per key, inspired by MultiDict of WebOb.
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,6 +54,6 @@ multiple values per key, inspired by MultiDict of WebOb.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes cpanfile LICENSE README
%changelog