From: Anas Nashif Date: Fri, 31 May 2013 18:32:37 +0000 (-0400) Subject: Remove placeholders and cleanup spec X-Git-Tag: submit/tizen/20130531.183241^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=372a96db3e9fc80012754eb4e92cb38a5329f4fd;p=platform%2Fcore%2Fconnectivity%2Fdata-router.git Remove placeholders and cleanup spec --- 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