Use standard tag order in spec file
This commit is contained in:
parent
84066dd2d6
commit
008fefa73e
@ -1,19 +1,12 @@
|
|||||||
Summary: Color management tools for GNOME
|
|
||||||
Name: gnome-color-manager
|
Name: gnome-color-manager
|
||||||
Version: 3.21.92
|
Version: 3.21.92
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
Summary: Color management tools for GNOME
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://mail.gnome.org/mailman/listinfo/gnome-color-manager-list
|
URL: http://mail.gnome.org/mailman/listinfo/gnome-color-manager-list
|
||||||
Source0: http://download.gnome.org/sources/gnome-color-manager/3.21/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gnome-color-manager/3.21/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Requires: shared-mime-info
|
|
||||||
|
|
||||||
# Not actually a hard requirement; it just sucks to have to install the
|
|
||||||
# package using PackageKit before the user can calibrate
|
|
||||||
%if 0%{?rhel} == 0
|
|
||||||
Requires: argyllcms
|
|
||||||
%endif
|
|
||||||
|
|
||||||
BuildRequires: gtk3-devel >= 3.0.0
|
BuildRequires: gtk3-devel >= 3.0.0
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -30,6 +23,14 @@ BuildRequires: colord-gtk-devel >= 0.1.22
|
|||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: vte291-devel
|
BuildRequires: vte291-devel
|
||||||
|
|
||||||
|
Requires: shared-mime-info
|
||||||
|
|
||||||
|
# Not actually a hard requirement; it just sucks to have to install the
|
||||||
|
# package using PackageKit before the user can calibrate
|
||||||
|
%if 0%{?rhel} == 0
|
||||||
|
Requires: argyllcms
|
||||||
|
%endif
|
||||||
|
|
||||||
# obsolete sub-package
|
# obsolete sub-package
|
||||||
Obsoletes: gnome-color-manager-devel <= 3.1.1
|
Obsoletes: gnome-color-manager-devel <= 3.1.1
|
||||||
Provides: gnome-color-manager-devel
|
Provides: gnome-color-manager-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user