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