public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfce4-dict] f45: Update to 0.8.10 + spec cleanup and modernization
@ 2026-09-13 4:33 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-09-13 4:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xfce4-dict
Branch : f45
Commit : eee7fac67d436376310c3d2097ff41139ce931df
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-18T20:11:46-03:00
Stats : +17/-34 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xfce4-dict/c/eee7fac67d436376310c3d2097ff41139ce931df?branch=f45
Log:
Update to 0.8.10 + spec cleanup and modernization
---
diff --git a/.gitignore b/.gitignore
index 7ac99c0..ba062fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1 @@
-xfce4-dict-0.6.0.tar.bz2
-/xfce4-dict-0.7.0.tar.bz2
-/xfce4-dict-0.7.1.tar.bz2
-/xfce4-dict-0.7.2.tar.bz2
-/xfce4-dict-0.8.0.tar.bz2
-/xfce4-dict-0.8.1.tar.bz2
-/xfce4-dict-0.8.2.tar.bz2
-/xfce4-dict-0.8.3.tar.bz2
-/xfce4-dict-0.8.4.tar.bz2
-/xfce4-dict-0.8.5.tar.bz2
-/xfce4-dict-0.8.6.tar.bz2
-/xfce4-dict-0.8.7.tar.bz2
-/xfce4-dict-0.8.8.tar.bz2
-/xfce4-dict-0.8.9.tar.xz
+/xfce4-dict-*.tar.xz
diff --git a/sources b/sources
index 936616c..56b0764 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xfce4-dict-0.8.9.tar.xz) = e3958fea9f8d2d29665dc85b2acf87fdc7c18a50b8a805a659df38a57d2a125aa6a41c70ffe2bfad404940c9691bd5008ea923ce7ec79fb26dd826b54a045aa9
+SHA512 (xfce4-dict-0.8.10.tar.xz) = f0294daee39a7e20f1ddc6b4b4150fa77a5e105705077d627d9c4d090a7eaadaa660224b891ef2dfa7db01fdd707f1c663791086c5a30dcdfa63efdecea6a8c9
diff --git a/xfce4-dict.spec b/xfce4-dict.spec
index 239f883..435028a 100644
--- a/xfce4-dict.spec
+++ b/xfce4-dict.spec
@@ -4,25 +4,24 @@
%global xfceversion 4.16
Name: xfce4-dict
-Version: 0.8.9
+Version: 0.8.10
Release: %autorelease
Summary: A Dictionary Client for the Xfce desktop environment
Summary(de): Ein Wörterbuch-Client für die Xfce Desktop-Umgebung
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
-URL: http://goodies.xfce.org/projects/applications/%{name}
-Source0: http://archive.xfce.org/src/apps/%{name}/%{minor_version}/%{name}-%{version}.tar.xz
-#VCS: git:git://git.xfce.org/apps/xfce4-dict
+URL: https://docs.xfce.org/apps/xfce4-dict/start
+Source0: https://archive.xfce.org/src/apps/%{name}/%{minor_version}/%{name}-%{version}.tar.xz
-BuildRequires: make
+BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion}
-BuildRequires: xfce4-panel-devel >= %{xfceversion}
-BuildRequires: desktop-file-utils
+BuildRequires: make
BuildRequires: meson
-Requires: enchant, xdg-utils
+BuildRequires: xfce4-panel-devel >= %{xfceversion}
+Requires: enchant
+Requires: xdg-utils
%description
Xfce4 Dictionary is a client program to query different dictionaries. It can
@@ -33,7 +32,7 @@ too.
%package plugin
Summary: Xfce panel plugin to query a Dict server
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: xfce4-panel >= %{xfceversion}
%description plugin
@@ -42,10 +41,8 @@ query a Dict server (RFC 2229), open online dictionaries in a web browser or
verify the spelling of a word using enchant. This package contains the plugin
for the Xfce panel.
-
%prep
-%setup -q
-
+%autosetup
%build
%meson
@@ -62,22 +59,21 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%find_lang %{name}
+%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
-
-
-%ldconfig_scriptlets
+%meson_test
%files -f %{name}.lang
%license COPYING
-%doc AUTHORS ChangeLog README
+%doc AUTHORS ChangeLog README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/org.xfce.Dictionary.png
%{_datadir}/icons/hicolor/scalable/apps/org.xfce.Dictionary.svg
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1*
%files plugin
-%{_libdir}/xfce4/panel/plugins/*.so
+%{_libdir}/xfce4/panel/plugins/libxfce4dict.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%changelog
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-13 4:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-13 4:33 [rpms/xfce4-dict] f45: Update to 0.8.10 + spec cleanup and modernization Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox