Strip the binary
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 20 Jul 2012 01:12:31 +0000 (10:12 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 20 Jul 2012 01:12:31 +0000 (10:12 +0900)
debian/changelog
packaging/liblivebox.spec

index 890567f..16e5cfd 100644 (file)
@@ -1,3 +1,10 @@
+livebox (0.0.5) unstable; urgency=low
+
+  * Git: slp/pkgs/l/livebox
+  * Tag: livebox_0.0.5
+
+ -- Sung-jae Park <nicesj.park@samsung.com>  Fri, 20 Jul 2012 10:12:09 +0900
+
 livebox (0.0.4) unstable; urgency=low
 
   * Git: slp/pkgs/l/livebox
index 1fa37e2..624b40d 100644 (file)
@@ -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