public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ristretto] f43: Fix locale directory and add %check section
Date: Fri, 12 Jun 2026 23:24:20 GMT	[thread overview]
Message-ID: <178130666060.1.6144483597514580768.rpms-ristretto-6fdef67e4a48@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ristretto
            Branch : f43
            Commit : 6fdef67e4a48ffaade4b83ed421f9103bf2211d6
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-03-14T13:42:22-03:00
            Stats  : +10/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ristretto/c/6fdef67e4a48ffaade4b83ed421f9103bf2211d6?branch=f43

            Log:
            Fix locale directory and add %check section

- Rename Armenian locale directory from hye to hy
- Add empty %check section to satisfy rpmlint

---
diff --git a/ristretto.spec b/ristretto.spec
index 5e58d9d..2f37150 100644
--- a/ristretto.spec
+++ b/ristretto.spec
@@ -50,8 +50,6 @@ Desktop-Umgebung.
 %install
 %meson_install
 
-%find_lang %{name}
-
 # Add missing MIME types to the desktop file
 desktop-file-install \
         --dir %{buildroot}%{_datadir}/applications \
@@ -66,6 +64,16 @@ desktop-file-install \
 # Validate AppData file
 appstreamcli validate --no-net %{buildroot}%{_metainfodir}/*.appdata.xml
 
+# Fix Armenian locale directory name (hye -> hy)
+if [ -d %{buildroot}%{_datadir}/locale/hye ]; then
+    mv %{buildroot}%{_datadir}/locale/hye %{buildroot}%{_datadir}/locale/hy
+fi
+
+%find_lang %{name}
+
+%check
+# No upstream tests are currently available
+
 %files -f %{name}.lang
 %license COPYING
 %doc AUTHORS NEWS

                 reply	other threads:[~2026-06-12 23:24 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=178130666060.1.6144483597514580768.rpms-ristretto-6fdef67e4a48@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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