From b32d2cbb928ed0bcbd400a289c9569adfacc56e2 Mon Sep 17 00:00:00 2001 From: Taeyoung Kim Date: Fri, 27 Sep 2013 15:07:33 +0900 Subject: [PATCH] Copy license file to /usr/share/license/ tizendev.org synchronization with tizen.org. Change-Id: Ie2137b3f818b8f998f38300b8dd42b1cd8684233 Signed-off-by: Taeyoung Kim Signed-off-by: Jacek Pielaszkiewicz --- packaging/system-popup.spec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packaging/system-popup.spec b/packaging/system-popup.spec index 13b4630..b691ea6 100755 --- a/packaging/system-popup.spec +++ b/packaging/system-popup.spec @@ -117,6 +117,14 @@ make %{?jobs:-j%jobs} rm -rf %{buildroot} %make_install +mkdir -p %{buildroot}/usr/share/license +cp LICENSE.Apache_v2 %{buildroot}/usr/share/license/org.tizen.poweroff-syspopup +cp LICENSE.Apache_v2 %{buildroot}/usr/share/license/org.tizen.lowbat-syspopup +cp LICENSE.Apache_v2 %{buildroot}/usr/share/license/org.tizen.lowmem-syspopup +cp LICENSE.Apache_v2 %{buildroot}/usr/share/license/org.tizen.mmc-syspopup +cp LICENSE.Apache_v2 %{buildroot}/usr/share/license/org.tizen.usb-syspopup +cp LICENSE.Apache_v2 %{buildroot}/usr/share/license/org.tizen.usbotg-syspopup + %post vconftool set -t int db/setting/select_popup_btn "0" -u 5000 -f @@ -138,6 +146,7 @@ vconftool set -t int db/setting/select_popup_btn "0" -u 5000 -f /usr/share/process-info/poweroff-popup.ini /usr/apps/org.tizen.poweroff-syspopup/res/locale/*/LC_MESSAGES/*.mo /opt/etc/smack/accesses.d/org.tizen.poweroff-syspopup.rule +/usr/share/license/org.tizen.poweroff-syspopup %files -n org.tizen.lowmem-syspopup %manifest %{name}.manifest @@ -150,6 +159,7 @@ vconftool set -t int db/setting/select_popup_btn "0" -u 5000 -f /usr/share/process-info/lowmem-popup.ini /usr/apps/org.tizen.lowmem-syspopup/res/locale/*/LC_MESSAGES/*.mo /opt/etc/smack/accesses.d/org.tizen.lowmem-syspopup.rule +/usr/share/license/org.tizen.lowmem-syspopup %files -n org.tizen.lowbat-syspopup %manifest %{name}.manifest @@ -161,6 +171,7 @@ vconftool set -t int db/setting/select_popup_btn "0" -u 5000 -f /usr/share/packages/org.tizen.lowbat-syspopup.xml /usr/share/process-info/lowbatt-popup.ini /opt/etc/smack/accesses.d/org.tizen.lowbat-syspopup.rule +/usr/share/license/org.tizen.lowbat-syspopup %files -n org.tizen.mmc-syspopup %manifest %{name}.manifest @@ -170,6 +181,7 @@ vconftool set -t int db/setting/select_popup_btn "0" -u 5000 -f /usr/share/process-info/mmc-popup.ini /usr/apps/org.tizen.mmc-syspopup/res/locale/*/LC_MESSAGES/*.mo /opt/etc/smack/accesses.d/org.tizen.mmc-syspopup.rule +/usr/share/license/org.tizen.mmc-syspopup %files -n org.tizen.usb-syspopup %manifest %{name}.manifest @@ -178,6 +190,7 @@ vconftool set -t int db/setting/select_popup_btn "0" -u 5000 -f %attr(440,app,app) /usr/apps/org.tizen.usb-syspopup/res/locale/*/LC_MESSAGES/usb-syspopup.mo /usr/share/packages/org.tizen.usb-syspopup.xml /opt/etc/smack/accesses.d/org.tizen.usb-syspopup.rule +/usr/share/license/org.tizen.usb-syspopup %files -n org.tizen.usbotg-syspopup %manifest %{name}.manifest @@ -185,3 +198,4 @@ vconftool set -t int db/setting/select_popup_btn "0" -u 5000 -f %attr(555,app,app) /usr/apps/org.tizen.usbotg-syspopup/bin/usbotg-syspopup /usr/share/packages/org.tizen.usbotg-syspopup.xml /opt/etc/smack/accesses.d/org.tizen.usbotg-syspopup.rule +/usr/share/license/org.tizen.usbotg-syspopup -- 2.7.4