Accepting request 649891 from home:jengelh:branches:M17N
- Remove errant backslahes from description. - Rewrite summaries without em dashes. OBS-URL: https://build.opensuse.org/request/show/649891 OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=22
This commit is contained in:
parent
36d1add6e0
commit
7e96c03ce9
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 17 09:01:09 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Remove errant backslahes from description.
|
||||
- Rewrite summaries without em dashes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 16 11:06:17 UTC 2018 - adam.majer@suse.de
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ BuildRequires: python
|
||||
BuildRequires: pkgconfig(pthread-stubs)
|
||||
|
||||
%description
|
||||
Google\'s framework for writing C++ tests on a variety of platforms
|
||||
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,
|
||||
@ -41,7 +41,7 @@ fatal and non-fatal failures, value- and type-parameterized tests,
|
||||
various options for running the tests, and XML test report generation.
|
||||
|
||||
%package -n gtest
|
||||
Summary: Google C++ Testing Framework - Development files
|
||||
Summary: Development files for the Google C++ Testing Framework
|
||||
Group: Development/Libraries/C and C++
|
||||
Recommends: %{_name} = %{version}
|
||||
Obsoletes: %{name}-devel < %{version}
|
||||
@ -49,7 +49,7 @@ Obsoletes: lib%{name}0 < %{version}
|
||||
Provides: %{name}-devel = %{version}
|
||||
|
||||
%description -n gtest
|
||||
Google\'s framework for writing C++ tests on a variety of platforms
|
||||
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,
|
||||
@ -60,7 +60,7 @@ This package provides shared libraries and header files for development
|
||||
with googletest.
|
||||
|
||||
%package -n gmock
|
||||
Summary: Google C++ Mocking Framework - Development files
|
||||
Summary: Development files for the Google C++ Mocking Framework
|
||||
Group: Development/Libraries/C and C++
|
||||
Recommends: %{name} = %{version}
|
||||
Provides: %{_name}-devel
|
||||
|
Loading…
Reference in New Issue
Block a user