From 1157181acfb9008ddffc48fdd53197fb849529f7 Mon Sep 17 00:00:00 2001 From: Yang Lin Date: Wed, 30 May 2012 15:48:49 +0800 Subject: [PATCH] Clean up spec file for packaging --- packaging/mlite.changes | 3 +++ packaging/mlite.spec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/mlite.changes b/packaging/mlite.changes index e32a1c7..caefdf4 100644 --- a/packaging/mlite.changes +++ b/packaging/mlite.changes @@ -1,3 +1,6 @@ +* Wed May 30 03:17:39 UTC 2012 - Lin Yang - 0.1.2 +- Clean up spec file for packaging + * Wed May 23 23:07:10 UTC 2012 - tu.c.truong@intel.com - Initial commit to Gerrit diff --git a/packaging/mlite.spec b/packaging/mlite.spec index 32789fb..4f9489c 100644 --- a/packaging/mlite.spec +++ b/packaging/mlite.spec @@ -12,7 +12,7 @@ Release: 1 Group: System/Libraries License: LGPL v2.1 URL: http://www.tizen.org -Source0: mlite-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -34,7 +34,7 @@ Development files needed for using the mlite library %prep -%setup -q -n mlite-%{version} +%setup -q -n %{name}-%{version} %build -- 2.7.4