From 372a96db3e9fc80012754eb4e92cb38a5329f4fd Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 31 May 2013 14:32:37 -0400 Subject: [PATCH] Remove placeholders and cleanup spec --- packaging/data-router.changes | 3 +++ packaging/data-router.spec | 9 ++++----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 packaging/data-router.changes diff --git a/packaging/data-router.changes b/packaging/data-router.changes new file mode 100644 index 0000000..61ce44b --- /dev/null +++ b/packaging/data-router.changes @@ -0,0 +1,3 @@ +* Fri May 31 2013 Anas Nashif accepted/tizen/20130520.101025@2e48b9c +- Remove placeholders and cleanup spec + diff --git a/packaging/data-router.spec b/packaging/data-router.spec index f5acd57..3750473 100644 --- a/packaging/data-router.spec +++ b/packaging/data-router.spec @@ -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 -- 2.7.4