blob: a39d72ebd41d4783e6517a69c28d1140fd91682a (
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
|
#sbs-git:slp/pkgs/e/elm-misc elm-misc 0.1 9e25eb4b63eed4f5a01bd45518c6226f768292ca
Name: elm-misc
Summary: Elementary config files
Version: 0.1.31
Release: 1
Group: TO_BE/FILLED_IN
License: LGPLv2.1
BuildArch: noarch
Source0: %{name}-%{version}.tar.gz
%description
Elementary configuration files
%prep
%setup -q
%build
%install
rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_sysconfdir}/profile.d
%__cp etc/profile.d/* %{buildroot}%{_sysconfdir}/profile.d/
mkdir -p %{buildroot}/usr/share/license
cp %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/usr/share/license/%{name}
%post
chown root:root /etc/profile.d/elm.sh
chown root:root /etc/profile.d/evas.sh
%files
%defattr(-,root,root,-)
/etc/profile.d/*
/usr/share/license/%{name}
|