- Add missing BuildRoot (for building with older distros)

OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=3
This commit is contained in:
Takashi Iwai 2011-08-09 13:48:38 +00:00 committed by Git OBS Bridge
parent 25f22cbbae
commit 80d8f653ac
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,7 @@
Tue Aug 9 15:36:41 CEST 2011 - tiwai@suse.de Tue Aug 9 15:36:41 CEST 2011 - tiwai@suse.de
- Add missing Group to gtest-devel - 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 Sat Jul 9 07:29:10 UTC 2011 - ftake@geeko.jp

View File

@ -25,9 +25,8 @@ Group: Development/Libraries/C and C++
License: New BSD License: New BSD
URL: http://code.google.com/p/googletest/ URL: http://code.google.com/p/googletest/
Source0: gtest-%{version}.zip Source0: gtest-%{version}.zip
BuildRequires: unzip, gcc-c++, python, cmake BuildRequires: unzip, gcc-c++, python, cmake
#Requires: BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %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. 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.