- Changes to support snapshot builds
This commit is contained in:
parent
be12cc1420
commit
f972a00684
14
dconf.spec
14
dconf.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Name: dconf
|
||||
Version: 0.4.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A configuration system
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -19,6 +19,10 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: vala-devel
|
||||
BuildRequires: libgee-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
# Bootstrap requirements
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: vala
|
||||
|
||||
%description
|
||||
dconf is a low-level configuration system. Its main purpose is to provide a
|
||||
@ -47,7 +51,10 @@ docnf-editor allows you to browse and modify dconf databases.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||
%configure $CONFIGFLAGS \
|
||||
--disable-static \
|
||||
)
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -88,6 +95,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
||||
%{_bindir}/dconf-editor
|
||||
|
||||
%changelog
|
||||
* Wed Jun 30 2010 Colin Walters <walters@verbum.org> - 0.4.1-2
|
||||
- Changes to support snapshot builds
|
||||
|
||||
* Sat Jun 26 2010 Matthias Clasen <mclasen@redhat.com> 0.4.1-1
|
||||
- Update to 0.4.1
|
||||
- Include dconf-editor (in a subpackage)
|
||||
|
Loading…
Reference in New Issue
Block a user