diff --git a/xfce4-screensaver-0.1.10.tar.bz2 b/xfce4-screensaver-0.1.10.tar.bz2 new file mode 100644 index 0000000..ee8ded3 Binary files /dev/null and b/xfce4-screensaver-0.1.10.tar.bz2 differ diff --git a/xfce4-screensaver.spec b/xfce4-screensaver.spec index 5a51fb8..de24822 100644 --- a/xfce4-screensaver.spec +++ b/xfce4-screensaver.spec @@ -1,14 +1,13 @@ -%global minorversion 0.1 - Name: xfce4-screensaver -Version: 0.1.11 +Version: 0.1.10 Release: 1 Summary: Screensaver application for Xfce Desktop License: GPLv2 and LGPLv2 +#Group: Development/Libraries URL: https://git.xfce.org/apps/xfce4-screensaver/ -Source0: https://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 - +Source0: https://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +#BuildArch: noarch BuildRequires: gcc-c++ BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(dbus-glib-1) @@ -23,7 +22,6 @@ BuildRequires: systemd-devel BuildRequires: pam-devel BuildRequires: desktop-file-utils BuildRequires: intltool - Requires: xfdesktop Requires: xfconf Requires: xfce4-session @@ -74,7 +72,6 @@ desktop-file-install \ %{_bindir}/xfce4-screensaver-preferences %{_libexecdir}/xfce4-screensaver-dialog %{_libexecdir}/xfce4-screensaver-gl-helper -%{_datadir}/icons/hicolor/*/apps/org.xfce.ScreenSaver.* %{_datadir}/applications/screensavers/xfce-personal-slideshow.desktop %{_datadir}/applications/screensavers/xfce-popsquares.desktop %{_datadir}/applications/screensavers/xfce-floaters.desktop @@ -88,8 +85,5 @@ desktop-file-install \ %{_libexecdir}/%{name} %changelog -* Fri Jun 18 2021 zhanglin - 0.1.11-1 -- Update to 0.1.11 - * Fri Jul 17 2020 - 0.1.10-1 - Init package