rpms/at-spi2-core/devel at-spi2-core.spec,1.11,1.12

Matthias Clasen mclasen at fedoraproject.org
Wed Jun 2 14:02:54 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/at-spi2-core/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25188

Modified Files:
	at-spi2-core.spec 
Log Message:
Don't relocate the dbus a11y stack



Index: at-spi2-core.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at-spi2-core/devel/at-spi2-core.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- at-spi2-core.spec	28 May 2010 13:37:28 -0000	1.11
+++ at-spi2-core.spec	2 Jun 2010 14:02:54 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           at-spi2-core
 Version:        0.3.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Protocol definitions and daemon for D-Bus at-spi
 
 Group:          System Environment/Libraries
@@ -39,7 +39,7 @@ ORBIT / CORBA for its transport protocol
 autoreconf -i -if
 
 %build
-%configure --with-dbus-daemon=/bin --enable-relocate
+%configure --with-dbus-daemon=/bin
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
@@ -62,6 +62,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun  1 2010 Matthias Clasen <mclasen at redhat.com> - 0.3.2-2
+- Don't relocate the dbus a11y stack
+
 * Fri May 28 2010 Matthias Clasen <mclasen at redhat.com> - 0.3.2-1
 - Update to 0.3.2
 



More information about the scm-commits mailing list