|
|
|
|
%define libxml2_version 2.4.12
|
|
|
|
|
%define orbit2_version 2.8.0
|
|
|
|
|
%define glib2_version 2.10.0
|
|
|
|
|
|
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
|
Name: GConf2
|
|
|
|
|
Version: 2.16.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
URL: http://www.gnome.org
|
|
|
|
|
|
|
|
|
|
BuildRequires: libxml2-devel >= %{libxml2_version}
|
|
|
|
|
BuildRequires: ORBit2-devel >= %{orbit2_version}
|
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
|
BuildRequires: gtk-doc >= 0.9
|
|
|
|
|
BuildRequires: pkgconfig >= 0.14
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
|
BuildRequires: perl-XML-Parser
|
|
|
|
|
BuildRequires: libtool, autoconf, automake
|
|
|
|
|
|
|
|
|
|
Patch0: GConf2-2.16.0-reload.patch
|
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=356573
|
|
|
|
|
Patch1: GConf2-2.14.0-timeout.patch
|
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=360224
|
|
|
|
|
Patch2: GConf2-2.14.0-errors.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GConf is a process-transparent configuration database API used to
|
|
|
|
|
store user preferences. It has pluggable backends and features to
|
|
|
|
|
support workgroup administration.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Headers and libraries for GConf development
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: libxml2-devel >= %{libxml2_version}
|
|
|
|
|
Requires: ORBit2-devel >= %{orbit2_version}
|
|
|
|
|
Requires: glib2-devel >= %{glib2_version}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
GConf development package. Contains files needed for doing
|
|
|
|
|
development using GConf.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n GConf-%{version}
|
|
|
|
|
%patch0 -p1 -b .reload
|
|
|
|
|
%patch1 -p1 -b .timers
|
|
|
|
|
%patch2 -p1 -b .errors
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
rm -f libtool
|
|
|
|
|
libtoolize --force --copy
|
|
|
|
|
autoreconf
|
|
|
|
|
%configure
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/gconf.xml.defaults
|
|
|
|
|
chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/gconf.xml.mandatory
|
|
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/schemas
|
|
|
|
|
|
|
|
|
|
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}/*.a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/*.la
|
|
|
|
|
|
|
|
|
|
%find_lang %name
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%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
|
|
|
|
|
%dir %{_sysconfdir}/gconf/schemas
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%{_libexecdir}/*
|
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
%{_libdir}/GConf/2/*.so
|
|
|
|
|
%{_datadir}/sgml
|
|
|
|
|
%{_datadir}/GConf
|
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
%dir %{_libdir}/GConf
|
|
|
|
|
%dir %{_libdir}/GConf/2
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_includedir}/gconf
|
|
|
|
|
%{_datadir}/aclocal/*.m4
|
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-4
|
|
|
|
|
- Own the /etc/gconf/schemas directory
|
|
|
|
|
- Misc cleanups
|
|
|
|
|
|
|
|
|
|
* Sun Oct 29 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-3
|
|
|
|
|
- run autoreconf, so that configure gets updated before
|
|
|
|
|
it generates libtool (so it doesn't just regenerate
|
|
|
|
|
the original, broken libtool) (again bug 203813)
|
|
|
|
|
|
|
|
|
|
* Tue Oct 24 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-2
|
|
|
|
|
- regenerate packaged libtool from RHEL version of libtool so
|
|
|
|
|
that rpath's don't get added to plugin DSOs (bug 203813).
|
|
|
|
|
|
|
|
|
|
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
|
|
|
|
|
- 2.16.0
|
|
|
|
|
- Update reload patch
|
|
|
|
|
|
|
|
|
|
* Thu Oct 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-5
|
|
|
|
|
- Require a new enough glib2 to fix upgrade issues (#203813)
|
|
|
|
|
|
|
|
|
|
* Fri Oct 6 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-4
|
|
|
|
|
- Fix an issue with error reporting (#202549)
|
|
|
|
|
- Don't ship static libraries
|
|
|
|
|
- Require pkgconfig for the -devel package
|
|
|
|
|
|
|
|
|
|
* Mon Sep 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3
|
|
|
|
|
- Make sure that gconfd dies shortly after the session ends
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.0-2.1
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 6 2006 Adam Jackson <ajackson@redhat.com> 2.14.0-2
|
|
|
|
|
- Rebuild.
|
|
|
|
|
|
|
|
|
|
* Sun Mar 19 2006 Ray Strode <rstrode@redhat.com> 2.14.0-1
|
|
|
|
|
- Update to 2.14.0
|
|
|
|
|
|
|
|
|
|
* Mon Mar 6 2006 Ray Strode <rstrode@redhat.com> 2.13.5-5
|
|
|
|
|
- Only sync the database once when installing multiple
|
|
|
|
|
schema files. Patch by Josselin Mouette <joss@debian.org>.
|
|
|
|
|
(upstream bug 333353)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 15 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-4
|
|
|
|
|
- Send SIGTERM instead of SIGHUP to gconfd
|
|
|
|
|
|
|
|
|
|
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> 2.13.5-3.2.1
|
|
|
|
|
- rebump for build order issues during double-long bump
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 2.13.5-3.2
|
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 2.13.5-3.1
|
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
|
|
|
|
|
* Thu Feb 2 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-3
|
|
|
|
|
- Use the correct patch ;-)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 1 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-2
|
|
|
|
|
- Add patch from Mandriva to reload GConf2 every time a schema is
|
|
|
|
|
added or removed (solves bug 173869)
|
|
|
|
|
|
|
|
|
|
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
|
|
|
|
|
- Update to 2.13.5
|
|
|
|
|
|
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Wed Dec 7 2005 Dan Williams <dcbw@redhat.com> 2.12.1-2
|
|
|
|
|
- Fix segfault in gconf_unescape_key(). GNOME #323479
|
|
|
|
|
|
|
|
|
|
* Thu Nov 3 2005 Alexander Larsson <alexl@redhat.com> - 2.12.1-1
|
|
|
|
|
- Update to 2.12.1
|
|
|
|
|
|
|
|
|
|
* Thu Sep 8 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
|
|
|
|
|
- Update to 2.12.0
|
|
|
|
|
|
|
|
|
|
* Tue Aug 16 2005 Ray Strode <rstrode@redhat.com> 2.11.90-2
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Aug 03 2005 Ray Strode <rstrode@redhat.com> 2.11.90-1
|
|
|
|
|
- Newer upstream version
|
|
|
|
|
|
|
|
|
|
* Fri Jul 15 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
|
|
|
|
|
- Newer upstream version
|
|
|
|
|
- Drop upstreamed patch
|
|
|
|
|
|
|
|
|
|
* Mon May 9 2005 Mark McLoughlin <markmc@redhat.com> 2.10.0-4
|
|
|
|
|
- Update to upstream evoldap.schema which uses GNOME's OID base
|
|
|
|
|
rather than Red Hat's OID.
|
|
|
|
|
|
|
|
|
|
* Wed Apr 27 2005 Mark McLoughlin <markmc@redhat.com> 2.10.0-3
|
|
|
|
|
- Fix undefined symbol in the evoldap backend
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Update to 2.10.0
|
|
|
|
|
|
|
|
|
|
* Mon Feb 7 2005 Mark McLoughlin <markmc@redhat.com> 2.9.91-1
|
|
|
|
|
- Update to 2.9.91
|
|
|
|
|
|
|
|
|
|
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> 2.9.2-1
|
|
|
|
|
- Update to 2.9.2
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2005 Mark McLoughlin <markmc@redhat.com> 2.8.1-2
|
|
|
|
|
- Backport some fixes from upstream CVS
|
|
|
|
|
|
|
|
|
|
* Tue Oct 12 2004 Mark McLoughlin <markmc@redhat.com> 2.8.1-1
|
|
|
|
|
- Update to 2.8.1
|
|
|
|
|
|
|
|
|
|
* Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1
|
|
|
|
|
- Update to 2.8.0.1
|
|
|
|
|
|
|
|
|
|
* Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-1
|
|
|
|
|
- Update to 2.7.92
|
|
|
|
|
|
|
|
|
|
* Thu Aug 19 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91.1-1
|
|
|
|
|
- Update to 2.7.91.1
|
|
|
|
|
|
|
|
|
|
* Wed Aug 18 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91-1
|
|
|
|
|
- Update to 2.7.91
|
|
|
|
|
|
|
|
|
|
* Tue Aug 3 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1
|
|
|
|
|
- Update to 2.7.90
|
|
|
|
|
- Add patch to disable merge files for now
|
|
|
|
|
|
|
|
|
|
* Fri Jul 2 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-7
|
|
|
|
|
- Add patch to fix problem when using merged files. Mainly
|
|
|
|
|
neccessary only to work will with GConf 2.8.
|
|
|
|
|
|
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2004 Colin Walters <walters@redhat.com> - 2.6.0-5
|
|
|
|
|
- Apply patch to move temporary directory creation into daemon,
|
|
|
|
|
needed for SELinux GConf policy
|
|
|
|
|
|
|
|
|
|
* Wed Apr 14 2004 Warren Togami <wtogami@redhat.com> - 2.6.0-4
|
|
|
|
|
- #110724 BR gtk2-devel gettext
|
|
|
|
|
- #106283 add versioned ORBit2 minimum
|
|
|
|
|
- #112863 own /etc/gconf/2/
|
|
|
|
|
- really kill *.la
|
|
|
|
|
|
|
|
|
|
* Mon Apr 5 2004 Mark McLoughlin <markmc@redhat.com> - 2.6.0-3
|
|
|
|
|
- Remove the dont-dump-schema-default patch
|
|
|
|
|
|
|
|
|
|
* Thu Apr 1 2004 Mark McLoughlin <markmc@redhat.com> - 2.6.0-2
|
|
|
|
|
- Backport some fixes from HEAD for lockdown/deployment type stuff
|
|
|
|
|
|
|
|
|
|
* Tue Mar 23 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
|
|
|
|
|
- update to 2.6.0
|
|
|
|
|
|
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Fri Feb 24 2004 Mark McLoughlin <markmc@redhat.com> 2.5.90-1
|
|
|
|
|
- Update to 2.5.90
|
|
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Fri Jan 16 2004 Jonathan Blandford <jrb@redhat.com> 2.5.1-1
|
|
|
|
|
- new version
|
|
|
|
|
|
|
|
|
|
* Tue Sep 9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
|
|
|
|
|
- 2.4.0
|
|
|
|
|
|
|
|
|
|
* Thu Aug 7 2003 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
|
- begin the move to GNOME-2.4
|
|
|
|
|
- locking patch appears to be upstream. Removing.
|
|
|
|
|
|
|
|
|
|
* Tue Aug 5 2003 Elliot Lee <sopwith@redhat.com> 2.2.1-3
|
|
|
|
|
- Fix libtool
|
|
|
|
|
|
|
|
|
|
* Mon Jul 14 2003 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 7 2003 Havoc Pennington <hp@redhat.com> 2.2.1-1
|
|
|
|
|
- upgrade to 2.2.1
|
|
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Tue Apr 8 2003 Matt Wilson <msw@redhat.com> 2.2.0-2
|
|
|
|
|
- use system libtool (#88338)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 4 2003 Havoc Pennington <hp@redhat.com> 2.2.0-1
|
|
|
|
|
- 2.2.0
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 2.1.90
|
|
|
|
|
|
|
|
|
|
* Fri Jan 10 2003 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild as libc seems to have changed or something
|
|
|
|
|
|
|
|
|
|
* Fri Nov 8 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild
|
|
|
|
|
- standardize spec file name
|
|
|
|
|
|
|
|
|
|
* Fri Aug 30 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- add GCONF_LOCAL_LOCKS mode, and syslog encoding patch from tagoh
|
|
|
|
|
|
|
|
|
|
* Wed Aug 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- add dialog to offer to delete gconf locks
|
|
|
|
|
|
|
|
|
|
* Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.2.1
|
|
|
|
|
- include libexecdir stuff
|
|
|
|
|
|
|
|
|
|
* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- move .pc fle to -devel package
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- fix warning on gnome-panel install
|
|
|
|
|
|
|
|
|
|
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.2.0
|
|
|
|
|
- own libdir/GConf/2 directory
|
|
|
|
|
- include gtk-doc docs
|
|
|
|
|
- don't include static lib for backend modules
|
|
|
|
|
|
|
|
|
|
* Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
|
|
* Tue Jun 4 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.1.11
|
|
|
|
|
- remove AUTHORS for rpmlint
|
|
|
|
|
|
|
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
|
|
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
|
|
* Thu May 2 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.1.10
|
|
|
|
|
|
|
|
|
|
* Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
|
|
|
|
|
- 1.1.9
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.1.8
|
|
|
|
|
- remove .la files
|
|
|
|
|
|
|
|
|
|
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- Version 1.1.6
|
|
|
|
|
- Rebuild for dependencies
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 4 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.1.5.93 snap with important bugfix so gconf actually works
|
|
|
|
|
|
|
|
|
|
* Thu Jan 3 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.1.5.92 snap with GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
|
|
|
|
|
|
|
|
* Thu Jan 3 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.1.5.91 snap with gconf.m4 fix for libgnome
|
|
|
|
|
|
|
|
|
|
* Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- since every other build seems to avoid libglib-1.3.so.11,
|
|
|
|
|
rebuild and hope
|
|
|
|
|
|
|
|
|
|
* Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- cvs snap 1.1.5.90
|
|
|
|
|
|
|
|
|
|
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- GConf 1.1.5, glib 1.3.11
|
|
|
|
|
|
|
|
|
|
* Sat Oct 27 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild for glib 1.3.10
|
|
|
|
|
|
|
|
|
|
* Sun Oct 14 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.1.3
|
|
|
|
|
|
|
|
|
|
* Fri Oct 5 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- cvs snap, remove bonobo-activation deps
|
|
|
|
|
|
|
|
|
|
* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- update to new CVS snap, rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- create gconf2 rpm based on gconf1, comment out pofiles
|
|
|
|
|
- include .pc files
|
|
|
|
|
|
|
|
|
|
* Fri Sep 14 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- fix description/summary
|
|
|
|
|
|
|
|
|
|
* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Add po files from sources.redhat.com
|
|
|
|
|
|
|
|
|
|
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Add po files from sources.redhat.com
|
|
|
|
|
|
|
|
|
|
* Wed Aug 15 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- upgrade to 1.0.4 release I just made
|
|
|
|
|
- fixes #51223, syslog spew
|
|
|
|
|
|
|
|
|
|
* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- move gconf-config to devel RPM
|
|
|
|
|
|
|
|
|
|
* Mon Jul 23 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- how many releases of GConf can I make before it works?
|
|
|
|
|
|
|
|
|
|
* Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Upgrade to 1.0.2 (which contains only bugfixes that
|
|
|
|
|
I reviewed and/or wrote myself)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 18 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- create the /etc/gconf/gconf.xml.defaults directory
|
|
|
|
|
|
|
|
|
|
* Fri Jul 6 2001 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
- Install the .la files in the devel package.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 6 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
|
|
|
|
- Use %%{_tmppath}
|
|
|
|
|
- Move the .so files to the devel subpackage
|
|
|
|
|
- langify
|
|
|
|
|
- Move changelog to the end, where it should be :)
|
|
|
|
|
- Don't specify (a bad) doc directory
|
|
|
|
|
- Don't define name, version and release and use it in the rpm headers later
|
|
|
|
|
- Remove "Packager:"
|
|
|
|
|
- s/Copyright/License/
|
|
|
|
|
|
|
|
|
|
* Fri Jun 22 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- add --direct option to gconftool to avoid spawning oafd,
|
|
|
|
|
then commented out gconftool entirely since it checks
|
|
|
|
|
whether gconfd is running and that spawns oafd anyhow.
|
|
|
|
|
oafd simply needs to exit when unused.
|
|
|
|
|
|
|
|
|
|
* Tue May 15 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Fix post, pointed out by Bill
|
|
|
|
|
|
|
|
|
|
* Mon May 14 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Upgrade to 1.0.1
|
|
|
|
|
|
|
|
|
|
* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
|
- Import to Red Hat build system.
|
|
|
|
|
|
|
|
|
|
* Sun Jun 11 2000 Eskil Heyn Olsen <deity@eazel.com>
|
|
|
|
|
|
|
|
|
|
- Created the .spec file
|