This commit is contained in:
Matthias Clasen 2011-02-02 02:26:22 -05:00
parent 568e5873ad
commit 46e427cbba
3 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ dconf-0.4.2.tar.bz2
dconf-0.5.tar.bz2
/dconf-0.5.1.tar.bz2
/dconf-0.7.tar.bz2
/dconf-0.7.1.tar.bz2

View File

@ -1,7 +1,7 @@
%define glib2_version 2.25.12
Name: dconf
Version: 0.7
Version: 0.7.1
Release: 1
Summary: A configuration system
@ -10,7 +10,6 @@ License: LGPLv2+
URL: http://live.gnome.org/dconf
#VCS: git:git://git.gnome.org/dconf
Source0: http://download.gnome.org/sources/dconf/0.7/dconf-%{version}.tar.bz2
Patch0: dconf-bus-get.patch
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: dbus-devel
@ -52,7 +51,6 @@ docnf-editor allows you to browse and modify dconf databases.
%prep
%setup -q
%patch0 -p1 -b .bus-get
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
@ -106,6 +104,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%{_datadir}/dconf-editor/dconf-editor.ui
%changelog
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
- Update to 0.7.1
* Mon Jan 17 2011 Matthias Clasen <mclasen@redhat.com> - 0.7-1
- Update to 0.7

View File

@ -1 +1 @@
065252983ba7a339ab18e0ae989381af dconf-0.7.tar.bz2
1db0be54fce4cfa154e2ac6a89bedee7 dconf-0.7.1.tar.bz2