# # Rebuild option: # # --with testsuite - run the test suite # Name: perl-GSSAPI Version: 0.26 Release: 3%{?dist} Summary: Perl extension providing access to the GSSAPIv2 library License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/GSSAPI/ Source0: http://www.cpan.org/authors/id/A/AG/AGROLMS/GSSAPI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: krb5-devel BuildRequires: which BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module gives access to the routines of the GSSAPI library, as described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from MIT. %prep %setup -q -n GSSAPI-%{version} chmod -c a-x examples/*.pl %build . %{_sysconfdir}/profile.d/krb5-devel.sh %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check # fails a couple of tests if network not available %{?_with_testsuite:make test} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README examples/ %{perl_vendorarch}/auto/* %{perl_vendorarch}/GSSAPI* %{_mandir}/man3/* %changelog * Sat Jul 25 2009 Fedora Release Engineering - 0.26-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu May 15 2008 Steven Pritchard 0.26-1 - Update to 0.26. - Cleanup a little to more closely match cpanspec output. - BR ExtUtils::MakeMaker. * Mon Mar 3 2008 Tom "spot" Callaway 0.24-6 - rebuild for new perl (again) * Tue Feb 19 2008 Fedora Release Engineering - 0.24-5 - Autorebuild for GCC 4.3 * Thu Feb 07 2008 Tom "spot" Callaway 0.24-4 - rebuild for new perl * Thu Jan 03 2008 Steven Pritchard 0.24-3 - Use sysconfdir macro instead of hard-coding /etc. * Sat Dec 08 2007 Steven Pritchard 0.24-2 - Update License tag. - Use fixperms macro instead of our own chmod incantation. - Source in /etc/profile.d/krb5-devel.sh to get our path right. * Thu Feb 22 2007 Jose Pedro Oliveira - 0.24-1 - Update to 0.24. * Sun Sep 10 2006 Jose Pedro Oliveira - 0.23-2 - Rebuild for FC6. * Thu Aug 3 2006 Jose Pedro Oliveira - 0.23-1 - Update to 0.23. * Mon May 29 2006 Jose Pedro Oliveira - 0.22-1 - Update to 0.22. * Thu Apr 6 2006 Jose Pedro Oliveira - 0.21-1 - Update to 0.21. * Fri Mar 31 2006 Jose Pedro Oliveira - 0.20-1 - First build.