- Update to a git snapshot so that users do not get a segfault in every
application using GSettings.
This commit is contained in:
parent
cf4a946e4b
commit
ba7d756d8b
@ -1 +1 @@
|
||||
dconf-0.3.1.tar.bz2
|
||||
dconf-0.3.2-20100608.tar.gz
|
||||
|
17
dconf.spec
17
dconf.spec
@ -1,20 +1,22 @@
|
||||
%define glib2_version 2.25.7
|
||||
%define alphatag 20100608
|
||||
|
||||
Name: dconf
|
||||
Version: 0.3.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.3.2
|
||||
Release: 0.1.%{?alphatag}%{?dist}
|
||||
Summary: A configuration system
|
||||
|
||||
Group: System Environment/Base
|
||||
License: LGPLv2+
|
||||
URL: http://live.gnome.org/dconf
|
||||
Source0: http://download.gnome.org/sources/dconf/0.3/dconf-%{version}.tar.bz2
|
||||
Source0: http://download.gnome.org/sources/dconf/0.3/dconf-%{version}-%{?alphatag}.tar.gz
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
Requires: dbus
|
||||
|
||||
Patch0: dconf-libs.patch
|
||||
BuildRequires: automake autoconf libtool
|
||||
BuildRequires: gobject-introspection-devel
|
||||
|
||||
%description
|
||||
dconf is a low-level configuration system. Its main purpose is to provide a
|
||||
@ -31,7 +33,7 @@ dconf development package. Contains files needed for doing software
|
||||
development using dconf.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{version}-%{?alphatag}
|
||||
%patch0 -p1 -b .libs
|
||||
|
||||
automake --foreign
|
||||
@ -70,9 +72,14 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
||||
%{_includedir}/dconf
|
||||
%{_libdir}/libdconf.so
|
||||
%{_libdir}/pkgconfig/dconf.pc
|
||||
|
||||
%{_libdir}/girepository-1.0/dconf-0.3.typelib
|
||||
%{_datadir}/gir-1.0/dconf-0.3.gir
|
||||
|
||||
%changelog
|
||||
* Tue Jun 08 2010 Richard Hughes <rhughes@redhat.com> 0.3.2-0.1.20100608
|
||||
- Update to a git snapshot so that users do not get a segfault in every
|
||||
application using GSettings.
|
||||
|
||||
* Wed Jun 02 2010 Bastien Nocera <bnocera@redhat.com> 0.3.1-2
|
||||
- Rebuild against latest glib2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user