public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dave Love <loveshack@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/cube] epel9: - Don't include libcube4gui.so in cube-libs-devel
Date: Tue, 21 Jul 2026 14:42:54 GMT	[thread overview]
Message-ID: <178464497491.1.15684019129227501186.rpms-cube-534869f8a097@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/cube
Branch : epel9
Commit : 534869f8a0979d1a451928680745dcb76fc21861
Author : Dave Love <loveshack@fedoraproject.org>
Date   : 2026-07-21T14:42:02+00:00
Stats  : +15/-8 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/cube/c/534869f8a0979d1a451928680745dcb76fc21861?branch=epel9

Log:
- Don't include libcube4gui.so in cube-libs-devel

---
diff --git a/.gitignore b/.gitignore
index 94067af..05f01f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,6 @@
 /cubegui-v4.7.tar.gz
 /cubelib-v4.7.tar.gz
 /cubew-v4.7.tar.gz
+/cubegui-4.7.tar.gz
+/cubelib-4.7.tar.gz
+/cubew-4.7.tar.gz

diff --git a/cube.spec b/cube.spec
index 959f41b..679a65d 100644
--- a/cube.spec
+++ b/cube.spec
@@ -12,7 +12,7 @@
 
 Name:           cube
 Version:        4.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        CUBE Uniform Behavioral Encoding generic presentation component
 License:        BSD
 URL:            http://www.scalasca.org/software/cube-4.x/download.html
@@ -320,8 +320,8 @@ fi
 %license cubegui-%version/COPYING
 %{_bindir}/cube_server
 %exclude %{_libdir}/lib%{name}4gui*.so*
-%{_libdir}/lib%{name}*.so.10*
-%{_libdir}/lib%{name}4w.so.7*
+%{_libdir}/libcube4.so.10*
+%{_libdir}/libcube4w.so.7*
 %{_datadir}/cubelib/
 %{_datadir}/cubew/
 
@@ -330,8 +330,8 @@ fi
 %{_bindir}/cubew-config
 %{_includedir}/cubew
 %{_includedir}/cubelib
-%{_libdir}/lib%{name}*.so
-%{_libdir}/libgraphwidgetcommon-plugin.so
+%{_libdir}/libcube4.so
+%{_libdir}/libcube4w.so
 %doc cubegui-%version/examples
 
 %files guilib
@@ -342,6 +342,7 @@ fi
 %{_bindir}/cubegui-config
 %{_includedir}/cubegui
 %{_libdir}/lib%{name}4gui.so
+%{_libdir}/libgraphwidgetcommon-plugin.so
 
 %files doc
 %license cubegui-%version/COPYING
@@ -351,6 +352,9 @@ fi
 
 
 %changelog
+* Tue Jul 21 2026 Dave Love <loveshack@fedoraproject.org> - 4.7-3
+- Don't include libcube4gui.so in cube-libs-devel
+
 * Wed Apr 13 2022 Dave Love <loveshack@fedoraproject.org> - 4.7-2
 - Fix %%intver
 

diff --git a/sources b/sources
index dda475c..e0198bf 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (cubegui-v4.7.tar.gz) = 48c9cc5a32190d0702d79572f8ad49893016476cc966351b0496e21c5ae8c0a33f0632f07e659eea3c3c062eae8099a531f0a7ff4d129d8b333ec51ecfe12cf9
-SHA512 (cubelib-v4.7.tar.gz) = cf328b3300170ba832bda13374f7e8e59a920308fc1604f03eb5f172ab6dd6d3ccd0b6517eb68bf58b07a08174dded0f80fe7f37ca63727ce397e095801864f1
-SHA512 (cubew-v4.7.tar.gz) = 21bfef1fadb93d6089503ee86b54bbd2aca67a3a0f33ad64a1bd50b507dbf1a3047b4a454f9225f0379353d31f74e4b6a3a6851b776f44bd0ececb3322466f3d
+SHA512 (cubegui-4.7.tar.gz) = 48c9cc5a32190d0702d79572f8ad49893016476cc966351b0496e21c5ae8c0a33f0632f07e659eea3c3c062eae8099a531f0a7ff4d129d8b333ec51ecfe12cf9
+SHA512 (cubelib-4.7.tar.gz) = cf328b3300170ba832bda13374f7e8e59a920308fc1604f03eb5f172ab6dd6d3ccd0b6517eb68bf58b07a08174dded0f80fe7f37ca63727ce397e095801864f1
+SHA512 (cubew-4.7.tar.gz) = 21bfef1fadb93d6089503ee86b54bbd2aca67a3a0f33ad64a1bd50b507dbf1a3047b4a454f9225f0379353d31f74e4b6a3a6851b776f44bd0ececb3322466f3d

                 reply	other threads:[~2026-07-21 14:42 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=178464497491.1.15684019129227501186.rpms-cube-534869f8a097@fedoraproject.org \
    --to=loveshack@fedoraproject.org \
    --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