diff --git a/xfce4-dict-0.8.3.tar.bz2 b/xfce4-dict-0.8.3.tar.bz2 deleted file mode 100644 index 67f7e6d..0000000 Binary files a/xfce4-dict-0.8.3.tar.bz2 and /dev/null differ diff --git a/xfce4-dict-0.8.4.tar.bz2 b/xfce4-dict-0.8.4.tar.bz2 new file mode 100644 index 0000000..f41e7be Binary files /dev/null and b/xfce4-dict-0.8.4.tar.bz2 differ diff --git a/xfce4-dict.spec b/xfce4-dict.spec index 211c9f1..7a65aa0 100644 --- a/xfce4-dict.spec +++ b/xfce4-dict.spec @@ -1,21 +1,22 @@ -%global xfceversion 4.14 +%global minorversion 0.8 +%global xfceversion 4.16 Name: xfce4-dict -Version: 0.8.3 +Version: 0.8.4 Release: 1 Summary: A Dictionary Client for the Xfce desktop environment License: GPLv2+ -#Group: Development/Libraries URL: http://goodies.xfce.org/projects/applications/%{name} -Source0: http://archive.xfce.org/src/apps/%{name}/0.8/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#BuildArch: noarch BuildRequires: gcc-c++ BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: xfce4-panel-devel >= %{xfceversion} BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: intltool + Requires: enchant, xdg-utils %description @@ -58,14 +59,13 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop -%ldconfig_scriptlets - %files -f %{name}.lang %license COPYING %doc AUTHORS ChangeLog README %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop -%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg +%{_datadir}/icons/hicolor/*/apps/org.xfce.Dictionary.png +%{_datadir}/icons/hicolor/scalable/apps/org.xfce.Dictionary.svg %{_mandir}/man1/%{name}.1.gz %files plugin @@ -73,5 +73,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %{_datadir}/xfce4/panel/plugins/*.desktop %changelog +* Fri Jun 18 2021 zhanglin - 0.8.4-1 +- Update to 0.8.4 + * Tue Jul 14 2020 Dillon Chen - 0.8.3-1 - Init package