[libbonobo] Autotools patch.

Jon Ciesla limb at fedoraproject.org
Thu Feb 7 20:09:53 UTC 2013


commit a8712b543f28743a25d1a681618dc53fa5f34c52
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Feb 7 14:07:00 2013 -0600

    Autotools patch.

 libbonobo-2.32.1-srcdir-macro.patch |   11 +++++++++++
 libbonobo.spec                      |    3 +++
 2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/libbonobo-2.32.1-srcdir-macro.patch b/libbonobo-2.32.1-srcdir-macro.patch
new file mode 100644
index 0000000..b535196
--- /dev/null
+++ b/libbonobo-2.32.1-srcdir-macro.patch
@@ -0,0 +1,11 @@
+--- tests/Makefile.am~	2010-08-29 06:56:00.000000000 -0500
++++ tests/Makefile.am	2013-02-07 13:47:03.187506469 -0600
+@@ -55,7 +55,7 @@
+ 	MODELS_DIR="$(srcdir)/models"
+ 
+ TESTS = test-moniker$(EXEEXT) test-event-source$(EXEEXT) test-object$(EXEEXT) \
+-	test-stream-mem$(EXEEXT) $(srcdir)/test-properties.sh test-storage-mem$(EXEEXT) \
++	test-stream-mem$(EXEEXT) tests/test-properties.sh test-storage-mem$(EXEEXT) \
+ 	test-main-loop$(EXEEXT)
+ 
+ # TESTS += test-generic-factory.sh
diff --git a/libbonobo.spec b/libbonobo.spec
index 30cf69b..ce4b927 100644
--- a/libbonobo.spec
+++ b/libbonobo.spec
@@ -23,6 +23,7 @@ BuildRequires: dbus-glib-devel
 BuildRequires: gettext
 
 Patch0: libbonobo-multishlib.patch
+Patch1: libbonobo-2.32.1-srcdir-macro.patch
 
 %description
 Bonobo is a component system based on CORBA, used by the GNOME desktop.
@@ -49,6 +50,8 @@ use Bonobo.
 %patch0 -p1 -b .multishlib
 %endif
 
+%patch1 -p0 -b .srcmacro
+
 autoreconf -i -f
 
 %build


More information about the scm-commits mailing list