summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2016-08-30 08:23:21 +0200
committerKalev Lember <klember@redhat.com>2016-08-30 08:25:16 +0200
commit3da8e9176d191f9e145678ef49c922a68bb4e8d8 (patch)
tree999c712ae2608d9325c3390650cbb8947fab9cec /gtk3.spec
parentUpdate to 3.21.5 (diff)
downloadgtk3-classic-build-gtk3-3da8e9176d191f9e145678ef49c922a68bb4e8d8.tar.gz
gtk3-classic-build-gtk3-3da8e9176d191f9e145678ef49c922a68bb4e8d8.tar.bz2
gtk3-classic-build-gtk3-3da8e9176d191f9e145678ef49c922a68bb4e8d8.zip
Use standard tag order in spec file
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec7
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 7c44bda..99b851e 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -16,16 +16,15 @@
%global _changelog_trimtime %(date +%s -d "1 year ago")
-Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
Version: 3.21.5
Release: 1%{?dist}
+Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
+
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
-#VCS: git:git://git.gnome.org/gtk+
-
-Source: http://download.gnome.org/sources/gtk+/3.21/gtk+-%{version}.tar.xz
+Source0: http://download.gnome.org/sources/gtk+/3.21/gtk+-%{version}.tar.xz
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: pkgconfig(atk) >= %{atk_version}
bgstack15