public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abseil-cpp] rawhide: Reduce macro indirection in the spec file
@ 2026-09-09 17:13 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-09 17:13 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/abseil-cpp
            Branch : rawhide
            Commit : a0bb705cb2c1aff5b9d48423c194c7a25cf62eff
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-09-09T13:07:15+01:00
            Stats  : +7/-7 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/abseil-cpp/c/a0bb705cb2c1aff5b9d48423c194c7a25cf62eff?branch=rawhide

            Log:
            Reduce macro indirection in the spec file

[skip changelog]

---
diff --git a/abseil-cpp.spec b/abseil-cpp.spec
index 212876a..bdd15fe 100644
--- a/abseil-cpp.spec
+++ b/abseil-cpp.spec
@@ -24,7 +24,7 @@ Summary:        C++ Common Libraries
 #     (https://gitlab.com/fedora/legal/fedora-license-data/-/merge_requests/205).
 License:        Apache-2.0 AND LicenseRef-Fedora-Public-Domain
 URL:            https://abseil.io
-Source:         https://github.com/abseil/abseil-cpp/archive/%{version}/%{name}-%{version}.tar.gz
+Source:         https://github.com/abseil/abseil-cpp/archive/%{version}/abseil-cpp-%{version}.tar.gz
 
 # PR #2071: Include immintrin.h instead of bmi2intrin.h
 # https://github.com/abseil/abseil-cpp/commit/d851fdd768b27c02b3fb786fd0987faddd279ece
@@ -84,8 +84,8 @@ found that many of these utilities serve a purpose within our code base,
 and we now want to provide those resources to the C++ community as a whole.
 
 %package testing
-Summary:        Libraries needed for running tests on the installed %{name}
-Requires:       %{name}%{?_isa} = %{version}-%{release}
+Summary:        Libraries needed for running tests on the installed abseil-cpp
+Requires:       abseil-cpp%{?_isa} = %{version}-%{release}
 
 Provides:       bundled(cctz)
 
@@ -93,16 +93,16 @@ Provides:       bundled(cctz)
 %{summary}.
 
 %package devel
-Summary:        Development files for %{name}
-Requires:       %{name}%{?_isa} = %{version}-%{release}
-Requires:       %{name}-testing%{?_isa} = %{version}-%{release}
+Summary:        Development files for abseil-cpp
+Requires:       abseil-cpp%{?_isa} = %{version}-%{release}
+Requires:       abseil-cpp-testing%{?_isa} = %{version}-%{release}
 
 # Some of the headers from CCTZ are part of the -devel subpackage. See the
 # corresponding virtual Provides in the base package for full details.
 Provides:       bundled(cctz)
 
 %description devel
-Development headers for %{name}
+Development headers for abseil-cpp
 
 %if %{with mingw}
 %package -n mingw32-abseil-cpp

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-09 17:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 17:13 [rpms/abseil-cpp] rawhide: Reduce macro indirection in the spec file Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox