From 9bb68051cf0e0215334aed6853d70272f192e959 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Aug 01 2013 09:21:42 +0000 Subject: import perl-GSSAPI-0.28-7.2.el7.src.rpm --- diff --git a/.perl-GSSAPI.metadata b/.perl-GSSAPI.metadata new file mode 100644 index 0000000..98fb750 --- /dev/null +++ b/.perl-GSSAPI.metadata @@ -0,0 +1 @@ +c857485532e92e266a75b56ed247284f94b2d3d4 SOURCES/GSSAPI-0.28.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-GSSAPI.spec b/SPECS/perl-GSSAPI.spec new file mode 100644 index 0000000..1cbb617 --- /dev/null +++ b/SPECS/perl-GSSAPI.spec @@ -0,0 +1,149 @@ +# +# Rebuild option: +# +# --with testsuite - run the test suite +# + +Name: perl-GSSAPI +Version: 0.28 +Release: 7.2%{?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 +BuildRequires: krb5-devel +BuildRequires: which +BuildRequires: perl +BuildRequires: perl(Config) +%{?_with_testsuite:BuildRequires: perl(Carp)} +%{?_with_testsuite:BuildRequires: perl(constant)} +%{?_with_testsuite:BuildRequires: perl(Exporter)} +BuildRequires: perl(ExtUtils::MakeMaker) +%{?_with_testsuite:BuildRequires: perl(ExtUtils::testlib)} +BuildRequires: perl(Getopt::Long) +%{?_with_testsuite:BuildRequires: perl(overload)} +BuildRequires: perl(strict) +%{?_with_testsuite:BuildRequires: perl(Test::More)} +%{?_with_testsuite:BuildRequires: perl(Test::Pod) >= 1.00} +%{?_with_testsuite:BuildRequires: perl(warnings)} +%{?_with_testsuite:BuildRequires: perl(XSLoader)} +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%{?perl_default_filter} + +%description +This module gives access to the routines of the GSSAPI library, as +described in RFC 2743 and RFC 2744 and implemented by the Kerberos-1.2 +distribution from MIT. + +%prep +%setup -q -n GSSAPI-%{version} +chmod -c a-x examples/*.pl + +%build +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} + +%{_fixperms} %{buildroot}/* + +%check +# fails a couple of tests if network not available +%{?_with_testsuite:make test} + +%files +%doc Changes README examples/ +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/GSSAPI* +%{_mandir}/man3/* + +%changelog +* Thu Aug 01 2013 Petr Šabata - 0.28-7.2 +- Correct the description and filter out the library provides + +* Thu Aug 01 2013 Petr Šabata - 0.28-7.1 +- Fix the dependency list + +* Tue Nov 06 2012 Petr Šabata - 0.28-7 +- Modernize the spec a bit and fix the deps + +* Fri Jul 20 2012 Fedora Release Engineering - 0.28-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 11 2012 Petr Pisar - 0.28-5 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.28-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Sun Jun 19 2011 Marcela Mašláňová - 0.28-3 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 0.28-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Dec 27 2010 Steven Pritchard 0.28-1 +- Update to 0.28. + +* Fri Dec 17 2010 Marcela Maslanova - 0.26-7 +- 661697 rebuild for fixing problems with vendorach/lib + +* Thu Jun 3 2010 Petr Pisar - 0.26-6 +- Do not source /etc/profile.d/krb5-devel.sh as krb5-devel-1.8.1-6 does not + provide it and places executables into standard PATH. + +* Sun May 02 2010 Marcela Maslanova - 0.26-5 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 0.26-4 +- rebuild against perl 5.10.1 + +* 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.