Accepting request 29662 from devel:languages:perl

Copy from devel:languages:perl/perl-Digest-HMAC based on submit request 29662 from user anicka

OBS-URL: https://build.opensuse.org/request/show/29662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Digest-HMAC?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2010-01-18 13:25:26 +00:00 committed by Git OBS Bridge
parent 4e305ac59d
commit 4a99a19806
4 changed files with 16 additions and 9 deletions

View File

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

3
Digest-HMAC-1.02.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 15 14:22:45 CET 2010 - anicka@suse.cz
- update to 1.02
* Give the distribution a META.yml file
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package perl-Digest-HMAC (Version 1.01) # spec file for package perl-Digest-HMAC (Version 1.02)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -20,8 +20,8 @@
Name: perl-Digest-HMAC Name: perl-Digest-HMAC
BuildRequires: perl-Digest-SHA1 BuildRequires: perl-Digest-SHA1
Version: 1.01 Version: 1.02
Release: 629 Release: 1
Requires: perl-Digest-SHA1 Requires: perl-Digest-SHA1
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
AutoReqProv: on AutoReqProv: on
@ -46,15 +46,16 @@ Authors:
Gisle Aas <gisle@aas.no> Gisle Aas <gisle@aas.no>
%prep %prep
%setup -n Digest-HMAC-%{version} %setup -n Digest-HMAC-%{version} -q
%build %build
perl Makefile.PL perl Makefile.PL
make %{?_smp_mflags} make %{?_smp_mflags}
%check
make test make test
%install %install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist %perl_process_packlist
@ -63,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README rfc2104.txt Changes %doc README Changes MANIFEST META.yml
%doc %{_mandir}/man?/* %doc %{_mandir}/man?/*
%{perl_vendorlib}/Digest %{perl_vendorlib}/Digest
%{perl_vendorarch}/auto/Digest %{perl_vendorarch}/auto/Digest