From 80d8f653ac862909ff87d9f3bdcec5e6ac2b5662a0b377d96615484aabd9b532 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 9 Aug 2011 13:48:38 +0000 Subject: [PATCH] - Add missing BuildRoot (for building with older distros) OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=3 --- gtest.changes | 1 + gtest.spec | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtest.changes b/gtest.changes index cd408ef..70b0a46 100644 --- a/gtest.changes +++ b/gtest.changes @@ -2,6 +2,7 @@ Tue Aug 9 15:36:41 CEST 2011 - tiwai@suse.de - Add missing Group to gtest-devel +- Add missing BuildRoot (for building with older distros) ------------------------------------------------------------------- Sat Jul 9 07:29:10 UTC 2011 - ftake@geeko.jp diff --git a/gtest.spec b/gtest.spec index ee721f5..c527be8 100644 --- a/gtest.spec +++ b/gtest.spec @@ -25,9 +25,8 @@ Group: Development/Libraries/C and C++ License: New BSD URL: http://code.google.com/p/googletest/ Source0: gtest-%{version}.zip - BuildRequires: unzip, gcc-c++, python, cmake -#Requires: +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Google\'s framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation.