resetting manifest requested domain to floor
[apps/core/preloaded/tickernoti.git] / packaging / org.tizen.tickernoti-syspopup.spec
1 Name:       org.tizen.tickernoti-syspopup
2 Summary:    tickernoti system popup application
3 Version:    0.1.9
4 Release:    1
5 Group:      TO_BE/FILLED_IN
6 License:    APLv2
7 Source0:    %{name}-%{version}.tar.gz
8 Source1001:     org.tizen.tickernoti-syspopup.manifest
9
10 BuildRequires: pkgconfig(elementary)
11 BuildRequires: pkgconfig(appcore-efl)
12 BuildRequires: pkgconfig(utilX)
13 BuildRequires: pkgconfig(evas) 
14 BuildRequires: pkgconfig(syspopup)
15 BuildRequires: gettext-devel
16 BuildRequires: cmake
17 BuildRequires: edje-tools
18
19 %description
20 tickernoti system popup application
21
22 %prep
23 %setup -q
24 cp %{SOURCE1001} .
25
26 %build
27 cmake . -DCMAKE_INSTALL_PREFIX=/opt/apps/org.tizen.tickernoti-syspopup
28
29 make %{?jobs:-j%jobs}
30
31 %install
32 rm -rf %{buildroot}
33 %make_install
34 mkdir -p %{buildroot}/usr/share/license
35 cp %{_builddir}/%{buildsubdir}/LICENSE %{buildroot}/usr/share/license/%{name}
36
37 %files
38 %manifest %{name}.manifest
39 %defattr(-,root,root,-)
40 /opt/share/packages/org.tizen.tickernoti-syspopup.xml
41 /opt/apps/org.tizen.tickernoti-syspopup/res/edje/tickernoti.edj
42 /opt/apps/org.tizen.tickernoti-syspopup/bin/tickernoti-syspopup
43 /usr/share/license/%{name}
44 %manifest %{name}.manifest