From: Hasan Wan Date: Wed, 30 May 2012 12:26:12 +0000 (+0800) Subject: clean up spec file for packaging X-Git-Tag: 1.0_branch^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=profile%2Fivi%2Flibedit.git clean up spec file for packaging --- diff --git a/packaging/libedit.changes b/packaging/libedit.changes index ecd85d3..de2782b 100644 --- a/packaging/libedit.changes +++ b/packaging/libedit.changes @@ -1,3 +1,6 @@ +* Wed May 30 2012 Hasan Wan - 20090923_3.0 +- Clean up spec file for packaging + * Wed May 23 20:11:47 UTC 2012 - tu.c.truong@intel.com - Moved patches from patches folder into packaging Initial push to Gerrit diff --git a/packaging/libedit.spec b/packaging/libedit.spec index a1d4ebf..c136773 100644 --- a/packaging/libedit.spec +++ b/packaging/libedit.spec @@ -1,13 +1,11 @@ -%define snap 20090923 - Name: libedit Summary: The NetBSD Editline library -Version: 3.0_snap20090923 +Version: 20090923_3.0 Release: 1 Group: System/Libraries License: BSD URL: http://www.thrysoee.dk/editline/ -Source0: http://www.thrysoee.dk/editline/%{name}-20090923-3.0.tar.gz +Source0: %{name}-%{version}.tar.bz2 Patch0: tgetent.patch Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -32,7 +30,8 @@ This package contains development files for %{name}. %prep -%setup -q -n %{name}-20090923-3.0 + +%setup # tgetent.patch %patch0 -p1