SPECS: GConf2.spec - separated evoldap backend (as -backend-evolda...

qboosh qboosh at pld-linux.org
Sun Apr 2 14:11:59 CEST 2006


Author: qboosh                       Date: Sun Apr  2 12:11:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separated evoldap backend (as -backend-evoldap)
- dropped old ppc/gtk-doc hack and removal of non-existing acinclude.m4

---- Files affected:
SPECS:
   GConf2.spec (1.104 -> 1.105) 

---- Diffs:

================================================================
Index: SPECS/GConf2.spec
diff -u SPECS/GConf2.spec:1.104 SPECS/GConf2.spec:1.105
--- SPECS/GConf2.spec:1.104	Sun Apr  2 11:35:03 2006
+++ SPECS/GConf2.spec	Sun Apr  2 14:11:54 2006
@@ -1,9 +1,5 @@
 # $Revision$, $Date$
 #
-# TODO:
-# - separate evoldap module (requires LDAP libs)?
-# - package evoldap.schema?
-#
 # Conditional build:
 %bcond_without	static_libs	# don't build static libraries
 #
@@ -89,13 +85,35 @@
 %description static -l pt_BR
 Bibliotecas estáticas para desenvolvimento com gconf
 
+%package backend-evoldap
+Summary:	Evolution Data Sources LDAP backend for GConf
+Summary(pl):	Backend LDAP źródeł danych Evolution dla GConfa
+Group:		Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description backend-evoldap
+This is a special-purpose backend for GConf which enables default mail
+accounts, addressbooks and calendars for Evolution to be configured
+using each user's LDAP entry. By setting each user's mail address,
+incoming/outgoing mail server addresses and addressbook/calendar
+addresses in the user's LDAP entry, Evolution will be automatically
+configured to use these addresses.
+
+%description backend-evoldap -l pl
+To jest backend GConfa specjalnego przeznaczenia, pozwalający na
+konfigurowanie domyślnych kont pocztowych, książek adresowych i
+kalendarzy dla Evolution przy użyciu wpisu LDAP dla każdego
+użytkownika. Poprzez ustawienie każdemu użytkownikowi adres pocztowy,
+adresy serwerów poczty przychodzącej/wychodzącej oraz adresy książki
+adresowej i kalendarza w jego wpisie LDAP, Evolution zostanie
+automatycznie skonfigurowane do używania tych adresów.
+
 %prep
 %setup -q -n GConf-%{version}
 %patch0 -p1
 %patch1 -p1
 
 %build
-rm -f acinclude.m4
 %{__glib_gettextize}
 %{__libtoolize}
 %{__aclocal}
@@ -103,13 +121,9 @@
 %{__autoconf}
 %{__automake}
 %configure \
-	--with-html-dir=%{_gtkdocdir} \
 	%{!?with_static_libs:--disable-static} \
-%ifarch ppc
-	--disable-gtk-doc
-%else
-	--enable-gtk-doc
-%endif
+	--enable-gtk-doc \
+	--with-html-dir=%{_gtkdocdir}
 
 %{__make}
 
@@ -143,9 +157,16 @@
 %attr(755,root,root) %{_libdir}/gconfd-2
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %dir %{_libdir}/GConf2
-%attr(755,root,root) %{_libdir}/GConf2/lib*.so
-%{_sysconfdir}/gconf
+%attr(755,root,root) %{_libdir}/GConf2/libgconfbackend-oldxml.so
+%attr(755,root,root) %{_libdir}/GConf2/libgconfbackend-xml.so
+%dir %{_sysconfdir}/gconf
+%dir %{_sysconfdir}/gconf/2
+%{_sysconfdir}/gconf/gconf.xml.*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gconf/path
+%dir %{_sysconfdir}/gconf/schemas
 %attr(755,root,root) %{_sysconfdir}/X11/xinit/xinitrc.d/*
+%dir %{_datadir}/GConf
+%dir %{_datadir}/GConf/schema
 %{_datadir}/sgml/gconf
 %{_mandir}/man1/*
 
@@ -165,12 +186,23 @@
 %{_libdir}/lib*.a
 %endif
 
+%files backend-evoldap
+%defattr(644,root,root,755)
+%doc backends/README.evoldap
+%attr(755,root,root) %{_libdir}/GConf2/libgconfbackend-evoldap.so
+%{_datadir}/GConf/schema/evoldap.schema
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gconf/2/evoldap.conf
+
 %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.105  2006/04/02 12:11:54  qboosh
+- separated evoldap backend (as -backend-evoldap)
+- dropped old ppc/gtk-doc hack and removal of non-existing acinclude.m4
+
 Revision 1.104  2006/04/02 09:35:03  qboosh
 - BR: openldap-devel (for evoldap module)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/GConf2.spec?r1=1.104&r2=1.105&f=u



More information about the pld-cvs-commit mailing list