Clean up spec file for packaging tizen/20120530.1
authorYang Lin <lin.a.yang@intel.com>
Wed, 30 May 2012 07:48:49 +0000 (15:48 +0800)
committerYang Lin <lin.a.yang@intel.com>
Wed, 30 May 2012 07:48:49 +0000 (15:48 +0800)
packaging/mlite.changes
packaging/mlite.spec

index e32a1c7..caefdf4 100644 (file)
@@ -1,3 +1,6 @@
+* Wed May 30 03:17:39 UTC 2012 - Lin Yang <lin.a.yang@intel.con> - 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
 
index 32789fb..4f9489c 100644 (file)
@@ -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