From 7050e22a638235465c6815571a9ee1a32fc5ce8a4c9b13d09dc1ebdea93eb12a Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 29 Dec 2017 23:15:35 +0000 Subject: [PATCH] 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 --- googletest.changes | 6 ++++++ googletest.spec | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/googletest.changes b/googletest.changes index 28c50d2..4fb373a 100644 --- a/googletest.changes +++ b/googletest.changes @@ -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 diff --git a/googletest.spec b/googletest.spec index 2245905..d385172 100644 --- a/googletest.spec +++ b/googletest.spec @@ -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 @@ -105,4 +106,4 @@ mkdir -p %{buildroot}%{_includedir}/gtest/src && install -m 0644 googletest/src/ %{_libdir}/libgmock_main.so %{_includedir}/gmock -%changelog \ No newline at end of file +%changelog