summaryrefslogtreecommitdiff
path: root/packaging/livebox.web-provider.spec
blob: b9eaeb001bcda1243c2bc5f269081fb1e13d30e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#git:framework/web/web-provider
Name: livebox.web-provider
Summary: web framework for livebox 
Version: 1.54
Release: 1
Group: main/app
License: Flora License, Version 1.1
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake, gettext-tools
BuildRequires: pkgconfig(aul)
BuildRequires: pkgconfig(appcore-efl)
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(bundle)
BuildRequires: pkgconfig(eina)
BuildRequires: pkgconfig(ecore)
BuildRequires: pkgconfig(ecore-x)
BuildRequires: pkgconfig(evas)
BuildRequires: pkgconfig(ecore-evas)
BuildRequires: pkgconfig(elementary)
BuildRequires: pkgconfig(ewebkit2)
BuildRequires: pkgconfig(wrt-core)
BuildRequires: pkgconfig(xmlsec1)
BuildRequires: pkgconfig(dpl-efl)
BuildRequires: pkgconfig(provider)
BuildRequires: pkgconfig(livebox-service)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(capi-appfw-application)

%description
This is web framework responsible to manage liveboxes that consist of web contents

%package devel
Summary: Files for web provider devel.
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
Web Provider library (dev)

%prep
%setup -q

%build
%if 0%{?tizen_build_binary_release_type_eng}
export CFLAGS="$CFLAGS -DTIZEN_ENGINEER_MODE"
export CXXFLAGS="$CXXFLAGS -DTIZEN_ENGINEER_MODE"
export FFLAGS="$FFLAGS -DTIZEN_ENGINEER_MODE"
%endif

cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_PROJECT_VERSION=%{version}
#-fpie  LDFLAGS="${LDFLAGS} -pie -O3"
CXXFLAGS="${CXXFLAGS} -Wall -Winline -Werror -fno-builtin-malloc" make %{?jobs:-j%jobs}

%install
rm -rf %{buildroot}
%make_install
%define app_data /opt/usr/apps/livebox.web-provider/data
mkdir -p %{buildroot}%{app_data}

%post
killall -9 web-provider
/usr/bin/web_provider_reset_db.sh
if [ -f /usr/lib/rpm-plugins/msm.so ]; then
        echo "smack setting..."
        chsmack -a 'livebox.web-provider::db' /opt/usr/dbspace/.web_provider.db
        chsmack -a 'livebox.web-provider::db' /opt/usr/dbspace/.web_provider.db-journal
fi
chown 5000:5000 %{app_data}
chmod 755 %{app_data}

%files -n livebox.web-provider
%manifest livebox.web-provider.manifest
%defattr(-,root,root,-)
%{_libdir}/*.so*
%{_libdir}/web-provider/*.so*
%{_libdir}/web-provider/*.json
%{_datadir}/web-provider/*
%attr(755,root,root) %{_bindir}/web_provider_reset_db.sh
%{_prefix}/apps/livebox.web-provider/bin/web-provider
%{_datarootdir}/packages/livebox.web-provider.xml
%{_prefix}/share/res/*
%{_sysconfdir}/smack/accesses.d/livebox.web-provider.rule
%{app_data}

%files devel
%defattr(-,root,root,-)
%{_includedir}/web-provider/*
%{_libdir}/pkgconfig/*.pc