packages: python-pyatspi/python-pyatspi.spec (NEW) - new

megabajt megabajt at pld-linux.org
Sun Apr 10 23:20:34 CEST 2011


Author: megabajt                     Date: Sun Apr 10 21:20:34 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/python-pyatspi:
   python-pyatspi.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/python-pyatspi/python-pyatspi.spec
diff -u /dev/null packages/python-pyatspi/python-pyatspi.spec:1.1
--- /dev/null	Sun Apr 10 23:20:34 2011
+++ packages/python-pyatspi/python-pyatspi.spec	Sun Apr 10 23:20:29 2011
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+%define 	module	pyatspi
+Summary:	AT-SPI Python bindings
+Summary(pl.UTF-8):	Wiązania AT-SPI dla Pythona
+Name:		python-%{module}
+Version:	2.0.0
+Release:	1
+License:	LGPL v2
+Group:		Development/Languages/Python
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/pyatspi/2.0/%{module}-%{version}.tar.bz2
+# Source0-md5:	fd502e877bced249c5220fd58414385c
+URL:		http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
+BuildRequires:	pkgconfig
+BuildRequires:	python-devel >= 1:2.4
+BuildRequires:	python-distribute
+BuildRequires:	rpm-pythonprov
+Requires:	at-spi2-core >= 2.0.0
+Requires:	python-dbus
+Requires:	python-modules
+Requires:	python-pygobject >= 2.28.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides AT-SPI Python bindings.
+
+%description -l pl.UTF-8
+Ten pakiet dostarcza wiązania AT-SPI dla Pythona.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README
+%{py_sitescriptdir}/pyatspi
+
+%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  2011/04/10 21:20:29  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list