public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/libsidplayfp] rawhide: Require libresidfp
Date: Thu, 24 Sep 2026 11:03:05 GMT	[thread overview]
Message-ID: <179024778548.1.7055721931330300526.rpms-libsidplayfp-2c515153d0cf@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/libsidplayfp
            Branch : rawhide
            Commit : 2c515153d0cf4721a29855078e0b11e541c5070c
            Author : Karel Volný <kvolny@redhat.com>
            Date   : 2026-09-24T13:02:57+02:00
            Stats  : +12/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/libsidplayfp/c/2c515153d0cf4721a29855078e0b11e541c5070c?branch=rawhide

            Log:
            Require libresidfp

spec cleanup, add %check

---
diff --git a/libsidplayfp.spec b/libsidplayfp.spec
index d1af296..16ade1b 100644
--- a/libsidplayfp.spec
+++ b/libsidplayfp.spec
@@ -1,6 +1,6 @@
 Name:           libsidplayfp
 Version:        3.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        SID chip music module playing library
 # Zlib (src/utils/MD5/), GPL-2.0-only (src/builders/exsid-builder/) and GPL-2.0-or-later (the rest)
 License:        GPL-2.0-or-later AND GPL-2.0-only AND Zlib
@@ -9,6 +9,7 @@ Source0:        https://github.com/libsidplayfp/%{name}/releases/download/v%{ver
 BuildRequires:  gcc gcc-c++ libtool doxygen
 BuildRequires:  libftdi-c++-devel libgcrypt-devel
 BuildRequires:  make
+BuildRequires:  pkgconfig(libresidfp) >= 1.2.0
 Provides:       bundled(md5-deutsch-c++)
 
 %description
@@ -36,7 +37,7 @@ This package contains API documentation for %{name}.
 
 
 %prep
-%setup -q
+%autosetup
 # Regenerate autofoo stuff, it is better to always build this from source
 rm -r aclocal.m4 build-aux
 autoreconf -ivf
@@ -44,15 +45,15 @@ autoreconf -ivf
 
 %build
 %configure --disable-static
-make %{_smp_mflags} all doc
+%make_build all doc
 
 
 %install
-%make_install INSTALL="install -p"
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+%make_install
 
 
-%ldconfig_scriptlets
+%check
+%make_build check
 
 
 %files
@@ -69,10 +70,15 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_libdir}/pkgconfig/*.pc
 
 %files devel-doc
+%license COPYING
 %doc docs/html
 
 
 %changelog
+* Thu Sep 24 2026 Karel Volný <kvolny@redhat.com> - 3.1.1-2
+- Require libresidfp
+- spec cleanup, add %%check
+
 * Thu Sep 17 2026 Karel Volný <kvolny@redhat.com> - 3.1.1-1
 - Update to 3.1.1 (rhbz#2396905)
 - See the upstream changes at https://github.com/libsidplayfp/libsidplayfp/releases

                 reply	other threads:[~2026-09-24 11:03 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=179024778548.1.7055721931330300526.rpms-libsidplayfp-2c515153d0cf@fedoraproject.org \
    --to=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