diff --git a/xfce4-screenshooter-1.9.7.tar.bz2 b/xfce4-screenshooter-1.9.7.tar.bz2 deleted file mode 100644 index 86ee1ec..0000000 Binary files a/xfce4-screenshooter-1.9.7.tar.bz2 and /dev/null differ diff --git a/xfce4-screenshooter-1.9.9.tar.bz2 b/xfce4-screenshooter-1.9.9.tar.bz2 new file mode 100644 index 0000000..89ebd4d Binary files /dev/null and b/xfce4-screenshooter-1.9.9.tar.bz2 differ diff --git a/xfce4-screenshooter.spec b/xfce4-screenshooter.spec index e69dcc2..e9d5713 100644 --- a/xfce4-screenshooter.spec +++ b/xfce4-screenshooter.spec @@ -1,15 +1,15 @@ -%global xfceversion 4.14 +%global minorversion 1.9 +%global xfceversion 4.16 Name: xfce4-screenshooter -Version: 1.9.7 +Version: 1.9.9 Release: 1 Summary: Screenshot utility for the Xfce desktop License: GPLv2+ -#Group: Development/Libraries URL: http://goodies.xfce.org/projects/applications/%{name} -Source0: http://archive.xfce.org/src/apps/%{name}/1.9/%{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: exo-devel BuildRequires: libxfce4ui-devel >= %{xfceversion} @@ -21,6 +21,7 @@ BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: intltool BuildRequires: libappstream-glib + Requires: xfce4-panel >= %{xfceversion} %description @@ -59,17 +60,19 @@ desktop-file-install \ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml %files -f %{name}.lang -%doc AUTHORS ChangeLog NEWS README TODO +%doc AUTHORS ChangeLog NEWS TODO %license COPYING %{_bindir}/%{name} -%{_libdir}/xfce4/panel/plugins/*.so -%{_datadir}/xfce4/panel/plugins/*.desktop %{_datadir}/applications/%{name}.desktop -%{_datadir}/icons/hicolor/*/apps/applets-screenshooter.png -%{_datadir}/icons/hicolor/scalable/apps/applets-screenshooter.svg +%{_datadir}/icons/hicolor/*/apps/org.xfce*screenshooter* %{_datadir}/metainfo/xfce4-screenshooter.appdata.xml +%{_datadir}/xfce4/panel/plugins/*.desktop +%{_libdir}/xfce4/panel/plugins/*.so %{_mandir}/man1/*.1.* %changelog -* Fri Jul 17 2020 Dillon Chen - 1.9.1-1 +* Fri Jun 18 2021 zhanglin - 1.9.9-1 +- Update to 1.9.9 + +* Fri Jul 17 2020 Dillon Chen - 1.9.7-1 - Init package