# vim: set sw=4 ts=4 et nu: # # spec file for package perl-GSSAPI # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 Pascal Bleser # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # Please submit bugfixes or comments via http://bugs.opensuse.org/ Name: perl-GSSAPI Version: 0.28 Release: 1.58 Summary: GSSAPIv2 Support for Perl License: GPL-2.0+ or Artistic-1.0 Group: Development/Libraries/Perl Source: http://search.cpan.org/CPAN/authors/id/A/AG/AGROLMS/GSSAPI-%{version}.tar.gz Url: http://search.cpan.org/dist/GSSAPI BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: krb5-devel BuildRequires: make BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) %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}" %__sed -i '/^auto_install/d' Makefile.PL %build %__perl Makefile.PL PREFIX="%{_prefix}" %__make %{?_smp_flags} %install %perl_make_install %perl_process_packlist %check %__make test %clean %{?buildroot:%__rm -rf "%{buildroot}"} %files %defattr(-,root,root) %doc Changes README %{perl_vendorarch}/GSSAPI.pm %{perl_vendorarch}/GSSAPI %{perl_vendorarch}/auto/GSSAPI %doc %{perl_man3dir}/GSSAPI.%{perl_man3ext}%{ext_man} %doc %{perl_man3dir}/GSSAPI::*.%{perl_man3ext}%{ext_man} %changelog * Fri Jul 12 2013 pascal.bleser@opensuse.org - initial version (0.28)