diff options
author | jh0522.choi <jh0522.choi@samsung.com> | 2012-10-08 15:01:28 +0900 |
---|---|---|
committer | jh0522.choi <jh0522.choi@samsung.com> | 2012-10-08 15:01:28 +0900 |
commit | 34a0ed0b3c3cc8436a045a28c4fffed573a3ce09 (patch) | |
tree | 756bac3f788b456900d2981549963968b26f2a16 /packaging | |
parent | cade34d332803dd956efdae4810f721f687d59bb (diff) | |
download | installer-34a0ed0b3c3cc8436a045a28c4fffed573a3ce09.tar.gz installer-34a0ed0b3c3cc8436a045a28c4fffed573a3ce09.tar.bz2 installer-34a0ed0b3c3cc8436a045a28c4fffed573a3ce09.zip |
To make debuginfo package instead of debug package
Change-Id: Ie18a42e323579a45fa3eee30105f4d60ebc1edfa
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/osp-installer.spec | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/packaging/osp-installer.spec b/packaging/osp-installer.spec index c9c5876..a0c97e2 100755 --- a/packaging/osp-installer.spec +++ b/packaging/osp-installer.spec @@ -1,6 +1,3 @@ -%define debug_package %{nil} -%define __strip /bin/true - Name: osp-installer Summary: osp application installer Version: 1.3.0.0 @@ -22,14 +19,6 @@ Requires: osp-loader %description osp application installer -%package debug -Summary: osp application installer (Development) -Group: TO_BE/FILLED_IN -Requires: %{name} = %{version}-%{release} - -%description debug -osp application installer (DEV) - %prep %setup -q @@ -70,7 +59,5 @@ ln -s /usr/bin/osp-installer /usr/etc/package-manager/backend/tpk %files /usr/bin/* -/usr/lib/* +/usr/lib/*.so* -%files debug -/usr/lib/osp/debug/* |