From 2727a2e9dc6d549ea295f63b68bbb1adc7bbbc5a Mon Sep 17 00:00:00 2001 From: Hasan Wan Date: Wed, 30 May 2012 20:23:19 +0800 Subject: [PATCH] clean up spec file for packaging --- packaging/libtiff.changes | 3 +++ packaging/libtiff.spec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/libtiff.changes b/packaging/libtiff.changes index bab55d9..861eb79 100644 --- a/packaging/libtiff.changes +++ b/packaging/libtiff.changes @@ -1,3 +1,6 @@ +* Wed May 30 2012 Hasan Wan - 3.9.5 +- Clean up the spec file for packaging + * Wed May 23 21:02:51 UTC 2012 - tu.c.truong@intel.com - Initial commit to Gerrit diff --git a/packaging/libtiff.spec b/packaging/libtiff.spec index ab6d64b..eeb9242 100644 --- a/packaging/libtiff.spec +++ b/packaging/libtiff.spec @@ -5,7 +5,7 @@ Release: 1 Group: System/Libraries License: libtiff URL: http://www.libtiff.org/ -Source0: ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz +Source0: %{name}-%{version}.tar.bz2 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(zlib) @@ -40,7 +40,7 @@ install the libtiff package. %prep -%setup -q -n tiff-%{version} +%setup # >> setup # << setup -- 2.7.4