From 8b15dbbfc5371f53088f8710fd9d881a1de7f2db Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Apr 18 2005 13:52:57 +0000 Subject: - Add evolution mail accounts backend --- diff --git a/GConf2.spec b/GConf2.spec index 8dfa6fb..5fefeb0 100644 --- a/GConf2.spec +++ b/GConf2.spec @@ -5,7 +5,7 @@ Summary: A process-transparent configuration system Name: GConf2 Version: 2.10.0 -Release: 1 +Release: 2 License: LGPL Group: System Environment/Base Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2 @@ -21,6 +21,9 @@ BuildRequires: gtk2-devel BuildRequires: gtk-doc >= 0.9 BuildRequires: pkgconfig >= 0.14 BuildRequires: gettext +BuildRequires: openldap-devel + +Patch0: GConf2-2.10.0-evolution-mail-account-backend.patch %description GConf is a process-transparent configuration database API used to @@ -42,6 +45,8 @@ development using GConf. %prep %setup -q -n GConf-%{version} +%patch0 -p1 -b .evolution-mail-account-backend + %build %configure make @@ -55,6 +60,7 @@ chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/gconf.xml.mandatory rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/libgconfbackend-xml.a rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/libgconfbackend-oldxml.a +rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/libgconfbackend-evoldap.a rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/*.la @@ -69,8 +75,9 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-, root, root) -%doc COPYING ChangeLog NEWS README -%config %{_sysconfdir}/gconf/2/path +%doc COPYING ChangeLog NEWS README backends/README.evoldap +%config(noreplace) %{_sysconfdir}/gconf/2/path +%config(noreplace) %{_sysconfdir}/gconf/2/evoldap.conf %dir %{_sysconfdir}/gconf/2 %dir %{_sysconfdir}/gconf/gconf.xml.defaults %dir %{_sysconfdir}/gconf/gconf.xml.mandatory @@ -79,6 +86,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %{_libdir}/GConf/2/*.so %{_datadir}/sgml +%{_datadir}/GConf %{_mandir}/man1/* %dir %{_libdir}/GConf %dir %{_libdir}/GConf/2 @@ -93,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Mon Apr 18 2005 Mark McLoughlin - 2.10.0-2 +- Add evolution mail accounts backend + * Thu Mar 17 2005 Ray Strode 2.10.0-1 - Update to 2.10.0