0.7.1
This commit is contained in:
parent
568e5873ad
commit
46e427cbba
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ dconf-0.4.2.tar.bz2
|
|||||||
dconf-0.5.tar.bz2
|
dconf-0.5.tar.bz2
|
||||||
/dconf-0.5.1.tar.bz2
|
/dconf-0.5.1.tar.bz2
|
||||||
/dconf-0.7.tar.bz2
|
/dconf-0.7.tar.bz2
|
||||||
|
/dconf-0.7.1.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define glib2_version 2.25.12
|
%define glib2_version 2.25.12
|
||||||
|
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.7
|
Version: 0.7.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A configuration system
|
Summary: A configuration system
|
||||||
|
|
||||||
@ -10,7 +10,6 @@ License: LGPLv2+
|
|||||||
URL: http://live.gnome.org/dconf
|
URL: http://live.gnome.org/dconf
|
||||||
#VCS: git:git://git.gnome.org/dconf
|
#VCS: git:git://git.gnome.org/dconf
|
||||||
Source0: http://download.gnome.org/sources/dconf/0.7/dconf-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/dconf/0.7/dconf-%{version}.tar.bz2
|
||||||
Patch0: dconf-bus-get.patch
|
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
@ -52,7 +51,6 @@ docnf-editor allows you to browse and modify dconf databases.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .bus-get
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
(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
|
%{_datadir}/dconf-editor/dconf-editor.ui
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 17 2011 Matthias Clasen <mclasen@redhat.com> - 0.7-1
|
||||||
- Update to 0.7
|
- Update to 0.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user