Accepting request 532142 from home:jengelh:branches:network:samba:STABLE
rebase + sp4 compile test OBS-URL: https://build.opensuse.org/request/show/532142 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=114
This commit is contained in:
parent
4ff2553fa6
commit
9c1c2e0c68
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 2 12:18:30 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Remove %if guards for blocks that do not affect the build result.
|
||||||
|
Fix RPM groups and summaries.
|
||||||
|
Drop very old SUSE support. Replace old RPM macros by new
|
||||||
|
constructs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 18 12:17:31 UTC 2017 - scabrero@suse.com
|
Mon Sep 18 12:17:31 UTC 2017 - scabrero@suse.com
|
||||||
|
|
||||||
|
63
ldb.spec
63
ldb.spec
@ -51,17 +51,12 @@ BuildRequires: python3-talloc-devel >= %{talloc_version}
|
|||||||
%else
|
%else
|
||||||
BuildRequires: python-talloc-devel >= %{talloc_version}
|
BuildRequires: python-talloc-devel >= %{talloc_version}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
|
|
||||||
%define build_make_smp_mflags %{?_smp_mflags}
|
|
||||||
%else
|
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
|
||||||
%endif
|
|
||||||
Url: https://ldb.samba.org/
|
Url: https://ldb.samba.org/
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An LDAP-like embedded database
|
Summary: An LDAP-like embedded database
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Source: https://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
|
Source: https://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
|
||||||
Source1: https://download.samba.org/pub/ldb/ldb-%{version}.tar.asc
|
Source1: https://download.samba.org/pub/ldb/ldb-%{version}.tar.asc
|
||||||
Source2: ldb.keyring
|
Source2: ldb.keyring
|
||||||
@ -70,16 +65,15 @@ Patch0: ldb-python3.5-fix-soabi_name.patch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Ldb is an LDAP-like embedded database.
|
LDB is an LDAP-like embedded database.
|
||||||
|
|
||||||
|
|
||||||
%package -n libldb1
|
%package -n libldb1
|
||||||
Summary: An LDAP-like embedded database
|
Summary: An LDAP-like embedded database
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
PreReq: /sbin/ldconfig
|
|
||||||
|
|
||||||
%description -n libldb1
|
%description -n libldb1
|
||||||
Ldb is an LDAP-like embedded database.
|
LDB is an LDAP-like embedded database.
|
||||||
|
|
||||||
This package includes the ldb1 library.
|
This package includes the ldb1 library.
|
||||||
|
|
||||||
@ -88,47 +82,38 @@ This package includes the ldb1 library.
|
|||||||
Summary: Libraries and Header Files to Develop Programs with ldb1 Support
|
Summary: Libraries and Header Files to Develop Programs with ldb1 Support
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libldb1 = %{version}
|
Requires: libldb1 = %{version}
|
||||||
%if 0%{?suse_version} > 1020
|
|
||||||
Requires: pkg-config
|
Requires: pkg-config
|
||||||
%else
|
|
||||||
Requires: pkgconfig
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description -n libldb-devel
|
%description -n libldb-devel
|
||||||
Ldb is an LDAP-like embedded database.
|
LDB is an LDAP-like embedded database.
|
||||||
|
|
||||||
Libraries and Header Files to Develop Programs with ldb1 Support
|
Libraries and Header Files to Develop Programs with ldb1 Support.
|
||||||
|
|
||||||
|
|
||||||
%package -n ldb-tools
|
%package -n ldb-tools
|
||||||
Summary: Tools to manipulate ldb files
|
Summary: Tools to manipulate LDB files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n ldb-tools
|
%description -n ldb-tools
|
||||||
Tools to manipulate ldb files
|
Tools to manipulate LDB files.
|
||||||
|
|
||||||
|
|
||||||
%package -n python-ldb
|
%package -n python-ldb
|
||||||
Summary: Python bindings for the LDB library
|
Summary: Python bindings for the LDB library
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: libldb1 = %{version}
|
Requires: libldb1 = %{version}
|
||||||
PreReq: /sbin/ldconfig
|
|
||||||
Provides: pyldb = %{version}
|
Provides: pyldb = %{version}
|
||||||
Obsoletes: pyldb < %{version}
|
Obsoletes: pyldb < %{version}
|
||||||
|
|
||||||
%description -n python-ldb
|
%description -n python-ldb
|
||||||
This package contains the python bindings for the LDB library.
|
This package contains the Python bindings for the LDB library.
|
||||||
|
|
||||||
|
|
||||||
%package -n python-ldb-devel
|
%package -n python-ldb-devel
|
||||||
Summary: Development files for the Python bindings for the LDB library
|
Summary: Development files for the Python bindings for the LDB library
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: python-ldb = %{version}
|
|
||||||
%if 0%{?suse_version} > 1020
|
|
||||||
Requires: pkg-config
|
Requires: pkg-config
|
||||||
%else
|
Requires: python-ldb = %{version}
|
||||||
Requires: pkgconfig
|
|
||||||
%endif
|
|
||||||
Provides: pyldb-devel = %{version}
|
Provides: pyldb-devel = %{version}
|
||||||
Obsoletes: pyldb-devel < %{version}
|
Obsoletes: pyldb-devel < %{version}
|
||||||
Conflicts: python3-ldb-devel
|
Conflicts: python3-ldb-devel
|
||||||
@ -137,13 +122,10 @@ Conflicts: python3-ldb-devel
|
|||||||
This package contains the development files for the Python bindings for the
|
This package contains the development files for the Python bindings for the
|
||||||
LDB library.
|
LDB library.
|
||||||
|
|
||||||
|
|
||||||
%if %{with_python3}
|
|
||||||
%package -n python3-ldb
|
%package -n python3-ldb
|
||||||
Summary: Python3 bindings for the LDB library
|
Summary: Python3 bindings for the LDB library
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: libldb1 = %{version}
|
Requires: libldb1 = %{version}
|
||||||
PreReq: /sbin/ldconfig
|
|
||||||
|
|
||||||
%description -n python3-ldb
|
%description -n python3-ldb
|
||||||
This package contains the python3 bindings for the LDB library.
|
This package contains the python3 bindings for the LDB library.
|
||||||
@ -151,34 +133,23 @@ This package contains the python3 bindings for the LDB library.
|
|||||||
%package -n python3-ldb-devel
|
%package -n python3-ldb-devel
|
||||||
Summary: Development files for the Python3 bindings for the LDB library
|
Summary: Development files for the Python3 bindings for the LDB library
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: python3-ldb = %{version}
|
|
||||||
%if 0%{?suse_version} > 1020
|
|
||||||
Requires: pkg-config
|
Requires: pkg-config
|
||||||
%else
|
Requires: python3-ldb = %{version}
|
||||||
Requires: pkgconfig
|
|
||||||
%endif
|
|
||||||
Conflicts: python-ldb-devel
|
Conflicts: python-ldb-devel
|
||||||
|
|
||||||
%description -n python3-ldb-devel
|
%description -n python3-ldb-devel
|
||||||
This package contains the development files for the Python bindings for the
|
This package contains the development files for the Python bindings for the
|
||||||
LDB library.
|
LDB library.
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n ldb-%{version} -q
|
%setup -n ldb-%{version} -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 911
|
|
||||||
OPTIMIZATION="-O"
|
|
||||||
%else
|
|
||||||
# use the default optimization
|
|
||||||
unset OPTIMIZATION
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
%endif
|
%endif
|
||||||
|
export CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
|
||||||
%define bundled_libs cmocka
|
%define bundled_libs cmocka
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
%ifnarch ppc
|
%ifnarch ppc
|
||||||
@ -186,7 +157,7 @@ LDB library.
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
|
export CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
|
||||||
CONFIGURE_OPTIONS="\
|
CONFIGURE_OPTIONS="\
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
@ -201,7 +172,7 @@ CONFIGURE_OPTIONS="\
|
|||||||
%endif
|
%endif
|
||||||
"
|
"
|
||||||
./configure ${CONFIGURE_OPTIONS}
|
./configure ${CONFIGURE_OPTIONS}
|
||||||
%{__make} %{build_make_smp_mflags} \
|
make %{?_smp_mflags} \
|
||||||
all
|
all
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
# remove man page with bogus full build dir in path
|
# remove man page with bogus full build dir in path
|
||||||
@ -211,14 +182,14 @@ rm -f apidocs/man/man3/_*_ldb-%{version}_include_.3
|
|||||||
%ifnarch ppc64 s390x
|
%ifnarch ppc64 s390x
|
||||||
LD_LIBRARY_PATH="bin/shared:bin/shared/private" \
|
LD_LIBRARY_PATH="bin/shared:bin/shared/private" \
|
||||||
LDB_MODULES_PATH="bin/modules" \
|
LDB_MODULES_PATH="bin/modules" \
|
||||||
%{__make} test
|
make test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
DESTDIR=${RPM_BUILD_ROOT} make install
|
%make_install
|
||||||
|
|
||||||
# Install API documentation
|
# Install API documentation
|
||||||
cp -a apidocs/man/* $RPM_BUILD_ROOT/%{_mandir}
|
cp -a apidocs/man/* %{buildroot}/%{_mandir}
|
||||||
|
|
||||||
%post -n libldb1 -p /sbin/ldconfig
|
%post -n libldb1 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -228,11 +199,9 @@ cp -a apidocs/man/* $RPM_BUILD_ROOT/%{_mandir}
|
|||||||
|
|
||||||
%postun -n python-ldb -p /sbin/ldconfig
|
%postun -n python-ldb -p /sbin/ldconfig
|
||||||
|
|
||||||
%if %{with_python3}
|
|
||||||
%post -n python3-ldb -p /sbin/ldconfig
|
%post -n python3-ldb -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n python3-ldb -p /sbin/ldconfig
|
%postun -n python3-ldb -p /sbin/ldconfig
|
||||||
%endif
|
|
||||||
|
|
||||||
%files -n libldb1
|
%files -n libldb1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user