diff options
author | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-04-25 12:54:09 +0200 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-07-04 17:06:13 +0200 |
commit | c4cf5a1a725848a9e3e914dee6080065f7f4065c (patch) | |
tree | bcfbc21b69848d5f9e83566af66864f356225d6e | |
parent | eaf23c0b90f77bc413f478855c30992adedc5c2a (diff) | |
download | qtquickcontrols-c4cf5a1a725848a9e3e914dee6080065f7f4065c.tar.gz qtquickcontrols-c4cf5a1a725848a9e3e914dee6080065f7f4065c.tar.bz2 qtquickcontrols-c4cf5a1a725848a9e3e914dee6080065f7f4065c.zip |
Added manifest file according to smack 3-domain model.
Bug-Tizen:TIVI-2416
Change-Id: I30d2287aa3402f1aa6a68623132c4f279e36f26a
Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
-rw-r--r-- | packaging/qt5-qtquickcontrols.manifest | 5 | ||||
-rw-r--r-- | packaging/qt5-qtquickcontrols.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/qt5-qtquickcontrols.manifest b/packaging/qt5-qtquickcontrols.manifest new file mode 100644 index 00000000..75b0fa5e --- /dev/null +++ b/packaging/qt5-qtquickcontrols.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/qt5-qtquickcontrols.spec b/packaging/qt5-qtquickcontrols.spec index 0bcd33c0..23524871 100644 --- a/packaging/qt5-qtquickcontrols.spec +++ b/packaging/qt5-qtquickcontrols.spec @@ -28,6 +28,7 @@ Group: Base/Libraries License: LGPL-2.1+ or GPL-3.0 URL: http://qt.digia.com Source0: %{name}-%{version}.tar.xz +Source1001: %{name}.manifest BuildRequires: qt5-qtcore-devel BuildRequires: qt5-qtgui-devel BuildRequires: qt5-qtdeclarative-devel @@ -46,6 +47,7 @@ This package contains the Qt Quick Controls library %prep %setup -q -n %{name}-%{version} +cp %{SOURCE1001} . %build export QTDIR=/usr/share/qt5 @@ -69,6 +71,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) +%manifest %{name}.manifest %{_libdir}/qt5/qml/QtQuick/Controls %{_libdir}/qt5/qml/QtQuick/Layouts %{_libdir}/qt5/qml/QtQuick/Dialogs |