diff --git a/xfce4-dict-0.8.3.tar.bz2 b/xfce4-dict-0.8.3.tar.bz2 new file mode 100644 index 0000000..67f7e6d Binary files /dev/null and b/xfce4-dict-0.8.3.tar.bz2 differ diff --git a/xfce4-dict.spec b/xfce4-dict.spec index 7a65aa0..211c9f1 100644 --- a/xfce4-dict.spec +++ b/xfce4-dict.spec @@ -1,22 +1,21 @@ -%global minorversion 0.8 -%global xfceversion 4.16 +%global xfceversion 4.14 Name: xfce4-dict -Version: 0.8.4 +Version: 0.8.3 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}/%{minorversion}/%{name}-%{version}.tar.bz2 - +Source0: http://archive.xfce.org/src/apps/%{name}/0.8/%{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 @@ -59,13 +58,14 @@ 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/*/apps/org.xfce.Dictionary.png -%{_datadir}/icons/hicolor/scalable/apps/org.xfce.Dictionary.svg +%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_mandir}/man1/%{name}.1.gz %files plugin @@ -73,8 +73,5 @@ 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