- 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:
parent
25f22cbbae
commit
80d8f653ac
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user