diff options
author | Seungbae Shin <seungbae.shin@samsung.com> | 2017-03-27 16:26:39 +0900 |
---|---|---|
committer | Seungbae Shin <seungbae.shin@samsung.com> | 2017-03-27 16:27:21 +0900 |
commit | 7530223154d5afb8d54ea7ed4b4e65257e6d46a6 (patch) | |
tree | fc8618e113cc750a5101212c47a914918e8d7ea3 | |
parent | dd5a724640447790e39898e0ef59f2484b082b39 (diff) | |
download | murphy-7530223154d5afb8d54ea7ed4b4e65257e6d46a6.tar.gz murphy-7530223154d5afb8d54ea7ed4b4e65257e6d46a6.tar.bz2 murphy-7530223154d5afb8d54ea7ed4b4e65257e6d46a6.zip |
Install COPYING & update license to proper one (BSD-3-Clause)submit/tizen_3.0/20170329.043647accepted/tizen/3.0/wearable/20170329.223006accepted/tizen/3.0/tv/20170329.222946accepted/tizen/3.0/mobile/20170329.222926accepted/tizen/3.0/ivi/20170329.223027accepted/tizen/3.0/common/20170330.124937
[Version] 0.0.74-8
[Profile] Common
[Issue Type] License
Change-Id: Id78b7276b834ab7f85429773568b30686c271ae1
-rw-r--r-- | packaging/murphy.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packaging/murphy.spec b/packaging/murphy.spec index 6183019..759e8a1 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -29,8 +29,8 @@ Summary: Resource policy framework Name: murphy Version: 0.0.74 -Release: 7 -License: BSD-2.0 +Release: 8 +License: BSD-3-Clause Group: System/Service URL: http://01.org/murphy/ Source0: %{name}-%{version}.tar.gz @@ -346,6 +346,7 @@ ldconfig %endif %files -f filelist.plugins-base +%license COPYING LICENSE-BSD %defattr(-,root,root,-) %manifest murphy.manifest %{_bindir}/murphyd @@ -456,6 +457,7 @@ ldconfig %if %{with glib} %files glib %defattr(-,root,root,-) +%license COPYING LICENSE-BSD %{_libdir}/libmurphy-glib.so.* %manifest murphy.manifest |