Remove placeholders and cleanup spec accepted/tizen/20130531.230016 submit/tizen/20130531.154035
authorAnas Nashif <anas.nashif@intel.com>
Fri, 31 May 2013 15:40:31 +0000 (11:40 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Fri, 31 May 2013 15:40:31 +0000 (11:40 -0400)
packaging/capi-network-bluetooth.changes
packaging/capi-network-bluetooth.spec

index 64259c4..9ec0967 100644 (file)
@@ -1,3 +1,6 @@
+* Fri May 31 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130523.195543@25d7f34
+- Remove placeholders and cleanup spec
+
 * Thu May 23 2013 Rusty Lynch <rusty.lynch@intel.com> submit/tizen/20130517.044608@045ab24
 - Fix build for Tizen 3.0
 
index f398d8a..247d2b5 100644 (file)
@@ -1,14 +1,10 @@
-#sbs-git:slp/api/bluetooth capi-network-bluetooth 0.1.0 686c444083e4197845c768e5dd034022b1dfa250
 Name:       capi-network-bluetooth
 Summary:    Network Bluetooth Framework
 Version:    0.1.39
 Release:    1
-Group:      TO_BE/FILLED_IN
-License:    Apache License, Version 2.0
+Group:      Connectivity/API
+License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
-
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -24,11 +20,13 @@ Network Bluetooth Framework
 
 %package devel
 Summary:    Network Bluetooth Framework (DEV)
-Group:      TO_BE/FILLED
+Group:      Development/Connectivit
 Requires:   %{name} = %{version}-%{release}
 
 %description devel
-Network Bluetooth Framework (DEV).
+Network Bluetooth Framework.
+
+%devel_desc
 
 %prep
 %setup -q
@@ -40,7 +38,6 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 make %{?jobs:-j%jobs}
 
 %install
-rm -rf %{buildroot}
 %make_install
 
 
@@ -49,6 +46,7 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %files
+%license LICENSE.APLv2 LICENSE
 %manifest bluetooth.manifest
 %{_libdir}/libcapi-network-bluetooth.so.*