]> git.pld-linux.org Git - packages/gmock.git/commitdiff
don't need the macros in preamble
authorElan Ruusamäe <glen@delfi.ee>
Sun, 22 Nov 2015 21:08:21 +0000 (23:08 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 22 Nov 2015 21:08:21 +0000 (23:08 +0200)
gmock.spec

index dde9d8c7b14d8a1b54aef190d4294f2361891d13..5f6c500ed173f599d12a7fddbcbae56492c92afe 100644 (file)
@@ -1,9 +1,3 @@
-%ifarch x32
-%define        build_arch %{_target_platform}
-%else
-%define        build_arch %{_host}
-%endif
-
 Summary:       Google C++ Mocking Framework
 Summary(pl.UTF-8):     Szkielet Google Mock dla C++
 Name:          gmock
@@ -26,6 +20,12 @@ BuildRequires:       sed >= 4.0
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%ifarch x32
+%define        build_arch %{_target_platform}
+%else
+%define        build_arch %{_host}
+%endif
+
 %description
 Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s
 specifics in mind, Google C++ Mocking Framework (or Google Mock for
This page took 0.129345 seconds and 4 git commands to generate.