public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ristretto] f43: Fix locale directory and add %check section
@ 2026-06-12 23:24 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-12 23:24 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-12 23:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 23:24 [rpms/ristretto] f43: Fix locale directory and add %check section Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox