SPECS: bind.spec - rel 3; openldap schema separated into subpackage
arekm
arekm at pld-linux.org
Wed Feb 28 21:55:41 CET 2007
Author: arekm Date: Wed Feb 28 20:55:41 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 3; openldap schema separated into subpackage
---- Files affected:
SPECS:
bind.spec (1.236 -> 1.237)
---- Diffs:
================================================================
Index: SPECS/bind.spec
diff -u SPECS/bind.spec:1.236 SPECS/bind.spec:1.237
--- SPECS/bind.spec:1.236 Mon Feb 12 22:23:49 2007
+++ SPECS/bind.spec Wed Feb 28 21:55:36 2007
@@ -18,7 +18,7 @@
Summary(zh_CN.UTF-8): Internet 域名服务器
Name: bind
Version: 9.3.4
-Release: 2
+Release: 3
Epoch: 6
License: BSD-like
Group: Networking/Daemons
@@ -306,6 +306,19 @@
Статичні бібліотеки, необхідні для розробки програм з використанням
BIND.
+%package -n openldap-schema-bind
+Summary: BIND schema for openldap
+Summary(pl.UTF-8): Schemat BIND dla openldap
+Group: Development/Libraries
+Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: openldap-servers
+
+%description -n openldap-schema-bind
+BIND schema for openldap.
+
+%description -n openldap-schema-bind -l pl.UTF-8
+Schemat BIND dla openldap.
+
%prep
%setup -q -a1
%patch0 -p1
@@ -431,8 +444,6 @@
%attr(755,root,root) %{_sbindir}/*
-%{?with_ldap:%{_datadir}/openldap/schema/*.schema}
-
%{_mandir}/man8/dns*
%{_mandir}/man8/lwres*
%{_mandir}/man8/named*
@@ -501,12 +512,21 @@
%{_libdir}/*.a
%endif
+%if %{with ldap}
+%files -n openldap-schema-bind
+%defattr(644,root,root,755)
+%{_datadir}/openldap/schema/*.schema
+%endif
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.237 2007/02/28 20:55:36 arekm
+- rel 3; openldap schema separated into subpackage
+
Revision 1.236 2007/02/12 21:23:49 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bind.spec?r1=1.236&r2=1.237&f=u
More information about the pld-cvs-commit
mailing list