0.4
This commit is contained in:
parent
ba7d756d8b
commit
52ed479afa
@ -1 +1 @@
|
|||||||
dconf-0.3.2-20100608.tar.gz
|
dconf-0.4.tar.bz2
|
||||||
|
20
dconf.spec
20
dconf.spec
@ -1,23 +1,18 @@
|
|||||||
%define glib2_version 2.25.7
|
%define glib2_version 2.25.8
|
||||||
%define alphatag 20100608
|
|
||||||
|
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.3.2
|
Version: 0.4
|
||||||
Release: 0.1.%{?alphatag}%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A configuration system
|
Summary: A configuration system
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://live.gnome.org/dconf
|
URL: http://live.gnome.org/dconf
|
||||||
Source0: http://download.gnome.org/sources/dconf/0.3/dconf-%{version}-%{?alphatag}.tar.gz
|
Source0: http://download.gnome.org/sources/dconf/0.4/dconf-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
|
|
||||||
Patch0: dconf-libs.patch
|
|
||||||
BuildRequires: automake autoconf libtool
|
|
||||||
BuildRequires: gobject-introspection-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
dconf is a low-level configuration system. Its main purpose is to provide a
|
dconf is a low-level configuration system. Its main purpose is to provide a
|
||||||
backend to the GSettings API in GLib.
|
backend to the GSettings API in GLib.
|
||||||
@ -34,10 +29,6 @@ development using dconf.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-%{?alphatag}
|
%setup -q -n %{name}-%{version}-%{?alphatag}
|
||||||
%patch0 -p1 -b .libs
|
|
||||||
|
|
||||||
automake --foreign
|
|
||||||
autoconf
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -76,6 +67,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
|||||||
%{_datadir}/gir-1.0/dconf-0.3.gir
|
%{_datadir}/gir-1.0/dconf-0.3.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 12 2010 Matthias Clasen <mclasen@redhat.com> 0.4-1
|
||||||
|
- Update to 0.4
|
||||||
|
|
||||||
* Tue Jun 08 2010 Richard Hughes <rhughes@redhat.com> 0.3.2-0.1.20100608
|
* 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
|
- Update to a git snapshot so that users do not get a segfault in every
|
||||||
application using GSettings.
|
application using GSettings.
|
||||||
|
Loading…
Reference in New Issue
Block a user