Update
[profile/ivi/ivi-config-wayland.git] / packaging / ivi-config-wayland.spec
1 Name:       ivi-config-wayland
2 Summary:    Custom configs for Tizen IVI wayland build
3 Version:    0.0.1
4 Release:    1
5 Group:      System/Libraries
6 License:    Apache License, Version 2.0
7 URL:        http://www.tizen.org
8 Source0:    cogl-wayland.conf
9 Conflicts:  ivi-config-xlib
10
11 %description
12 Provides customizations for the Tizen IVI wayland build
13
14 %prep
15
16 %build
17 # >> build pre
18 # << build pre
19
20 # >> build post
21 # << build post
22 %install
23 rm -rf %{buildroot}
24
25 mkdir -p %{buildroot}%{_sysconfdir}/xdg/cogl
26 install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/xdg/cogl/cogl.conf
27
28 %files
29 %defattr(-,root,root,-)
30 %config %{_sysconfdir}/xdg/cogl/cogl.conf