public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/abseil-cpp] rawhide: Reduce macro indirection in the spec file
Date: Wed, 09 Sep 2026 17:13:32 GMT	[thread overview]
Message-ID: <178897401222.1.17996232273871378745.rpms-abseil-cpp-a0bb705cb2c1@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-09-09 17:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178897401222.1.17996232273871378745.rpms-abseil-cpp-a0bb705cb2c1@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox