added debug package [release 2.4.48-2mamba;Fri Nov 22 2019]
This commit is contained in:
parent
56fbb24657
commit
787b71f8c6
@ -1,6 +1,6 @@
|
|||||||
Name: openldap
|
Name: openldap
|
||||||
Version: 2.4.47
|
Version: 2.4.48
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -22,7 +22,9 @@ License: OpenLDAP Public License
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libdb53-devel
|
BuildRequires: libdb53-devel
|
||||||
|
BuildRequires: libe2fs-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
|
BuildRequires: libkrb5-devel
|
||||||
BuildRequires: libltdl-devel
|
BuildRequires: libltdl-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libsasl2-devel
|
BuildRequires: libsasl2-devel
|
||||||
@ -105,6 +107,8 @@ Requires: liblmdb = %{version}-%{release}
|
|||||||
OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol.
|
OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol.
|
||||||
This package contains static libraries and header files needed for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#-D -T
|
#-D -T
|
||||||
@ -142,6 +146,8 @@ This package contains static libraries and header files needed for development.
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
# Fix missing -x permission
|
||||||
|
chmod +x %{buildroot}%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
install -d %{buildroot}/var/lib/%{name}-data
|
install -d %{buildroot}/var/lib/%{name}-data
|
||||||
install -d %{buildroot}/var/run/openldap/
|
install -d %{buildroot}/var/run/openldap/
|
||||||
@ -274,6 +280,7 @@ exit 0
|
|||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_includedir}/openldap.h
|
||||||
%{_includedir}/lber.h
|
%{_includedir}/lber.h
|
||||||
%{_includedir}/lber_types.h
|
%{_includedir}/lber_types.h
|
||||||
%{_includedir}/ldap.h
|
%{_includedir}/ldap.h
|
||||||
@ -295,24 +302,6 @@ 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
|
|
||||||
#%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-devel
|
|
||||||
#%defattr(-,root,root)
|
|
||||||
#%{_includedir}/lmdb.h
|
|
||||||
#%{_libdir}/liblmdb.a
|
|
||||||
#%{_libdir}/liblmdb.so
|
|
||||||
|
|
||||||
%files clients
|
%files clients
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ldapexop
|
%{_bindir}/ldapexop
|
||||||
@ -360,6 +349,12 @@ exit 0
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.48-2mamba
|
||||||
|
- added debug package
|
||||||
|
|
||||||
|
* Thu Aug 01 2019 Automatic Build System <autodist@mambasoft.it> 2.4.48-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu May 02 2019 Automatic Build System <autodist@mambasoft.it> 2.4.47-1mamba
|
* Thu May 02 2019 Automatic Build System <autodist@mambasoft.it> 2.4.47-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
@ -578,7 +573,7 @@ exit 0
|
|||||||
* Wed Jun 11 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.1.17-6qilnx
|
* Wed Jun 11 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.1.17-6qilnx
|
||||||
- fixed initscript chkconfig configuration
|
- fixed initscript chkconfig configuration
|
||||||
|
|
||||||
* Tue Jun 06 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.1.17-5qilnx
|
* Fri Jun 06 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.1.17-5qilnx
|
||||||
- added schema includes in slapd.conf
|
- added schema includes in slapd.conf
|
||||||
- removed .orig config files
|
- removed .orig config files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user