OBS User unknown 2009-06-18 15:02:13 +00:00 committed by Git OBS Bridge
parent 31e30ad824
commit bc5ec77064

View File

@ -1,33 +1,40 @@
#
# spec file for package perl-Digest-HMAC (Version 1.01)
#
# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libstdc++ libxcrypt m4 make man mktemp modutils ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-devel pam-modules patch permissions popt ps rcs readline sed sendmail shadow strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils cracklib gcc gdbm gettext libtool perl perl-Digest-SHA1 rpm
Name: perl-Digest-HMAC
BuildRequires: perl-Digest-SHA1
Version: 1.01
Release: 436
Requires: perl-Digest-SHA1
Requires: perl = %{perl_version}
Autoreqprov: on
Group: Development/Libraries/Perl
License: Artistic License
URL: http://cpan.org/modules/by-module/Digest/
Summary: Keyed-Hashing for Message Authentication
Source: Digest-HMAC-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Name: perl-Digest-HMAC
BuildRequires: perl-Digest-SHA1
Version: 1.01
Release: 628
Requires: perl-Digest-SHA1
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
Url: http://cpan.org/modules/by-module/Digest/
Summary: Keyed Hashing for Message Authentication
Source: Digest-HMAC-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
HMAC is used for message integrity checks between two parties that
share a secret key and works in combination with some other Digest
share a secret key. HMAC works in combination with another Digest
algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in RFC
2104.
@ -62,26 +69,26 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/auto/Digest
/var/adm/perl-modules/%{name}
%changelog -n perl-Digest-HMAC
* Wed Jan 25 2006 - mls@suse.de
%changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sun Jan 11 2004 - adrian@suse.de
* Sun Jan 11 2004 adrian@suse.de
- build as user
* Fri Aug 22 2003 - mjancar@suse.cz
* Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with
* Tue Jul 15 2003 - mjancar@suse.cz
* Tue Jul 15 2003 mjancar@suse.cz
- adapt to perl-5.8.1
- use %%perl_process_packlist
* Mon Jun 16 2003 - mjancar@suse.cz
* Mon Jun 16 2003 mjancar@suse.cz
- fix filelist
* Thu Jun 05 2003 - mjancar@suse.cz
* Thu Jun 05 2003 mjancar@suse.cz
- repacked the source
- don't package MANIFEST
* Tue May 20 2003 - mjancar@suse.cz
* Tue May 20 2003 mjancar@suse.cz
- remove unpackaged files
* Mon Jul 29 2002 - mls@suse.de
* Mon Jul 29 2002 mls@suse.de
- Fixed neededforbuild for perl-5.8.0
* Tue Jul 02 2002 - mls@suse.de
* Tue Jul 02 2002 mls@suse.de
- remove race in .packlist generation
* Tue Aug 14 2001 - rvasice@suse.cz
* Tue Aug 14 2001 rvasice@suse.cz
- initial package release (version 1.01)