Fix RPM Packaging
[framework/uifw/elm-misc.git] / packaging / elm-misc.spec
1
2 Name:       elm-misc
3 Summary:    Elementary config files
4 Version:    0.1
5 Release:    1
6 Group:      TO_BE/FILLED_IN
7 License:    TO BE FILLED IN
8 BuildArch:  noarch
9 Source0:    elm-misc-%{version}.tar.bz2
10
11
12 %description
13 Elementary configuration files
14
15
16
17
18 %prep
19 %setup -q -n %{name}
20
21
22 %build
23
24
25
26 %install
27 rm -rf %{buildroot}
28 %__mkdir_p %{buildroot}%{_sysconfdir}/profile.d
29 %__cp etc/profile.d/elm.sh %{buildroot}%{_sysconfdir}/profile.d/elm.sh
30
31
32
33
34
35
36
37 %files
38 %defattr(-,root,root,-)
39 /etc/profile.d/elm.sh
40
41