From 982db33a4d936d17648078661a94b1de4bfbfda6 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Fri, 20 Jul 2012 10:12:31 +0900 Subject: [PATCH] Strip the binary --- debian/changelog | 7 +++++++ packaging/liblivebox.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 890567f..16e5cfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livebox (0.0.5) unstable; urgency=low + + * Git: slp/pkgs/l/livebox + * Tag: livebox_0.0.5 + + -- Sung-jae Park Fri, 20 Jul 2012 10:12:09 +0900 + livebox (0.0.4) unstable; urgency=low * Git: slp/pkgs/l/livebox diff --git a/packaging/liblivebox.spec b/packaging/liblivebox.spec index 1fa37e2..624b40d 100644 --- a/packaging/liblivebox.spec +++ b/packaging/liblivebox.spec @@ -1,6 +1,6 @@ Name: liblivebox Summary: Library for the development of a livebox -Version: 0.0.4 +Version: 0.0.5 Release: 1 Group: main/app License: Samsung Proprietary License @@ -21,9 +21,9 @@ Livebox development library (dev) %prep %setup -q -cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} %build +cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} make %{?jobs:-j%jobs} %install -- 2.7.4