Package init
This commit is contained in:
parent
46c22f7ef4
commit
40669e0df0
BIN
libgsasl-1.8.1.tar.gz
Normal file
BIN
libgsasl-1.8.1.tar.gz
Normal file
Binary file not shown.
11
libgsasl-1.8.1.tar.gz.sig
Normal file
11
libgsasl-1.8.1.tar.gz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEmUFc4ZBdDlWp+IAmhgt/uzL4EZ0FAl4MfZoACgkQhgt/uzL4
|
||||
EZ2tkggAq69/7iWcSbqoHKOUNyZiGRbp44AAnYBE3jlgGsI8WaChIC+n7hEEMmcJ
|
||||
9otMexV5U07rM9YNTTc1kLWej0eQJwNZg9OymKzsQ3tScaBIYk98h8kiuxz59Iaj
|
||||
54o8pvPjXJ4uwNOKW5ZkjjU61scjESRI90a9bjCN676p4F6UQHdNXttsjBkt8XQs
|
||||
ds+ZFg6XEmQuFCJsnCGVv1YwZHzb3gg45OAQ6bLQ3E6Q2N/XGY1RTzGH9jUi5Gag
|
||||
LBdhR5kJtOabMWZiuV6u3KAYsrfuWiaAIzIMCLFNOEAnI2LulhOs4J1syqF0pDvO
|
||||
OJvbetbV4Z2oaxBw88kHx0HpltrUZw==
|
||||
=99N+
|
||||
-----END PGP SIGNATURE-----
|
||||
49
libgsasl.spec
Normal file
49
libgsasl.spec
Normal file
@ -0,0 +1,49 @@
|
||||
Name: libgsasl
|
||||
Version: 1.8.1
|
||||
Release: 1
|
||||
Summary: GNU SASL library
|
||||
License: LGPLv2+
|
||||
URL: https://www.gnu.org/software/gsasl/
|
||||
Source0: https://ftp.gnu.org/gnu/gsasl/%{name}-%{version}.tar.gz
|
||||
Source1: https://ftp.gnu.org/gnu/gsasl/%{name}-%{version}.tar.gz.sig
|
||||
BuildRequires: gcc krb5-devel libgcrypt-devel libidn-devel libntlm-devel pkgconfig
|
||||
%description
|
||||
The library includes support for the SASL framework
|
||||
and at least partial support for the CRAM-MD5, EXTERNAL,
|
||||
GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN,
|
||||
and NTLM mechanisms.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release} pkgconfig
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-rpath --with-gssapi-impl=mit
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%find_lang %{name}
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS NEWS README THANKS
|
||||
%license COPYING COPYING.LIB
|
||||
%{_libdir}/libgsasl.so.*
|
||||
|
||||
%files devel
|
||||
%license COPYING COPYING.LIB
|
||||
%{_includedir}/gsasl*
|
||||
%{_libdir}/libgsasl.so
|
||||
%{_libdir}/pkgconfig/libgsasl.pc
|
||||
|
||||
%changelog
|
||||
* Tue Sep 7 2021 zhengyaohui <zhengyaohui1@huawei.com> - 1.8.1-1
|
||||
- package init
|
||||
Loading…
x
Reference in New Issue
Block a user