rpms/pyatspi/devel pyatspi.spec,1.2,1.3

Matthias Clasen mclasen at fedoraproject.org
Wed Feb 3 19:26:36 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/pyatspi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4668

Modified Files:
	pyatspi.spec 
Log Message:
relocate



Index: pyatspi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyatspi/devel/pyatspi.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- pyatspi.spec	17 Jan 2010 19:21:47 -0000	1.2
+++ pyatspi.spec	3 Feb 2010 19:26:36 -0000	1.3
@@ -4,7 +4,7 @@
 
 Name:           pyatspi
 Version:        0.1.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python bindings for at-spi
 
 Group:          Development/Languages
@@ -38,7 +38,7 @@ This package includes a python client li
 
 
 %build
-%configure
+%configure --enable-relocate
 make
 
 
@@ -53,10 +53,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS README
-%{python_sitelib}/*
+%{python_sitelib}/pyatspi_dbus
 
 
 %changelog
+* Wed Feb  3 2010 Matthias Clasen <mclasen at redhat.com> - 0.1.5-2
+- Relocate
+
 * Sun Jan 16 2010 Matthias Clasen <mclasen at redhat.com> - 0.1.5-1
 - Update to 0.1.5
 



More information about the scm-commits mailing list