diff --git a/dogtail.spec b/dogtail.spec index 64b91e7..0396952 100644 --- a/dogtail.spec +++ b/dogtail.spec @@ -1,7 +1,7 @@ Summary: GUI test tool and automation framework Name: dogtail Version: 0.5.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: User Interface/X URL: http://people.redhat.com/zcerza/dogtail/ @@ -14,6 +14,8 @@ Requires: pyspi >= 0.5.5 Requires: pygtk2 Requires: rpm-python Requires: xorg-x11-server-Xvfb +patch0: headless-gconf.patch +patch1: desktop-file-categories.patch %description GUI test tool and automation framework that uses assistive technologies to @@ -22,6 +24,8 @@ communicate with desktop applications. %prep %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %setup -q +%patch0 -p0 +%patch1 -p0 %build python ./setup.py build @@ -60,6 +64,11 @@ rm -rf $RPM_BUILD_ROOT %doc examples/ %changelog +* Fri Aug 11 2006 Zack Cerza - 0.5.2-2 +- Added headless-gconf.patch to use the python gconf bindings. +- Added desktop-file-categories.patch to put sniff and dogtail-recorder under + the 'Programming' menu. + * Tue Aug 01 2006 Zack Cerza - 0.5.2-1 - New upstream release. - Update Requires from Xvfb to xorg-x11-server-Xvfb.