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