Use standard tag order in spec file

This commit is contained in:
Kalev Lember 2016-09-19 21:45:47 +02:00
parent 37a703bd1e
commit 1260494af8

View File

@ -7,30 +7,21 @@
%global with_session_selector 1 %global with_session_selector 1
%endif %endif
Summary: GNOME session manager
Name: gnome-session Name: gnome-session
Version: 3.22.0 Version: 3.22.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: GNOME session manager
License: GPLv2+
URL: http://www.gnome.org URL: http://www.gnome.org
#VCS: git:git://git.gnome.org/gnome-session
Source0: http://download.gnome.org/sources/gnome-session/3.22/%{name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/gnome-session/3.22/%{name}-%{version}.tar.xz
# Blacklist NV30: https://bugzilla.redhat.com/show_bug.cgi?id=745202 # Blacklist NV30: https://bugzilla.redhat.com/show_bug.cgi?id=745202
Patch1: gnome-session-3.3.92-nv30.patch Patch1: gnome-session-3.3.92-nv30.patch
Patch3: gnome-session-3.6.2-swrast.patch Patch3: gnome-session-3.6.2-swrast.patch
License: GPLv2+
Group: User Interface/Desktops Group: User Interface/Desktops
Requires: system-logos
# Needed for gnome-settings-daemon
Requires: control-center-filesystem
Requires: gsettings-desktop-schemas >= 0.1.7
# pull in dbus-x11, see bug 209924
Requires: dbus-x11
BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glesv2) BuildRequires: pkgconfig(glesv2)
@ -59,6 +50,15 @@ BuildRequires: /usr/bin/xsltproc
# an artificial requires to make sure we get dconf, for now # an artificial requires to make sure we get dconf, for now
Requires: dconf Requires: dconf
Requires: system-logos
# Needed for gnome-settings-daemon
Requires: control-center-filesystem
Requires: gsettings-desktop-schemas >= 0.1.7
# pull in dbus-x11, see bug 209924
Requires: dbus-x11
%description %description
gnome-session manages a GNOME desktop or GDM login session. It starts up gnome-session manages a GNOME desktop or GDM login session. It starts up
the other core GNOME components and handles logout and saving the session. the other core GNOME components and handles logout and saving the session.