[dbus-c++] fix bootstrap script for ppc64le (#1070306)

Jiří Popelka jpopelka at fedoraproject.org
Wed Feb 26 15:28:51 UTC 2014


commit b1f666096efd9f53f22e97e3b0ee8926c79dff75
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Wed Feb 26 16:29:34 2014 +0100

    fix bootstrap script for ppc64le (#1070306)

 dbus-c++.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/dbus-c++.spec b/dbus-c++.spec
index 9706eb2..333682c 100644
--- a/dbus-c++.spec
+++ b/dbus-c++.spec
@@ -1,6 +1,6 @@
 Name:           dbus-c++
 Version:        0.9.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Native C++ bindings for D-Bus
 
 Group:          System Environment/Libraries
@@ -35,6 +35,7 @@ developing applications that use %{name}.
 %prep
 %setup -q -n lib%{name}-%{version}
 %{__sed} -i 's/\r//' AUTHORS
+%{__sed} -i 's/libtoolize --force --copy/libtoolize -if --copy/' bootstrap
 %patch1 -p1 -b .gcc47
 %patch2 -p1 -b .linkfix
 
@@ -66,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Feb 26 2014 Jiri Popelka <jpopelka at redhat.com> - 0.9.0-2
+- fix bootstrap script for ppc64le (#1070306)
+
 * Tue Dec 17 2013 Jiri Popelka <jpopelka at redhat.com> - 0.9.0-1
 - 0.9.0
 


More information about the scm-commits mailing list