rpms/at-spi2-core/devel libs.patch, NONE, 1.1 at-spi2-core.spec, 1.7, 1.8

Matthias Clasen mclasen at fedoraproject.org
Wed Mar 31 03:01:29 UTC 2010


Author: mclasen

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

Modified Files:
	at-spi2-core.spec 
Added Files:
	libs.patch 
Log Message:
fix linking


libs.patch:
 Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE libs.patch ---
diff -up at-spi2-core-0.1.8/registryd/Makefile.am.libs at-spi2-core-0.1.8/registryd/Makefile.am
--- at-spi2-core-0.1.8/registryd/Makefile.am.libs	2010-03-30 22:55:32.756091945 -0400
+++ at-spi2-core-0.1.8/registryd/Makefile.am	2010-03-30 22:56:05.214101095 -0400
@@ -12,7 +12,8 @@ at_spi2_registryd_LDADD = $(DBUS_GLIB_LI
 			  $(X_LIBS)		\
 			  $(SM_LIBS)		\
 			  $(XTST_LIBS)		\
-			  $(XEVIE_LIBS)
+			  $(XEVIE_LIBS)		\
+			  -ldl
 
 at_spi2_registryd_SOURCES =	\
 	de-marshaller.h         \


Index: at-spi2-core.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at-spi2-core/devel/at-spi2-core.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- at-spi2-core.spec	31 Mar 2010 02:45:37 -0000	1.7
+++ at-spi2-core.spec	31 Mar 2010 03:01:29 -0000	1.8
@@ -7,6 +7,7 @@ Group:          System Environment/Libra
 License:        LGPLv2+
 URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
 Source0:        http://download.gnome.org/sources/at-spi2-core/0.1/%{name}-%{version}.tar.bz2
+Patch0:         libs.patch
 
 BuildRequires:  dbus-devel
 BuildRequires:  dbus-glib-devel
@@ -15,6 +16,7 @@ BuildRequires:  gtk2-devel
 BuildRequires:  libXtst-devel
 BuildRequires:  libXevie-devel
 BuildRequires:  libXext-devel
+BuildRequires:  autoconf automake libtool
 
 Requires:       dbus
 
@@ -31,6 +33,9 @@ ORBIT / CORBA for its transport protocol
 
 %prep
 %setup -q
+%patch0 -p1 -b .libs
+
+autoreconf -i -if
 
 %build
 %configure --with-dbus-daemon=/bin



More information about the scm-commits mailing list