rpms/at-spi/devel at-spi.spec,1.70,1.71

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Jun 6 01:49:57 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/at-spi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16939

Modified Files:
	at-spi.spec 
Log Message:
1.19.3



Index: at-spi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at-spi/devel/at-spi.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- at-spi.spec	4 Jun 2007 20:16:44 -0000	1.70
+++ at-spi.spec	6 Jun 2007 01:49:11 -0000	1.71
@@ -1,3 +1,5 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
 %define atk_version 1.13.0
 %define gtk2_version 2.10.0
 %define gail_version 1.9.0
@@ -57,6 +59,16 @@
 Libraries and header files allowing compilation of apps that use at-spi.
 
 
+%package python
+Summary: Python bindings for at-spi
+Group: Development/Libraries
+Requires: %name = %{version}-%{release}
+Requires: python
+
+%description python
+Python bindings allowing to use at-spi in python programs.
+
+
 %prep
 %setup -q
 
@@ -99,9 +111,15 @@
 %{_libdir}/pkgconfig/*
 %{_includedir}/* 
 
+%files python
+%defattr(-,root,root)
+%{python_sitelib}/pyatspi/
+
+
 %changelog
 * Mon Jun  4 2007 Matthias Clasen <mclasen at redhat.com> - 1.19.3-1
 - Update to 1.19.3
+- Add a -python subpackage
 
 * Sun May 20 2007 Matthias Clasen <mclasen at redhat.com> - 1.19.1-1
 - Update to 1.19.1




More information about the fedora-extras-commits mailing list