rpms/atk/devel atk.spec,1.75,1.76

Colin Walters walters at fedoraproject.org
Tue Jun 29 20:12:34 UTC 2010


Author: walters

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

Modified Files:
	atk.spec 
Log Message:
* Tue Jun 29 2010 Colin Walters <walters at verbum.org> - 1.30.0-3
- Support builds from snapshots



Index: atk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atk/devel/atk.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -p -r1.75 -r1.76
--- atk.spec	21 Jun 2010 21:27:42 -0000	1.75
+++ atk.spec	29 Jun 2010 20:12:33 -0000	1.76
@@ -14,7 +14,8 @@ BuildRequires: glib2-devel >= %{glib2_ve
 BuildRequires: gnome-doc-utils
 BuildRequires: gettext
 BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
-BuildRequires: gtk-doc
+# Bootstrap requirements
+BuildRequires: gnome-common gtk-doc
 
 %description
 The ATK library provides a set of interfaces for adding accessibility
@@ -38,7 +39,8 @@ needed for development of applications o
 %setup -q
 
 %build
-%configure --disable-gtk-doc --enable-introspection
+(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
+ %configure $CONFIGFLAGS)
 make %{?_smp_mflags}
 
 %install
@@ -71,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gir-1.0
 
 %changelog
+* Tue Jun 29 2010 Colin Walters <walters at verbum.org> - 1.30.0-3
+- Support builds from snapshots
+
 * Mon Jun 21 2010 Colin Walters <walters at verbum.org> - 1.30.0-2
 - BR gtk-doc in case we run autogen
 - Drop the gir-repository-devel BR, it no longer exists



More information about the scm-commits mailing list