diff options
author | Younho Park <younho.park@samsung.com> | 2017-03-28 14:33:19 +0900 |
---|---|---|
committer | Younho Park <younho.park@samsung.com> | 2017-03-28 14:33:19 +0900 |
commit | 8f2b27fe62f7fe00644e21c2643ca2cfd1c51c4d (patch) | |
tree | 441d4d02b81e31773d27251f0c164cfe139b7127 | |
parent | e7a080b7bc247b24d9e979180d38c9cc35044e57 (diff) | |
download | settings-adid-accepted/tizen_mobile.tar.gz settings-adid-accepted/tizen_mobile.tar.bz2 settings-adid-accepted/tizen_mobile.zip |
Changed macro for license filetizen_4.0.m1_releasesubmit/tizen/20170328.062854submit/tizen/20170328.051846accepted/tizen/unified/20170329.033712accepted/tizen/mobile/20170329.033604accepted/tizen_mobile
Change-Id: I3c88f3b7779eeb00522e1076557776192693bb55
Signed-off-by: Younho Park <younho.park@samsung.com>
-rw-r--r-- | packaging/org.tizen.settings-adid.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/org.tizen.settings-adid.spec b/packaging/org.tizen.settings-adid.spec index b3ffe9e..959fe02 100644 --- a/packaging/org.tizen.settings-adid.spec +++ b/packaging/org.tizen.settings-adid.spec @@ -46,8 +46,6 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} -mkdir -p %{buildroot}/usr/share/license -cp %{_builddir}/%{name}-%{version}/LICENSE.APLv2 %{buildroot}/usr/share/license/%{name} %make_install @@ -61,7 +59,7 @@ chown -R 5000:5000 /opt/usr/apps/org.tizen.settings-adid/data %files %manifest org.tizen.settings-adid.manifest %defattr(-,root,root,-) -/usr/share/license/%{name} +%license LICENSE.APLv2 %attr(-,inhouse,inhouse) /usr/apps/org.tizen.settings-adid/* %defattr(-,root,root,-) |