public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/thonny] rawhide: spec cleanup and modernization
Date: Fri, 10 Jul 2026 02:39:00 GMT	[thread overview]
Message-ID: <178365114028.1.11924653831377999000.rpms-thonny-2e45eff80b08@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/thonny
            Branch : rawhide
            Commit : 2e45eff80b08fe856ce5298387c50688988f5450
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-06-25T23:40:27-03:00
            Stats  : +5/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/thonny/c/2e45eff80b08fe856ce5298387c50688988f5450?branch=rawhide

            Log:
            spec cleanup and modernization

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/thonny.spec b/thonny.spec
index 2a9dd89..4523162 100644
--- a/thonny.spec
+++ b/thonny.spec
@@ -53,6 +53,9 @@ rm thonny/locale/compile_mo.bat thonny/locale/update_pot.bat thonny/locale/thonn
 # Remove the vendored python-filelock
 rm -r thonny/vendored_libs/filelock/
 
+# Remove macOS metadata files
+find thonny -name ".DS_Store" -delete
+
 %generate_buildrequires
 %pyproject_buildrequires
 
@@ -80,10 +83,10 @@ install -D -m 0644 -t %{buildroot}%{_datadir}/metainfo                    packag
 install -D -m 0644 -t %{buildroot}%{_mandir}/man1                         packaging/linux/thonny.1
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications           packaging/linux/org.thonny.Thonny.desktop
 
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.thonny.Thonny.appdata.xml
-
 
 %check
+desktop-file-validate %{buildroot}%{_datadir}/applications/org.thonny.Thonny.desktop
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.thonny.Thonny.appdata.xml
 %global __pytest xvfb-run %__pytest
 %pytest --pyargs thonny
 

                 reply	other threads:[~2026-07-10  2:39 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=178365114028.1.11924653831377999000.rpms-thonny-2e45eff80b08@fedoraproject.org \
    --to=filiperosset@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