SPECS: python-pyspi.spec (NEW) - initial pld release

arekm arekm at pld-linux.org
Fri Apr 28 22:55:28 CEST 2006


Author: arekm                        Date: Fri Apr 28 20:55:28 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial pld release

---- Files affected:
SPECS:
   python-pyspi.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-pyspi.spec
diff -u /dev/null SPECS/python-pyspi.spec:1.1
--- /dev/null	Fri Apr 28 22:55:28 2006
+++ SPECS/python-pyspi.spec	Fri Apr 28 22:55:23 2006
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+%define		module	pyspi
+Summary:	Python bindings for AT-SPI
+Name:		python-%{module}
+Version:	0.5.4
+Release:	1
+License:	LGPL
+Group:		Libraries/Python
+Source0:	http://people.redhat.com/zcerza/dogtail/releases/%{module}-%{version}.tar.gz
+# Source0-md5:	a9db16d5830e621fc966f93d303fb83e
+BuildRequires:	at-spi-devel
+BuildRequires:	python >= 2.2.1
+BuildRequires:	python-Pyrex
+%pyrequires_eq	python-modules
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AT-SPI allows assistive technologies to access GTK-based applications.
+It exposes the internals of applications for automation, so tools such
+as screen readers and scripting interfaces can query and interact with
+GUI controls.
+
+pyspi allows the Python language to be used to script AT-SPI-aware
+applications (currently mostly GTK+ based.)
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+	--optimize=2 \
+	--root=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog NEWS
+%attr(755,root,root) %{py_sitedir}/*.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/04/28 20:55:23  arekm
+- initial pld release
+
+
================================================================


More information about the pld-cvs-commit mailing list