Remove libsasl2-3-bdb

OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=87
This commit is contained in:
Peter Varkoly 2021-02-25 14:49:45 +00:00 committed by Git OBS Bridge
parent ecc5a2adde
commit 736166884e
2 changed files with 3 additions and 19 deletions

View File

@ -17,7 +17,7 @@
Name: cyrus-sasl-bdb Name: cyrus-sasl-bdb
%define lname libsasl2-3-bdb %define lname libsasl2-3
Version: 2.1.27 Version: 2.1.27
Release: 0 Release: 0
URL: http://asg.web.cmu.edu/sasl/ URL: http://asg.web.cmu.edu/sasl/
@ -36,8 +36,10 @@ Patch5: cyrus-sasl-no_rpath.patch
Patch6: cyrus-sasl-lfs.patch Patch6: cyrus-sasl-lfs.patch
Patch7: fix_libpq-fe_include.diff Patch7: fix_libpq-fe_include.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libsasl2-3
BuildRequires: db-devel BuildRequires: db-devel
BuildRequires: krb5-mini-devel BuildRequires: krb5-mini-devel
BuildRequires: libsasl2-3
BuildRequires: libtool BuildRequires: libtool
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: opie BuildRequires: opie
@ -109,11 +111,6 @@ Requires: %lname = %version
Requires: glibc-devel Requires: glibc-devel
Conflicts: cyrus-sasl-devel Conflicts: cyrus-sasl-devel
%package -n %lname
Summary: Simple Authentication and Security Layer (SASL) library
Group: System/Libraries
Conflicts: libsasl2-3
%description %description
This is the Cyrus SASL API. It can be used on the client or server side This is the Cyrus SASL API. It can be used on the client or server side
to provide authentication. See RFC 2222 for more information. to provide authentication. See RFC 2222 for more information.
@ -161,14 +158,6 @@ This is the Cyrus SASL API implementation. It can be used on the client
or server side to provide authentication. See RFC 5802 for more or server side to provide authentication. See RFC 5802 for more
information. information.
%description -n %lname
Simple Authentication and Security Layer (SASL) is a framework for
authentication and data security in Internet protocols.
This is the Cyrus SASL API implementation. It can be used on the client
or server side to provide authentication. See RFC 2222 for more
information.
%prep %prep
%setup -q -n cyrus-sasl-%{version} -a 1 %setup -q -n cyrus-sasl-%{version} -a 1
if [ -e %{_builddir}/cyrus-sasl-%{version}/dlcompat-*/ ] if [ -e %{_builddir}/cyrus-sasl-%{version}/dlcompat-*/ ]
@ -215,10 +204,6 @@ rm -f $RPM_BUILD_ROOT/usr/sbin/testsaslauthd
rm -r $RPM_BUILD_ROOT%{_libdir}/libsasl2.so.3* rm -r $RPM_BUILD_ROOT%{_libdir}/libsasl2.so.3*
find "%buildroot" -type f -name "*.la" -print -delete find "%buildroot" -type f -name "*.la" -print -delete
%files -n %lname
%defattr(-,root,root)
%{_libdir}/libsasl2.so.3*
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_libdir}/sasl2 %dir %{_libdir}/sasl2

View File

@ -112,7 +112,6 @@ Conflicts: cyrus-sasl-devel-bdb
%package -n libsasl2-3 %package -n libsasl2-3
Summary: Simple Authentication and Security Layer (SASL) library Summary: Simple Authentication and Security Layer (SASL) library
Group: System/Libraries Group: System/Libraries
Conflicts: libsasl2-3-bdb
%description %description
This is the Cyrus SASL API. It can be used on the client or server side This is the Cyrus SASL API. It can be used on the client or server side