Accepting request 560657 from home:tiwai:branches:M17N
- Fix the source (and put the download URL as a comment) for matching with the actual tarball file name. OBS-URL: https://build.opensuse.org/request/show/560657 OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=19
This commit is contained in:
parent
0a2d4a1fe2
commit
7050e22a63
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 30 00:13:00 CET 2017 - tiwai@suse.de
|
||||
|
||||
- Fix the source (and put the download URL as a comment) for
|
||||
matching with the actual tarball file name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 18:55:22 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
|
@ -25,7 +25,8 @@ Summary: Google C++ Testing Framework
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://github.com/google/googletest
|
||||
Source0: https://github.com/google/googletest/archive/%{name}-release-%{version}.tar.gz
|
||||
# download URL: https://github.com/google/googletest/archive/release-%{version}.tar.gz
|
||||
Source0: %{name}-release-%{version}.tar.gz
|
||||
Source1: googletest-rpmlintrc
|
||||
# PATCH-FIX-UPSTREAM googletest-fix-cmake-libdir-install.patch luc14n0@linuxmail.org -- enable the use of /usr/lib(64) instead of /usr/local/lib(64).
|
||||
Patch0: googletest-fix-cmake-libdir-install.patch
|
||||
@ -47,8 +48,8 @@ various options for running the tests, and XML test report generation.
|
||||
Summary: Google C++ Testing Framework - Development files
|
||||
Group: Development/Libraries/C and C++
|
||||
Recommends: %{_name} = %{version}
|
||||
Obsoletes: lib%{name}0 < %{version}
|
||||
Obsoletes: %{name}-devel < %{version}
|
||||
Obsoletes: lib%{name}0 < %{version}
|
||||
Provides: %{name}-devel = %{version}
|
||||
|
||||
%description -n gtest
|
||||
|
Loading…
Reference in New Issue
Block a user