More clean up
This commit is contained in:
parent
3b40a241cb
commit
d1c3a7a3e2
17
gtest.spec
17
gtest.spec
@ -12,14 +12,12 @@ Patch1: gtest-1.8.0-null-pointer.patch
|
||||
# https://github.com/google/googletest/issues/930
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1513522
|
||||
Patch2: gtest-1.8.0-fix-double-free-with-shared-libs.patch
|
||||
|
||||
# Fedora-specific patches
|
||||
## Set libversion for libraries to version of gtest
|
||||
## WARNING: must be rediffed for each version bump
|
||||
Patch100: gtest-1.8.0-libversion.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python2-devel
|
||||
%description
|
||||
Framework for writing C++ tests on a variety of platforms (GNU/Linux,
|
||||
Mac OS X, Windows, Windows CE, and Symbian). Based on the xUnit
|
||||
@ -30,15 +28,13 @@ generation.
|
||||
|
||||
%package -n gtest-devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%description -n gtest-devel
|
||||
This package contains development files for %{name}.
|
||||
|
||||
%package -n gmock
|
||||
Summary: Google C++ Mocking Framework
|
||||
|
||||
%description -n gmock
|
||||
%description -n gmock
|
||||
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++s
|
||||
specifics in mind, Google C++ Mocking Framework (or Google Mock for
|
||||
short) is a library for writing and using C++ mock classes.
|
||||
@ -55,10 +51,8 @@ Google Mock:
|
||||
|
||||
%package -n gmock-devel
|
||||
Summary: Development files for gmock
|
||||
Group: System Environment/Libraries
|
||||
Requires: gmock = %{version}-%{release}
|
||||
|
||||
%description -n gmock-devel
|
||||
%description -n gmock-devel
|
||||
This package contains development files for gmock.
|
||||
|
||||
%prep
|
||||
@ -109,8 +103,9 @@ make test
|
||||
- Add patch to fix gmock segfaults (rhbz#1513522)
|
||||
- Add patch to properly version the libraries
|
||||
- Move the documentation to the right place
|
||||
- Drop unneeded ldconfig scriptlets
|
||||
- See https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets
|
||||
- Drop unneeded ldconfig scriptlets:
|
||||
https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets
|
||||
- Some clean up
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user