[cpptest] Patch for aarch64

Dan Mashal vicodan at fedoraproject.org
Wed May 1 08:42:50 UTC 2013


commit 0a0c6912cdc14f2b5c61ee43d5986434c324bc83
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Wed May 1 01:42:25 2013 -0700

    Patch for aarch64

 cpptest.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/cpptest.spec b/cpptest.spec
index 2fecead..70a569b 100644
--- a/cpptest.spec
+++ b/cpptest.spec
@@ -1,6 +1,6 @@
 Name:           cpptest
 Version:        1.1.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A portable and powerful and simple unit testing framework for C++
 
 Group:          System Environment/Libraries
@@ -11,6 +11,9 @@ Patch0:         cpptest-1.1.0-libcpptest_pc_in.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  doxygen
 
+#Fix RHBZ 925192
+Patch1: cpptest-aarch64.patch
+
 %description
 CppTest is a portable and powerful, yet simple, unit testing framework
 for handling automated tests in C++. The focus lies on usability and
@@ -29,10 +32,10 @@ developing applications that use %{name}.
 %prep
 %setup -q
 %patch0 -p1 -b .libcpptest_pc_in
-
+%patch1 -p1
 %build
 %configure --disable-static --enable-doc
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 
 %install
@@ -69,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 01 2013 Dan Mashal <dan.mashal at fedoraproject.org> -1.1.1-7
+-Add patch for aarch64 
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list