Name: libgssapi Version: 0.11 Release: 4mamba Summary: A mechanism-switch gssapi library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.citi.umich.edu/projects/nfsv4/linux/ Source: http://www.citi.umich.edu/projects/nfsv4/linux/libgssapi/libgssapi-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description libgssapi provides a gssapi interface, but does not implement any gssapi mechanisms itself; instead it calls other gssapi functions (e.g., those provided by MIT Kerberos), depending on the requested mechanism, to do the work. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: libgssglue-devel %description devel libgssapi provides a gssapi interface, but does not implement any gssapi mechanisms itself; instead it calls other gssapi functions (e.g., those provided by MIT Kerberos), depending on the requested mechanism, to do the work. This package contains static libraries and header files need for development. %debug_package %prep %setup -q sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall rm -f %{buildroot}%{_includedir}/gssglue/gssapi/*.h %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %files %defattr(-,root,root) %{_libdir}/%{name}.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root) %{_libdir}/%{name}.a %{_libdir}/%{name}.la %{_libdir}/%{name}.so %{_libdir}/pkgconfig/*.pc %doc ChangeLog NEWS README %changelog * Tue Dec 01 2020 Silvan Calarco 0.11-4mamba - rebuilt with debug package and aarch64 build fix * Mon Jul 25 2011 Silvan Calarco 0.11-3mamba - libgssapi-devel: removed conflicting header and added requirement for libgssglue which has the header * Sat Feb 12 2011 Silvan Calarco 0.11-2mamba - updated maintainer - added build requirements * Tue May 08 2007 Silvan Calarco 0.11-1mamba - update to 0.11 * Wed Jun 28 2006 Stefano Cotta Ramusino 0.10-1qilnx - package created by autospec