diff --git a/.cvsignore b/.cvsignore index cb6419b..39427c2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dogtail-0.6.1.tar.gz +dogtail-0.6.90.tar.gz diff --git a/dogtail.spec b/dogtail.spec index dca97a0..5c43588 100644 --- a/dogtail.spec +++ b/dogtail.spec @@ -1,17 +1,20 @@ Summary: GUI test tool and automation framework Name: dogtail -Version: 0.6.1 -Release: 1%{?dist} +Version: 0.6.90 +Release: 1.381%{?dist} License: GPL Group: User Interface/X URL: http://people.redhat.com/zcerza/dogtail/ -Source0: http://people.redhat.com/zcerza/dogtail/releases/dogtail-%{version}.tar.gz +#Source0: http://people.redhat.com/zcerza/dogtail/releases/dogtail-%{version}.tar.gz +Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: desktop-file-utils -Requires: pyspi >= 0.6.0 +Obsoletes: pyspi +Requires: at-spi-python Requires: pygtk2 +Requires: pygtk2-libglade Requires: gnome-python2-gconf Requires: rpm-python Requires: xorg-x11-server-Xvfb @@ -23,6 +26,7 @@ GUI test tool and automation framework that uses assistive technologies to communicate with desktop applications. %prep +%{!?python_version: %define python_version %(%{__python} -c "import sys; print '%s.%s' % sys.version_info[0:2]")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %setup -q @@ -33,6 +37,7 @@ python ./setup.py build rm -rf $RPM_BUILD_ROOT python ./setup.py install -O2 --root=$RPM_BUILD_ROOT --record=%{name}.files rm -rf $RPM_BUILD_ROOT/%{_docdir}/dogtail +rm -f $RPM_BUILD_ROOT/%{python_sitelib}/%{name}-%{version}-py%{python_version}.egg-info find examples -type f -exec chmod 0644 \{\} \; desktop-file-install $RPM_BUILD_ROOT/%{_datadir}/applications/sniff.desktop \ --vendor=fedora \ @@ -63,6 +68,12 @@ rm -rf $RPM_BUILD_ROOT %doc examples/ %changelog +* Thu Jan 31 2008 Zack Cerza - 0.6.90-1.381 +- New upstream snapshot. +- Obsolete pyspi; Require at-spi-python. +- Require pygtk2-libglade. +- Don't ship the .egg-info file. + * Wed Jan 3 2007 Zack Cerza - 0.6.1-1 - New upstream release. diff --git a/sources b/sources index 7371600..768ad40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0dbe2e44ab205600dae1b8a8611105e dogtail-0.6.1.tar.gz +31786e73ff0448ab8aad9f61cd53466f dogtail-0.6.90.tar.gz