sync with tizen 2.0
[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.7r02
4 Release:    1
5 Group:      TO_BE/FILLED_IN
6 License:    APLv2
7 Source0:    %{name}-%{version}.tar.gz
8
9 BuildRequires: pkgconfig(elementary)
10 BuildRequires: pkgconfig(appcore-efl)
11 BuildRequires: pkgconfig(utilX)
12 BuildRequires: pkgconfig(evas) 
13 BuildRequires: pkgconfig(syspopup)
14 BuildRequires: gettext-devel
15 BuildRequires: cmake
16 BuildRequires: edje-tools
17
18 %description
19 tickernoti system popup application
20
21 %prep
22 %setup -q
23
24 %build
25 cmake . -DCMAKE_INSTALL_PREFIX=/opt/apps/org.tizen.tickernoti-syspopup
26
27 make %{?jobs:-j%jobs}
28
29 %install
30 rm -rf %{buildroot}
31 %make_install
32 mkdir -p %{buildroot}/usr/share/license
33 cp %{_builddir}/%{buildsubdir}/LICENSE %{buildroot}/usr/share/license/%{name}
34
35 %files
36 %defattr(-,root,root,-)
37 /opt/share/packages/org.tizen.tickernoti-syspopup.xml
38 /opt/apps/org.tizen.tickernoti-syspopup/res/edje/tickernoti.edj
39 /opt/apps/org.tizen.tickernoti-syspopup/bin/tickernoti-syspopup
40 /usr/share/license/%{name}
41 %manifest %{name}.manifest