Strip the binary
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 20 Jul 2012 01:07:57 +0000 (10:07 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 20 Jul 2012 01:07:57 +0000 (10:07 +0900)
Change-Id: I950b72b4a9a236cefa63361122a569ad0b6b2aed

debian/changelog
packaging/libcom-core.spec

index e427870..d20bcc2 100644 (file)
@@ -1,3 +1,10 @@
+com-core (0.0.4) unstable; urgency=low
+
+  * Git: slp/pkgs/c/com-core
+  * Tag: com-core_0.0.4
+
+ -- Sung-jae Park <nicesj.park@samsung.com>  Fri, 20 Jul 2012 10:07:33 +0900
+
 com-core (0.0.3) unstable; urgency=low
 
   * Git: slp/pkgs/c/com-core
index 377e841..f7a6f1f 100644 (file)
@@ -1,6 +1,6 @@
 Name: libcom-core
 Summary: Library for the light-weight IPC 
-Version: 0.0.3
+Version: 0.0.4
 Release: 1
 Group: main/util
 License: Samsung Proprietary License
@@ -22,9 +22,9 @@ Light-weight IPC supporting library (dev)
 
 %prep
 %setup -q
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
 
 %build
+cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
 make %{?jobs:-j%jobs}
 
 %install