Install e17 configuration files in /etc/skel
[platform/core/uifw/e17-misc.git] / packaging / e17-misc.spec
1 Name:       e17-misc
2 Summary:    E17 Config files
3 Version:    0.2
4 Release:    1.1
5 Group:      System/GUI/Other
6 License:    BSD
7 Source0:    e17-misc-%{version}.tar.gz
8 Source1001: packaging/e17-misc.manifest 
9
10 %description
11 The E17 extra configuration files
12
13 %prep
14 %setup -q
15
16 %build
17 cp %{SOURCE1001} .
18
19 %install
20 %__mkdir_p %{buildroot}%{_sysconfdir}/skel
21 %__cp -af %{_arch}/opt/home/root/.e %{buildroot}%{_sysconfdir}/skel/.e
22
23 %files
24 %manifest e17-misc.manifest
25 %config %{_sysconfdir}/skel/.e