Remove placeholders and cleanup spec accepted/tizen/20130601.020428 submit/tizen/20130531.183241
authorAnas Nashif <anas.nashif@intel.com>
Fri, 31 May 2013 18:32:37 +0000 (14:32 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Fri, 31 May 2013 18:32:37 +0000 (14:32 -0400)
packaging/data-router.changes [new file with mode: 0644]
packaging/data-router.spec

diff --git a/packaging/data-router.changes b/packaging/data-router.changes
new file mode 100644 (file)
index 0000000..61ce44b
--- /dev/null
@@ -0,0 +1,3 @@
+* Fri May 31 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130520.101025@2e48b9c
+- Remove placeholders and cleanup spec
+
index f5acd57..3750473 100644 (file)
@@ -2,8 +2,8 @@ Name:       data-router
 Summary:    Data Router
 Version:    0.2.17
 Release:    1
-Group:      TO_BE/FILLED_IN
-License:    TO BE FILLED IN
+Group:      Connectivity/Service
+License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 BuildRequires: cmake
 BuildRequires: pkgconfig(dlog)
@@ -20,20 +20,19 @@ For USB serial communication, reads/writes usb node and routes them to Socket cl
 %setup -q
 
 %build
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
+%cmake . 
 make %{?jobs:-j%jobs}
 
 %install
-rm -rf %{buildroot}
 %make_install
 
 
 %post
 /usr/bin/vconftool set -t int memory/data_router/osp_serial_open "0" -u 0 -i -f
-%postun
 
 
 %files
 %manifest data-router.manifest
 %defattr(-, root, root)
+%license LICENSE
 /usr/bin/data-router