Clean up spec file for packaging accepted/trunk/20120821.172538 submit/trunk/20120821.102557 tizen/20120530.1
authorYang Lin <lin.a.yang@intel.com>
Wed, 30 May 2012 03:54:33 +0000 (11:54 +0800)
committerYang Lin <lin.a.yang@intel.com>
Wed, 30 May 2012 03:54:33 +0000 (11:54 +0800)
packaging/obexd.changes
packaging/obexd.spec

index 1567dd9..84f9d7f 100644 (file)
@@ -1,2 +1,5 @@
+* Wed May 30 03:17:39 UTC 2012 - Lin Yang <lin.a.yang@intel.con> - 0.44
+- Clean up spec file for packaging
+
 * Fri May 04 2012 Lin Yang <lin.a.yang@intel.com>
 - test release infrastructure
index 00a26a7..dd64df9 100644 (file)
@@ -4,7 +4,7 @@ Version:    0.44
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    GPL-2.0
-Source0:    obexd-%{version}.tar.gz
+Source0:    %{name}-%{version}.tar.bz2
 BuildRequires:  pkgconfig(bluez) 
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(glib-2.0) 
@@ -16,7 +16,7 @@ OBEX Server A basic OBEX server implementation.
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 
 
 %build