automatic version update by autodist [release 2.4.47-1mamba;Thu May 02 2019]
This commit is contained in:
parent
59782f9cf8
commit
56fbb24657
@ -1,5 +1,5 @@
|
||||
Name: openldap
|
||||
Version: 2.4.44
|
||||
Version: 2.4.47
|
||||
Release: 1mamba
|
||||
Group: System/Servers
|
||||
Summary: An open source implementation of the Lightweight Directory Access Protocol
|
||||
@ -21,7 +21,7 @@ Patch4: openldap-2.4.43-liblmdb-installdirs.patch
|
||||
License: OpenLDAP Public License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libdb51-devel
|
||||
BuildRequires: libdb53-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
@ -112,7 +112,7 @@ This package contains static libraries and header files needed for development.
|
||||
#cp %{SOURCE3} servers/slapd/slapd.conf
|
||||
%patch0 -p1 -b .ntlm
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
#%patch3 -p1
|
||||
#%patch4 -p1
|
||||
|
||||
%build
|
||||
@ -135,7 +135,9 @@ This package contains static libraries and header files needed for development.
|
||||
|
||||
%make CC=%{_host}-gcc
|
||||
|
||||
%make -C libraries/liblmdb SOLIBS="-Wl,-soname,liblmdb.so.0"
|
||||
%make
|
||||
|
||||
#-C libraries/liblmdb SOLIBS="-Wl,-soname,liblmdb.so.0"
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -171,8 +173,8 @@ _EOF
|
||||
|
||||
rm -f %{buildroot}/var/openldap-data/DB_CONFIG.example
|
||||
|
||||
%makeinstall -C libraries/liblmdb prefix=%{_prefix} libdir=%{_libdir}
|
||||
ln -s liblmdb.so.0 %{buildroot}%{_libdir}/liblmdb.so
|
||||
#% makeinstall -C libraries/liblmdb prefix=%{_prefix} libdir=%{_libdir}
|
||||
#ln -s liblmdb.so.0 %{buildroot}%{_libdir}/liblmdb.so
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -293,23 +295,23 @@ exit 0
|
||||
%doc doc/devel/* doc/drafts/draft*.txt doc/rfc/rfc*.txt
|
||||
%doc ANNOUNCEMENT CHANGES README
|
||||
|
||||
%files -n liblmdb-tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/mdb_copy
|
||||
%{_bindir}/mdb_dump
|
||||
%{_bindir}/mdb_load
|
||||
%{_bindir}/mdb_stat
|
||||
#%files -n liblmdb-tools
|
||||
#%defattr(-,root,root)
|
||||
#%{_bindir}/mdb_copy
|
||||
#%{_bindir}/mdb_dump
|
||||
#%{_bindir}/mdb_load
|
||||
#%{_bindir}/mdb_stat
|
||||
|
||||
%files -n liblmdb
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/liblmdb.so.*
|
||||
%doc COPYRIGHT LICENSE
|
||||
#%files -n liblmdb
|
||||
#%defattr(-,root,root)
|
||||
#%{_libdir}/liblmdb.so.*
|
||||
#%doc COPYRIGHT LICENSE
|
||||
|
||||
%files -n liblmdb-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/lmdb.h
|
||||
%{_libdir}/liblmdb.a
|
||||
%{_libdir}/liblmdb.so
|
||||
#%files -n liblmdb-devel
|
||||
#%defattr(-,root,root)
|
||||
#%{_includedir}/lmdb.h
|
||||
#%{_libdir}/liblmdb.a
|
||||
#%{_libdir}/liblmdb.so
|
||||
|
||||
%files clients
|
||||
%defattr(-,root,root)
|
||||
@ -358,6 +360,9 @@ exit 0
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Thu May 02 2019 Automatic Build System <autodist@mambasoft.it> 2.4.47-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 18 2016 Automatic Build System <autodist@mambasoft.it> 2.4.44-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user