182830
#
182830
# Rebuild option:
182830
#
182830
#   --with testsuite         - run the test suite
182830
#
182830
182830
Name:           perl-GSSAPI
182830
Version:        0.28
182830
Release:        9%{?dist}
182830
Summary:        Perl extension providing access to the GSSAPIv2 library
182830
License:        GPL+ or Artistic
182830
Group:          Development/Libraries
182830
URL:            http://search.cpan.org/dist/GSSAPI/
182830
Source0:        http://www.cpan.org/authors/id/A/AG/AGROLMS/GSSAPI-%{version}.tar.gz
182830
BuildRequires:  krb5-devel
182830
BuildRequires:  which
182830
BuildRequires:  perl
182830
BuildRequires:  perl(Config)
182830
%{?_with_testsuite:BuildRequires: perl(Carp)}
182830
%{?_with_testsuite:BuildRequires: perl(constant)}
182830
%{?_with_testsuite:BuildRequires: perl(Exporter)}
182830
BuildRequires:  perl(ExtUtils::MakeMaker)
182830
%{?_with_testsuite:BuildRequires: perl(ExtUtils::testlib)}
182830
BuildRequires:  perl(Getopt::Long)
182830
%{?_with_testsuite:BuildRequires: perl(overload)}
182830
BuildRequires:  perl(strict)
182830
%{?_with_testsuite:BuildRequires: perl(Test::More)}
182830
%{?_with_testsuite:BuildRequires: perl(Test::Pod) >= 1.00}
182830
%{?_with_testsuite:BuildRequires: perl(warnings)}
182830
%{?_with_testsuite:BuildRequires: perl(XSLoader)}
182830
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
182830
182830
%{?perl_default_filter}
182830
182830
%description
182830
This module gives access to the routines of the GSSAPI library, as
182830
described in RFC 2743 and RFC 2744 and implemented by the Kerberos-1.2
182830
distribution from MIT.
182830
182830
%prep
182830
%setup -q -n GSSAPI-%{version}
182830
chmod -c a-x examples/*.pl
182830
182830
%build
182830
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
182830
make %{?_smp_mflags}
182830
182830
%install
182830
make pure_install DESTDIR=%{buildroot}
182830
find %{buildroot} -type f -name .packlist -exec rm -f {} +
182830
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} +
182830
%{_fixperms} %{buildroot}/*
182830
182830
%check
182830
# fails a couple of tests if network not available
182830
%{?_with_testsuite:make test}
182830
182830
%files
182830
%doc Changes README examples/
182830
%{perl_vendorarch}/auto/*
182830
%{perl_vendorarch}/GSSAPI*
182830
%{_mandir}/man3/*
182830
182830
%changelog
182830
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.28-9
182830
- Mass rebuild 2014-01-24
182830
182830
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.28-8
182830
- Mass rebuild 2013-12-27
182830
182830
* Thu Aug 01 2013 Petr Šabata <contyk@redhat.com> - 0.28-7.2
182830
- Correct the description and filter out the library provides
182830
182830
* Thu Aug 01 2013 Petr Šabata <contyk@redhat.com> - 0.28-7.1
182830
- Fix the dependency list
182830
182830
* Tue Nov 06 2012 Petr Šabata <contyk@redhat.com> - 0.28-7
182830
- Modernize the spec a bit and fix the deps
182830
182830
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-6
182830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
182830
182830
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.28-5
182830
- Perl 5.16 rebuild
182830
182830
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-4
182830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
182830
182830
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.28-3
182830
- Perl mass rebuild
182830
182830
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-2
182830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
182830
182830
* Mon Dec 27 2010 Steven Pritchard <steve@kspei.com> 0.28-1
182830
- Update to 0.28.
182830
182830
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.26-7
182830
- 661697 rebuild for fixing problems with vendorach/lib
182830
182830
* Thu Jun  3 2010 Petr Pisar <ppisar@redhat.com> - 0.26-6
182830
- Do not source /etc/profile.d/krb5-devel.sh as krb5-devel-1.8.1-6 does not
182830
  provide it and places executables into standard PATH.
182830
182830
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.26-5
182830
- Mass rebuild with perl-5.12.0
182830
182830
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.26-4
182830
- rebuild against perl 5.10.1
182830
182830
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26-3
182830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
182830
182830
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26-2
182830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
182830
182830
* Thu May 15 2008 Steven Pritchard <steve@kspei.com> 0.26-1
182830
- Update to 0.26.
182830
- Cleanup a little to more closely match cpanspec output.
182830
- BR ExtUtils::MakeMaker.
182830
182830
* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.24-6
182830
- rebuild for new perl (again)
182830
182830
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.24-5
182830
- Autorebuild for GCC 4.3
182830
182830
* Thu Feb 07 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.24-4
182830
- rebuild for new perl
182830
182830
* Thu Jan 03 2008 Steven Pritchard <steve@kspei.com> 0.24-3
182830
- Use sysconfdir macro instead of hard-coding /etc.
182830
182830
* Sat Dec 08 2007 Steven Pritchard <steve@kspei.com> 0.24-2
182830
- Update License tag.
182830
- Use fixperms macro instead of our own chmod incantation.
182830
- Source in /etc/profile.d/krb5-devel.sh to get our path right.
182830
182830
* Thu Feb 22 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.24-1
182830
- Update to 0.24.
182830
182830
* Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-2
182830
- Rebuild for FC6.
182830
182830
* Thu Aug  3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-1
182830
- Update to 0.23.
182830
182830
* Mon May 29 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-1
182830
- Update to 0.22.
182830
182830
* Thu Apr  6 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-1
182830
- Update to 0.21.
182830
182830
* Fri Mar 31 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-1
182830
- First build.