rpms/dconf/devel dconf.spec,1.12,1.13

Colin Walters walters at fedoraproject.org
Wed Jun 30 17:14:22 UTC 2010


Author: walters

Update of /cvs/pkgs/rpms/dconf/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21511

Modified Files:
	dconf.spec 
Log Message:
* Wed Jun 30 2010 Colin Walters <walters at verbum.org> - 0.4.1-2
- Changes to support snapshot builds



Index: dconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dconf/devel/dconf.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- dconf.spec	26 Jun 2010 15:28:33 -0000	1.12
+++ dconf.spec	30 Jun 2010 17:14:22 -0000	1.13
@@ -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 mo
 %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
 %{_bindir}/dconf-editor
 
 %changelog
+* Wed Jun 30 2010 Colin Walters <walters at verbum.org> - 0.4.1-2
+- Changes to support snapshot builds
+
 * Sat Jun 26 2010 Matthias Clasen <mclasen at redhat.com> 0.4.1-1
 - Update to 0.4.1
 - Include dconf-editor (in a subpackage)



More information about the scm-commits mailing list