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