upgrade to 0.8.4 for xfce 4.16
This commit is contained in:
parent
c5b44059dc
commit
b4ea39377a
Binary file not shown.
BIN
xfce4-dict-0.8.4.tar.bz2
Normal file
BIN
xfce4-dict-0.8.4.tar.bz2
Normal file
Binary file not shown.
@ -1,21 +1,22 @@
|
|||||||
%global xfceversion 4.14
|
%global minorversion 0.8
|
||||||
|
%global xfceversion 4.16
|
||||||
|
|
||||||
Name: xfce4-dict
|
Name: xfce4-dict
|
||||||
Version: 0.8.3
|
Version: 0.8.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A Dictionary Client for the Xfce desktop environment
|
Summary: A Dictionary Client for the Xfce desktop environment
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
#Group: Development/Libraries
|
|
||||||
URL: http://goodies.xfce.org/projects/applications/%{name}
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
#BuildArch: noarch
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||||
BuildRequires: xfce4-panel-devel >= %{xfceversion}
|
BuildRequires: xfce4-panel-devel >= %{xfceversion}
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
|
||||||
Requires: enchant, xdg-utils
|
Requires: enchant, xdg-utils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -58,14 +59,13 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
|
|||||||
|
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog README
|
%doc AUTHORS ChangeLog README
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_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
|
%{_mandir}/man1/%{name}.1.gz
|
||||||
|
|
||||||
%files plugin
|
%files plugin
|
||||||
@ -73,5 +73,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|||||||
%{_datadir}/xfce4/panel/plugins/*.desktop
|
%{_datadir}/xfce4/panel/plugins/*.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.8.4-1
|
||||||
|
- Update to 0.8.4
|
||||||
|
|
||||||
* Tue Jul 14 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.8.3-1
|
* Tue Jul 14 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.8.3-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user