From e328028233b882e86e5c62f4997abb7de7b45a25 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Dec 05 2022 15:23:14 +0000 Subject: Simplify the Source0 URL with a macro --- diff --git a/protobuf.spec b/protobuf.spec index f1618f9..e0879d8 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -47,7 +47,7 @@ Release: 7%{?dist} # conformance/third_party/jsoncpp/jsoncpp.cpp License: BSD-3-Clause URL: https://github.com/protocolbuffers/protobuf -Source: https://github.com/protocolbuffers/protobuf/archive/v%{version}%{?rcver}/%{name}-%{version}%{?rcver}-all.tar.gz +Source0: %{url}/archive/v%{version}%{?rcver}/%{name}-%{version}%{?rcver}-all.tar.gz Source1: ftdetect-proto.vim Source2: protobuf-init.el @@ -483,6 +483,7 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir} - Update License to SPDX - Improved handling of gtest sources - Update/correct gtest commit hash to match upstream +- Simplify the Source0 URL with a macro * Sun Aug 14 2022 Orion Poplawski - 3.19.4-6 - Build python support with C++ (bz#2107921)