!6 [sync] PR-4: Package init

From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2021-12-03 09:54:21 +00:00 committed by Gitee
commit 61d1a94d6c
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