b9a12d
Name:           perl-Digest-HMAC
b9a12d
Version:        1.03
b9a12d
Release:        17%{?dist}
b9a12d
Summary:        Keyed-Hashing for Message Authentication
b9a12d
License:        GPL+ or Artistic
b9a12d
Group:          Development/Libraries
b9a12d
URL:            http://search.cpan.org/dist/Digest-HMAC/
b9a12d
Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-%{version}.tar.gz
b9a12d
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
b9a12d
BuildArch:      noarch
b9a12d
BuildRequires:  perl-generators
b9a12d
BuildRequires:  perl(Digest::MD5), perl(Digest::SHA1), perl(ExtUtils::MakeMaker)
b9a12d
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
b9a12d
b9a12d
%description
b9a12d
HMAC is used for message integrity checks between two parties that
b9a12d
share a secret key, and works in combination with some other Digest
b9a12d
algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in
b9a12d
RFC 2104.
b9a12d
b9a12d
HMAC follow the common Digest:: interface, but the constructor takes
b9a12d
the secret key and the name of some other simple Digest:: as argument.
b9a12d
b9a12d
b9a12d
%prep
b9a12d
%setup -q -n Digest-HMAC-%{version} 
b9a12d
b9a12d
b9a12d
%build
b9a12d
%{__perl} Makefile.PL INSTALLDIRS=vendor
b9a12d
make %{?_smp_mflags}
b9a12d
b9a12d
b9a12d
%install
b9a12d
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
b9a12d
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
b9a12d
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
b9a12d
chmod -R u+w $RPM_BUILD_ROOT/*
b9a12d
b9a12d
b9a12d
%check
b9a12d
make test
b9a12d
b9a12d
b9a12d
%files
b9a12d
%doc Changes README
b9a12d
%{perl_vendorlib}/Digest/
b9a12d
%{_mandir}/man3/*.3*
b9a12d
b9a12d
b9a12d
%changelog
b9a12d
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-17
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b9a12d
b9a12d
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-16
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b9a12d
b9a12d
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.03-15
b9a12d
- Perl 5.26 rebuild
b9a12d
b9a12d
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-14
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b9a12d
b9a12d
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.03-13
b9a12d
- Perl 5.24 rebuild
b9a12d
b9a12d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-12
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b9a12d
b9a12d
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-11
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b9a12d
b9a12d
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.03-10
b9a12d
- Perl 5.22 rebuild
b9a12d
b9a12d
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.03-9
b9a12d
- Perl 5.20 rebuild
b9a12d
b9a12d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-8
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b9a12d
b9a12d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-7
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b9a12d
b9a12d
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1.03-6
b9a12d
- Perl 5.18 rebuild
b9a12d
b9a12d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-5
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b9a12d
b9a12d
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-4
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b9a12d
b9a12d
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 1.03-3
b9a12d
- Perl 5.16 rebuild
b9a12d
b9a12d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-2
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b9a12d
b9a12d
* Thu Sep 22 2011 Marcela Mašláňová <mmaslano@redhat.com> 1.03-1
b9a12d
- update to 1.03
b9a12d
b9a12d
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.02-6
b9a12d
- Perl mass rebuild
b9a12d
b9a12d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-5
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b9a12d
b9a12d
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.02-4
b9a12d
- 661697 rebuild for fixing problems with vendorach/lib
b9a12d
b9a12d
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.02-3
b9a12d
- Mass rebuild with perl-5.12.0
b9a12d
b9a12d
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.02-2
b9a12d
- Mass rebuild with perl-5.12.0
b9a12d
b9a12d
* Tue Apr 20 2010 Petr Pisar <ppisar@redhat.com> - 1.02-1
b9a12d
- version bump
b9a12d
- rfc2104.txt removed by upstream 
b9a12d
b9a12d
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.01-22
b9a12d
- rebuild against perl 5.10.1
b9a12d
b9a12d
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-21
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b9a12d
b9a12d
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-20
b9a12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b9a12d
b9a12d
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.01-19
b9a12d
- Rebuild for perl 5.10 (again)
b9a12d
b9a12d
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.01-18
b9a12d
- rebuild for new perl
b9a12d
b9a12d
* Wed Oct 24 2007 Robin Norwood <rnorwood@redhat.com> - 1.01-17
b9a12d
- fix various issues from package review
b9a12d
b9a12d
* Mon Aug 27 2007 Robin Norwood <rnorwood@redhat.com> - 1.01-16
b9a12d
- Fix license tag
b9a12d
- add %%doc section
b9a12d
- Add BuildRequire: perl(ExtUtils::MakeMaker)
b9a12d
b9a12d
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 1.01-15
b9a12d
- rebuild for new perl-5.8.8
b9a12d
b9a12d
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 1.01-14.2
b9a12d
- rebuild for new perl-5.8.8
b9a12d
b9a12d
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
b9a12d
- rebuilt for new gcc
b9a12d
b9a12d
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
b9a12d
- rebuilt for new gcj
b9a12d
b9a12d
* Mon Apr 25 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-14
b9a12d
- Bring up to date with current Fedora.Extras perl spec template. (#155912)
b9a12d
b9a12d
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 1.01-13
b9a12d
- rebuild
b9a12d
b9a12d
* Fri Apr 23 2004 Chip Turner <cturner@redhat.com> 1.01-12
b9a12d
- bump
b9a12d
b9a12d
* Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
b9a12d
- version bump and rebuild
b9a12d
b9a12d
* Tue Aug  6 2002 Chip Turner <cturner@redhat.com>
b9a12d
- automated release bump and build
b9a12d
b9a12d
* Thu Jun 27 2002 Chip Turner <cturner@redhat.com>
b9a12d
- description update
b9a12d
b9a12d
* Wed Jun 26 2002 cturner@redhat.com
b9a12d
- Specfile autogenerated
b9a12d