From: Zhang Qiang Date: Wed, 30 May 2012 05:37:59 +0000 (+0800) Subject: cleanup specfile for packaging X-Git-Tag: 1.0_branch^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66b919012137f6678820591c0b1c029882a6021f;p=profile%2Fivi%2Fgdk-pixbuf.git cleanup specfile for packaging --- 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 \