cleanup specfile for packaging tizen/2012.5.30.3
authorZhang Qiang <qiang.z.zhang@intel.com>
Wed, 30 May 2012 12:48:06 +0000 (20:48 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Wed, 30 May 2012 12:48:06 +0000 (20:48 +0800)
packaging/connman-qt.changes
packaging/connman-qt.spec

index 1567dd9..23ffe7b 100644 (file)
@@ -1,2 +1,5 @@
+* Wed May 30 - Zhang Qiang <qiang.z.zhang@intel.con> - 0.1.4
+- Clean up spec file for packaging
+
 * Fri May 04 2012 Lin Yang <lin.a.yang@intel.com>
 - test release infrastructure
index 41ed29b..c175a4e 100644 (file)
@@ -1,4 +1,4 @@
-%define buildwayland 
+%define buildwayland 1
 %if %{buildwayland}
 %define backend -wayland
 %else
@@ -12,7 +12,7 @@ Release:    1
 Group:      System/GUI/Other
 License:    Apache License
 URL:        http://www.meego.com
-Source0:    connman-qt-%{version}.tar.bz2
+Source0:    %{name}-%{version}.tar.bz2
 Requires:   connman-qt%{backend}-declarative
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -61,7 +61,7 @@ applications using libconnman-qt
 
 
 %prep
-%setup -q -n connman-qt-%{version}
+%setup -q -n %{name}-%{version}
 
 # >> setup
 # << setup