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