Browse Source

openldap-2.4.23-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3325 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
39999cb358
1 changed files with 16 additions and 3 deletions
  1. 16 3
      o/openldap/openldap-vl.spec

+ 16 - 3
o/openldap/openldap-vl.spec

@@ -1,20 +1,29 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
-%define migtools_version 46
+%define migtools_version 47
 %define ldbm_backend berkeley
 %define evolution_connector_prefix %{_libdir}/evolution-openldap
 %define evolution_connector_includedir %{evolution_connector_prefix}/include
 %define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib}
 %define __perl_requires %{SOURCE11}
 
+%define stable 1
+%if %{stable}
+%define date 20100719
+%endif
+
 Summary: The configuration files, libraries and documentation for OpenLDAP.
 Summary(ja): OpenLDAP の設定ファイル,ライブラリ,ドキュメント.
 Name: openldap
-Version: 2.4.21
-Release: 5%{?_dist_release}
+Version: 2.4.23
+Release: 1%{?_dist_release}
 License: OpenLDAP
 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
+%endif
 Source1: http://www.padl.com/download/MigrationTools-%{migtools_version}.tar.gz
 Source2: ldap.init
 Source3: migration-tools.txt
@@ -678,6 +687,10 @@ fi
 
 
 %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
 - change %%define __perl_requires instead of __find_requires