diff --git a/atk.spec b/atk.spec index 665d88a..4710948 100644 --- a/atk.spec +++ b/atk.spec @@ -1,14 +1,15 @@ %define glib2_version 2.6.0 %define gobject_introspection_version 0.6.7 +%define alphatag gitb122c67 Summary: Interfaces for accessibility support Name: atk Version: 1.30.0 -Release: 6%{?dist} +Release: 7.%{alphatag}%{?dist} License: LGPLv2+ Group: System Environment/Libraries #VCS: git:git://git.gnome.org/atk -Source: http://download.gnome.org/sources/atk/1.30/atk-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/atk/1.30/atk-%{version}-%{alphatag}.tar.gz Source2: autogen.sh URL: http://developer.gnome.org/projects/gap/ BuildRequires: glib2-devel >= %{glib2_version} @@ -18,10 +19,6 @@ BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version} # Bootstrap requirements BuildRequires: gnome-common gtk-doc -# Cherrypicked from upstream -Patch1: 0001-Fix-build-problem-with-jhbuild.patch -Patch2: 0001-introspection-Associate-.gir-with-pkg-config-file.patch - %description The ATK library provides a set of interfaces for adding accessibility support to applications and graphical user interface toolkits. By @@ -41,11 +38,9 @@ This package includes libraries, header files, and developer documentation needed for development of applications or toolkits which use ATK. %prep -%setup -q +%setup -q -n %{name}-%{version} cp %{SOURCE2} . chmod a+x %{SOURCE2} -%patch1 -p1 -%patch2 -p1 %build # Force a bootstrap since we're patching a .am file @@ -84,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gir-1.0 %changelog +* Tue Sep 21 2010 Matthias Clasen - 1.30.0-7.gitb122c67 +- Update to a git snapshot + * Tue Sep 14 2010 Colin Walters - 1.30.0-6 - introspection: Add patch to export pkg-config file; necessary for dependent packages to build with introspection.