1
0

Accepting request 72096 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/72096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Params-Util?expand=0&rev=12
This commit is contained in:
Sascha Peilicke 2011-05-31 11:06:24 +00:00 committed by Git OBS Bridge
commit 709fac051f
4 changed files with 14 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb8663d35b994513096703f43ff2d6948d00b5774a127b62f67e395f47007a24
size 38661

3
Params-Util-1.04.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1341f5d6bdcf6712af7819b93a9fb526446fba3663a82cf3b83fbae23af8ff5
size 38679

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Apr 30 15:18:28 UTC 2011 - coolo@opensuse.org
- updated to 1.04
- Fixed #67522 have_compiler returns
-------------------------------------------------------------------
Fri Apr 1 05:35:33 UTC 2011 - coolo@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Params-Util
# spec file for package perl-Params-Util (Version 1.04)
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,24 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Params-Util
Version: 1.03
Version: 1.04
Release: 1
License: GPL+ or Artistic
%define cpan_name Params-Util
Summary: Simple, compact and correct param-checking functions
Url: http://search.cpan.org/dist/Params-Util/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Spec) >= 0.80
BuildRequires: perl(Scalar::Util) >= 1.18
Requires: perl(Scalar::Util) >= 1.18
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
%{perl_requires}
%description
@ -82,7 +77,7 @@ additions to 'Params::Util' may clash)
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc Changes LICENSE README
%changelog