2024-01-06 04:28:52 +01:00
Name : libgsasl
2024-01-06 04:28:52 +01:00
Version : 2.2.1
2024-01-06 04:28:52 +01:00
Release : 1mamba
Summary : An implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms
Group : System/Libraries
Vendor : openmamba
Distribution : openmamba
Packager : Silvan Calarco <silvan.calarco@mambasoft.it>
URL : http://www.gnu.org/software/gsasl/
2024-01-06 04:28:52 +01:00
Source : https://ftp.gnu.org/gnu/gsasl/gsasl-%{version} .tar.gz
2024-01-06 04:28:52 +01:00
License : LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires : glibc-devel
2024-01-06 04:28:52 +01:00
BuildRequires : libgnutls-devel
2024-01-06 04:28:52 +01:00
BuildRequires : libgss-devel
BuildRequires : libidn-devel
BuildRequires : libntlm-devel
2024-01-06 04:28:52 +01:00
BuildRequires : libreadline-devel
2024-01-06 04:28:52 +01:00
## AUTOBUILDREQ-END
%description
GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers.
GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl' ) to access the library from the shell, and a manual. The library includes support for the SASL framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms.
%package devel
Summary : Devel package for %{name}
Group : Development/Libraries
Requires : %{name} = %{?epoch:%epoch:}%{version} -%{release}
2024-01-06 04:28:52 +01:00
Requires : gsasl = %{?epoch:%epoch:}%{version} -%{release}
2024-01-06 04:28:52 +01:00
%description devel
GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers.
GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl' ) to access the library from the shell, and a manual. The library includes support for the SASL framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms.
2024-01-06 04:28:52 +01:00
This package contains static libraries and header files needed for development.
2024-01-06 04:28:52 +01:00
2024-01-06 04:28:52 +01:00
%package -n gsasl
Summary : An implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms
Group : System/Tools
Requires : %{name} = %{?epoch:%epoch:}%{version} -%{release}
2024-01-06 04:28:52 +01:00
2024-01-06 04:28:52 +01:00
%description -n gsasl
GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers.
GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl' ) to access the library from the shell, and a manual. The library includes support for the SASL framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms.
2024-01-06 04:28:52 +01:00
%debug_package
2024-01-06 04:28:52 +01:00
%prep
%setup -q -n gsasl-%{version}
#-D -T
2024-01-06 04:28:52 +01:00
%build
2024-01-06 04:28:52 +01:00
#:<< _EOF
2024-01-06 04:28:52 +01:00
%configure
%make
%install
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
%makeinstall
2024-01-06 04:28:52 +01:00
#% find_lang %{name}
2024-01-06 04:28:52 +01:00
%find_lang gsasl
2024-01-06 04:28:52 +01:00
2024-01-06 04:28:52 +01:00
rm -f %{buildroot} %{_infodir} /dir
2024-01-06 04:28:52 +01:00
%clean
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
2024-01-06 04:28:52 +01:00
%files
2024-01-06 04:28:52 +01:00
%defattr (-,root,root)
%{_libdir} /libgsasl.so.*
%doc AUTHORS COPYING
%files devel
%defattr (-,root,root)
2024-01-06 04:28:52 +01:00
%{_includedir} /gsasl*.h
2024-01-06 04:28:52 +01:00
%{_libdir} /libgsasl.a
%{_libdir} /libgsasl.so
%{_libdir} /pkgconfig/*.pc
2024-01-06 04:28:52 +01:00
%{_mandir} /man1/gsasl.1*
%{_mandir} /man3/gsasl_*.3*
2024-01-06 04:28:52 +01:00
%doc ChangeLog NEWS README THANKS
2024-01-06 04:28:52 +01:00
%files -n gsasl -f gsasl.lang
%defattr (-,root,root)
%{_bindir} /gsasl
%{_mandir} /man1/gsasl.1*
%{_infodir} /gsasl.info*
2024-01-06 04:28:52 +01:00
%changelog
2024-01-06 04:28:52 +01:00
* Wed Jan 03 2024 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
- automatic version update by autodist
2024-01-06 04:28:52 +01:00
* Sun Sep 04 2022 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
- automatic version update by autodist
2024-01-06 04:28:52 +01:00
* Sat Jul 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1-1mamba
- update to 2.0.1
2024-01-06 04:28:52 +01:00
* Mon Jun 13 2022 Automatic Build System <autodist@mambasoft.it> 1.11.3-1mamba
- automatic version update by autodist
2024-01-06 04:28:52 +01:00
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.2-1mamba
- update to 1.11.2
2024-01-06 04:28:52 +01:00
* Mon Jan 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-1mamba
- update to 1.10.0
2024-01-06 04:28:52 +01:00
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
- update to 1.8.1
2024-01-06 04:28:52 +01:00
* Mon Jun 11 2012 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
- automatic version update by autodist
* Tue May 10 2011 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
- automatic update by autodist
* Thu Dec 16 2010 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
- automatic update by autodist
* Sun Nov 28 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.4-2mamba
- rebuilt to add pkgconfig provide
* Sat Apr 17 2010 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
- automatic update by autodist
* Wed Jan 20 2010 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
- automatic update by autodist
* Sun Oct 11 2009 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
- automatic update by autodist
* Sun Jun 21 2009 Automatic Build System <autodist@mambasoft.it> 1.2-1mamba
- automatic update by autodist
* Fri Apr 17 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
- package created by autospec