Author: qboosh Date: Fri Sep 2 22:20:34 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.3.7, removed obsolete ac25x patch - glue overlay have been merged into slapd core - added -overlay-valsort
---- Files affected: SPECS: openldap.spec (1.208 -> 1.209) ---- Diffs: ================================================================ Index: SPECS/openldap.spec diff -u SPECS/openldap.spec:1.208 SPECS/openldap.spec:1.209 --- SPECS/openldap.spec:1.208 Sun Aug 28 15:08:38 2005 +++ SPECS/openldap.spec Sat Sep 3 00:20:29 2005 @@ -4,6 +4,7 @@ # - package contribs? # - complete & validate descriptions # - preun/post for overlays +# - update ldap.conf for current pam_ldap and co. # # Conditional build: # ldbm_type - set to needed value (btree<default> or hash) @@ -19,12 +20,12 @@ Summary(ru): ďÂŇÁÚĂŮ ËĚÉĹÎÔĎ× LDAP Summary(uk): úŇÁÚËÉ ËĚŚ¤ÎÔŚ× LDAP Name: openldap -Version: 2.3.6 +Version: 2.3.7 Release: 1 License: OpenLDAP Public License Group: Networking/Daemons Source0: ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/%{name}-%{version}.tgz -# Source0-md5: 672ec287ce61a7dba56762e95252fd28 +# Source0-md5: 36672e0cb632f8e7ff86d29e583ecabc Source1: ldap.init Source2: %{name}.sysconfig Source3: ldap.conf @@ -34,12 +35,11 @@ Patch3: %{name}-fast.patch Patch4: %{name}-cldap.patch Patch5: %{name}-ldapi_FHS.patch -Patch6: %{name}-ac25x.patch -Patch7: %{name}-install.patch -Patch8: %{name}-backend_libs.patch -Patch9: %{name}-perl.patch -Patch10: %{name}-pic.patch -Patch11: %{name}-ltinstall-mode.patch +Patch6: %{name}-install.patch +Patch7: %{name}-backend_libs.patch +Patch8: %{name}-perl.patch +Patch9: %{name}-pic.patch +Patch10: %{name}-ltinstall-mode.patch #Patch12: %{name}-sendbuf.patch URL: http://www.openldap.org/ BuildRequires: autoconf @@ -410,21 +410,6 @@ Nakładka dynlist pozwala na rozwijanie dynamicznych grup i inne operacje. -%package overlay-glue -Summary: Backend Glue overlay for OpenLDAP server -Summary(pl): Nakładka sklejająca dla serwera OpenLDAP -Group: Networking/Daemons -Requires(post,preun): /bin/ed -Requires: %{name}-servers = %{version}-%{release} - -%description overlay-glue -The Backend Glue overlay can be used to glue multiple databases into a -single namingContext. - -%description overlay-glue -l pl -Nakładka sklejająca służy do łączenia wielu baz w pojedynczy pień -nazw. - %package overlay-lastmod Summary: Last Modification overlay for OpenLDAP server Summary(pl): Nakładka Last Modification dla serwera OpenLDAP @@ -589,6 +574,21 @@ Nakładka sprawdzająca unikatowość służy do wymuszania unikatowości atrybutów w poddrzewie LDAP. +%package overlay-valsort +Summary: Valsort overlay for OpenLDAP server +Summary(pl): Nakładka valsort dla serwera OpenLDAP +Group: Networking/Daemons +Requires(post,preun): /bin/ed +Requires: %{name}-servers = %{version}-%{release} + +%description overlay-valsort +This overlay sorts the values of multi-valued attributes when +returning them in a search response. + +%description overlay-valsort -l pl +Ta nakładka sortuje wartości wielowartościowych atrybutów przy +zwracaniu ich jako odpowiedź przy wyszukiwaniu. + %package servers Summary: LDAP servers Summary(pl): Serwery LDAP @@ -610,6 +610,7 @@ Requires: %{name} = %{version}-%{release} Provides: group(slapd) Provides: user(slapd) +Obsoletes: openldap-overlay-glue %description servers The openldap2-server package has the slapd daemon which is responsible @@ -667,7 +668,6 @@ %patch8 -p1 %patch9 -p1 %patch10 -p1 -%patch11 -p1 %build %{__libtoolize} @@ -727,7 +727,6 @@ %{__make} depend %{__make} -%{__make} -C servers/slapd/overlays glue.la %{__make} -C servers/slapd/overlays syncprov.la rm -f doc/rfc/rfc* @@ -743,7 +742,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/openldap/*.a -install servers/slapd/overlays/.libs/{glue,syncprov}{.la,*.so*} $RPM_BUILD_ROOT%{_libdir}/openldap +install servers/slapd/overlays/.libs/syncprov{.la,*.so*} $RPM_BUILD_ROOT%{_libdir}/openldap install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ldap install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/ldap @@ -1170,12 +1169,6 @@ %{_libdir}/openldap/dynlist.la %{_mandir}/man5/slapo-dynlist.5* -%files overlay-glue -%defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/openldap/glue*.so* -%{_libdir}/openldap/glue.la -%{_mandir}/man5/slapo-glue.5* - %files overlay-lastmod %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/openldap/lastmod*.so* @@ -1230,6 +1223,11 @@ %{_libdir}/openldap/unique.la %{_mandir}/man5/slapo-unique.5* +%files overlay-valsort +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/openldap/valsort*.so* +%{_libdir}/openldap/valsort.la + %files servers %defattr(644,root,root,755) %dir %{_sysconfdir}/openldap/schema @@ -1257,6 +1255,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.209 2005/09/02 22:20:29 qboosh +- updated to 2.3.7, removed obsolete ac25x patch +- glue overlay have been merged into slapd core +- added -overlay-valsort + Revision 1.208 2005/08/28 13:08:38 wiget - updated to 2.3.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/openldap.spec?r1=1.208&r2=1.209&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
