Package init

(cherry picked from commit fb2b62c77a36b58c5f8fde3d59fe90f41c439bf9)
This commit is contained in:
cherry530 2021-09-09 16:44:47 +08:00 committed by openeuler-sync-bot
parent bdf49db650
commit b62c72a982
2 changed files with 4 additions and 10 deletions

Binary file not shown.

View File

@ -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 <lin.zhang@turbolinux.com.cn> - 0.1.11-1
- Update to 0.1.11
* Fri Jul 17 2020 <dillon.chen@turbolinux.com.cn> - 0.1.10-1
- Init package