0.4.1
This commit is contained in:
parent
7a9dc00103
commit
be12cc1420
@ -1 +1 @@
|
|||||||
dconf-0.4.tar.bz2
|
dconf-0.4.1.tar.bz2
|
||||||
|
33
dconf.spec
33
dconf.spec
@ -1,8 +1,8 @@
|
|||||||
%define glib2_version 2.25.9
|
%define glib2_version 2.25.10
|
||||||
|
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.4
|
Version: 0.4.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A configuration system
|
Summary: A configuration system
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -14,8 +14,10 @@ Source0: http://download.gnome.org/sources/dconf/0.4/dconf-%{version}.tar
|
|||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
|
|
||||||
Patch0: dconf-libs.patch
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: automake autoconf libtool
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: vala-devel
|
||||||
|
BuildRequires: libgee-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -32,12 +34,17 @@ Requires: glib2-devel >= %{glib2_version}
|
|||||||
dconf development package. Contains files needed for doing software
|
dconf development package. Contains files needed for doing software
|
||||||
development using dconf.
|
development using dconf.
|
||||||
|
|
||||||
|
%package editor
|
||||||
|
Summary: Configuration editor for dconf
|
||||||
|
Group: Applications/System
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description editor
|
||||||
|
docnf-editor allows you to browse and modify dconf databases.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .libs
|
|
||||||
|
|
||||||
automake --foreign
|
|
||||||
autoconf
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -76,7 +83,15 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
|||||||
%{_datadir}/gir-1.0/dconf-0.3.gir
|
%{_datadir}/gir-1.0/dconf-0.3.gir
|
||||||
%{_datadir}/gtk-doc/html/dconf
|
%{_datadir}/gtk-doc/html/dconf
|
||||||
|
|
||||||
|
%files editor
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_bindir}/dconf-editor
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 26 2010 Matthias Clasen <mclasen@redhat.com> 0.4.1-1
|
||||||
|
- Update to 0.4.1
|
||||||
|
- Include dconf-editor (in a subpackage)
|
||||||
|
|
||||||
* Wed Jun 23 2010 Matthias Clasen <mclasen@redhat.com> 0.4-2
|
* Wed Jun 23 2010 Matthias Clasen <mclasen@redhat.com> 0.4-2
|
||||||
- Rebuild against glib 2.25.9
|
- Rebuild against glib 2.25.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user