From 66b919012137f6678820591c0b1c029882a6021f Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Wed, 30 May 2012 13:37:59 +0800 Subject: [PATCH] cleanup specfile for packaging --- packaging/gdk-pixbuf.changes | 3 +++ packaging/gdk-pixbuf.spec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/gdk-pixbuf.changes b/packaging/gdk-pixbuf.changes index 1940096..84931a6 100644 --- a/packaging/gdk-pixbuf.changes +++ b/packaging/gdk-pixbuf.changes @@ -1,3 +1,6 @@ +* Wed May 30 - Zhang Qiang - 2.26.1 +- Clean up spec file for packaging + * Sat May 19 07:41:32 UTC 2012 - tracy.graydon@intel.com - add missing source diff --git a/packaging/gdk-pixbuf.spec b/packaging/gdk-pixbuf.spec index 516653b..a18c067 100644 --- a/packaging/gdk-pixbuf.spec +++ b/packaging/gdk-pixbuf.spec @@ -9,7 +9,7 @@ License: LGPLv2+ Summary: An image loading library Url: http://www.gtk.org Group: System/Libraries -Source0: http://download.gnome.org/sources/gdk-pixbuf/2.26/gdk-pixbuf-%{version}.tar.xz +Source0: %{name}-%{version}.tar.bz2 # Bootstrap requirements BuildRequires: autoconf @@ -45,7 +45,7 @@ This package contains the libraries and header files that are needed for writing applications that are using gdk-pixbuf. %prep -%setup -q -n gdk-pixbuf-%{version} +%setup -q -n %{name}-%{version} %build %configure $CONFIGFLAGS \ -- 2.7.4