From 7241071dae6298892d403b88e2d80e4083b2c3f7 Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Wed, 30 May 2012 13:42:28 +0800 Subject: [PATCH] cleanup specfile for packaging --- packaging/gtk3.changes | 3 +++ packaging/gtk3.spec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/gtk3.changes b/packaging/gtk3.changes index 8bc5bdc..40634be 100644 --- a/packaging/gtk3.changes +++ b/packaging/gtk3.changes @@ -1,3 +1,6 @@ +* Wed May 30 - Zhang Qiang - 3.4.0 +- Clean up spec file for packaging + * Tue May 8 01:50:17 UTC 2012 - tracy.graydon@intel.com - Fix typo in spec that was breaking package diff --git a/packaging/gtk3.spec b/packaging/gtk3.spec index 1914f30..f63d142 100644 --- a/packaging/gtk3.spec +++ b/packaging/gtk3.spec @@ -7,7 +7,7 @@ Summary: The GTK+ toolkit library (version 3) License: LGPL-2.1+ Group: System/Libraries Url: http://www.gtk.org/ -Source: http://download.gnome.org/sources/gtk+/3.4/gtk+-%{version}.tar.xz +Source: %{name}-%{version}.tar.xz Patch1: fix-autogen-introspection-detection.patch Patch2: 0001-wayland-Remove-unused-member-from-struct.patch Patch3: 0002-wayland-Move-the-finalize-function-to-allow-a-clear-.patch @@ -197,7 +197,7 @@ ranging from small one-off projects to complete application suites. This package contains the development files for GTK+ 3.x. %prep -%setup -q -n gtk3-%{version} +%setup -q -n %{name}-%{version} %patch1 -p1 %patch2 -p1 %patch3 -p1 -- 2.7.4