diff options
author | gliang.wang <gliang.wang@samsung.com> | 2013-10-23 14:56:08 -0400 |
---|---|---|
committer | gliang.wang <gliang.wang@samsung.com> | 2013-10-23 14:56:58 -0400 |
commit | 5fffb9da64f3d8e836d87f74cf3e51d915ca085d (patch) | |
tree | 3911c65717bbb4c44d085d85b55d80606b10e8dd | |
parent | 147ce02d60a9a2052887c985afeee6cdd1a5501c (diff) | |
download | ug-myfile-efl-2.2.1_release.tar.gz ug-myfile-efl-2.2.1_release.tar.bz2 ug-myfile-efl-2.2.1_release.zip |
[Request] Add the license change in spec filesubmit/tizen_2.2/20131107.0629572.2.1_releasetizen_2.2
Change-Id: Ifc322bf44d6ec356f754ce73e4e5b8e7e23de847
-rw-r--r-- | packaging/ug-myfile-efl.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packaging/ug-myfile-efl.spec b/packaging/ug-myfile-efl.spec index 01a4461..5df9403 100644 --- a/packaging/ug-myfile-efl.spec +++ b/packaging/ug-myfile-efl.spec @@ -1,7 +1,7 @@ #sbs-git:slp/pkgs/u/ug-myfile-efl ug-myfile-efl 0.0.1 1b44640a2e59d1af1ab0792e39a73bf3680b25c9 Name: ug-myfile-efl Summary: Myfile UI Gadget (EFL) -Version: 0.0.48 +Version: 0.0.49 Release: 1 Group: misc License: Flora @@ -43,6 +43,8 @@ mkdir -p /usr/ug/bin/ ln -sf /usr/bin/ug-client /usr/ug/bin/myfile-efl %install rm -rf %{buildroot} +mkdir -p %{buildroot}/usr/share/license +cp LICENSE.Flora %{buildroot}/usr/share/license/%{name} %make_install %files @@ -51,3 +53,5 @@ rm -rf %{buildroot} /usr/ug/lib/* /usr/ug/res/* /usr/share/packages/*.xml +/usr/share/license/%{name} + |