|
@@ -1,20 +1,29 @@
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
|
|
|
-%define migtools_version 46
|
|
+%define migtools_version 47
|
|
%define ldbm_backend berkeley
|
|
%define ldbm_backend berkeley
|
|
%define evolution_connector_prefix %{_libdir}/evolution-openldap
|
|
%define evolution_connector_prefix %{_libdir}/evolution-openldap
|
|
%define evolution_connector_includedir %{evolution_connector_prefix}/include
|
|
%define evolution_connector_includedir %{evolution_connector_prefix}/include
|
|
%define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib}
|
|
%define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib}
|
|
%define __perl_requires %{SOURCE11}
|
|
%define __perl_requires %{SOURCE11}
|
|
|
|
|
|
|
|
+%define stable 1
|
|
|
|
+%if %{stable}
|
|
|
|
+%define date 20100719
|
|
|
|
+%endif
|
|
|
|
+
|
|
Summary: The configuration files, libraries and documentation for OpenLDAP.
|
|
Summary: The configuration files, libraries and documentation for OpenLDAP.
|
|
Summary(ja): OpenLDAP の設定ファイル,ライブラリ,ドキュメント.
|
|
Summary(ja): OpenLDAP の設定ファイル,ライブラリ,ドキュメント.
|
|
Name: openldap
|
|
Name: openldap
|
|
-Version: 2.4.21
|
|
+Version: 2.4.23
|
|
-Release: 5%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: OpenLDAP
|
|
License: OpenLDAP
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
|
|
+%if %{stable}
|
|
|
|
+Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-stable/openldap-stable-%{date}.tgz
|
|
|
|
+%else
|
|
Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
|
|
Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
|
|
|
|
+%endif
|
|
Source1: http://www.padl.com/download/MigrationTools-%{migtools_version}.tar.gz
|
|
Source1: http://www.padl.com/download/MigrationTools-%{migtools_version}.tar.gz
|
|
Source2: ldap.init
|
|
Source2: ldap.init
|
|
Source3: migration-tools.txt
|
|
Source3: migration-tools.txt
|
|
@@ -678,6 +687,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Apr 6 2011 IWAI, Masaharu <iwai@alib.jp> 2.4.23-1
|
|
|
|
+- new upstream release
|
|
|
|
+- update MigrationTools 47
|
|
|
|
+
|
|
* Wed Jan 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.4.21-5
|
|
* Wed Jan 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.4.21-5
|
|
- change %%define __perl_requires instead of __find_requires
|
|
- change %%define __perl_requires instead of __find_requires
|
|
|
|
|