diff options
author | jihye kim <jihye1128.kim@samsung.com> | 2013-11-11 12:07:59 +0900 |
---|---|---|
committer | jihye kim <jihye1128.kim@samsung.com> | 2013-11-11 12:07:59 +0900 |
commit | 9a13162b8660ec98314b21bd6d12a417bd3a9911 (patch) | |
tree | 25b5b5a2c3168d5f23e206ff3df35afbbf696081 | |
parent | 7eda04feff9169fc80f7e9366a61b865e97151eb (diff) | |
download | device-manager-plugin-emul-9a13162b8660ec98314b21bd6d12a417bd3a9911.tar.gz device-manager-plugin-emul-9a13162b8660ec98314b21bd6d12a417bd3a9911.tar.bz2 device-manager-plugin-emul-9a13162b8660ec98314b21bd6d12a417bd3a9911.zip |
fixed the bug of spec filearchives/tizen_20150513
- modify Group and License
- modify Summary
Change-Id: I345f41cc767c097f56c6eb98a8fb11d4ab599943
Signed-off-by: jihye kim <jihye1128.kim@samsung.com>
-rw-r--r-- | packaging/device-manager-plugin-maru.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/device-manager-plugin-maru.spec b/packaging/device-manager-plugin-maru.spec index c017357..df0c002 100644 --- a/packaging/device-manager-plugin-maru.spec +++ b/packaging/device-manager-plugin-maru.spec @@ -1,9 +1,9 @@ Name: device-manager-plugin-maru -Summary: device-manager-plugin-maru +Summary: Device manager for emulator Version: 0.0.16 Release: 1 -Group: TO_BE/FILLED_IN -License: TO_BE/FILLED_IN +Group: System/Libraries +License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1001: packaging/device-manager-plugin-maru.manifest Requires(post): /sbin/ldconfig @@ -12,7 +12,7 @@ BuildRequires: cmake BuildRequires: pkgconfig(devman_plugin) %description -device-manager-plugin-maru. +Device manager for emulator %prep %setup -q |