Accepting request 34019 from devel:languages:perl

Copy from devel:languages:perl/perl-Tie-IxHash based on submit request 34019 from user anicka

OBS-URL: https://build.opensuse.org/request/show/34019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tie-IxHash?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2010-03-05 08:49:21 +00:00 committed by Git OBS Bridge
parent a9bafe4d70
commit 9801a4bf8b
4 changed files with 17 additions and 8 deletions

View File

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

3
Tie-IxHash-1.22.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 4 14:47:21 CET 2010 - anicka@suse.cz
- update to 1.22
* Build.PL added
* Better META.yml
* Distribution upgrade
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Tie-IxHash (Version 1.21)
# spec file for package perl-Tie-IxHash (Version 1.22)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -26,8 +26,8 @@ Obsoletes: perl_tie
Requires: perl = %{perl_version}
AutoReqProv: on
Summary: TieIxHash Perl Module
Version: 1.21
Release: 722
Version: 1.22
Release: 1
Source: Tie-IxHash-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -39,15 +39,16 @@ is for you.
%prep
%setup -n Tie-IxHash-%{version}
%setup -n Tie-IxHash-%{version} -q
%build
perl Makefile.PL
make %{?_smp_mflags}
%check
make test
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/var/adm/perl-modules
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist