summaryrefslogtreecommitdiffstats
path: root/redhat/extras/trinity-live/trinity-live.spec
blob: 95733ae807b6eca8007c2d127e2bfcfc238c23fe (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
# Default version for this component
%if "%{?version}" == ""
%define version 3.5.13
%endif
%define release 1

%define _datadir %{_usr}/share

Name:		trinity-live
Version:	%{version}
Release:	%{?release}%{?dist}
License:	GPL
Summary:	Trinity Spins
Group:		Applications/System

Vendor:		Trinity Project
Packager:	Francois Andriot <francois.andriot@free.fr>
URL:		http://www.trinitydesktop.org/

Prefix:		%{_prefix}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch

Requires:	fedora-kickstarts
Requires:	livecd-tools

Source0:	fedora-live-tde-base.ks
Source1:	fedora-livecd-tde.ks

%description
This package contains the Trinity configuration file to build a Fedora
LiveCD containing Fedora.

%package openbox
Summary:	bootstrap 'openbox' script that runs TDE's kwin
Requires:	trinity-kdebase
BuildArch:	noarch
Group:		Applications/System

%description openbox
There is a bug in 'firstboot' that prevents it to invoke 'openbox' correctly.
The provided script redirects 'openbox' to 'kwin'.
It is used on the Fedora TDE LiveCD.

%prep

%build
cat <<EOF >openbox
#!/bin/sh

# This script is used by 'firstboot' only.
# It allows to run TDE's kwin instead of openbox.

export PATH=%{_bindir}:\${PATH}
export HOME=/root
rm -rf \${HOME}/.DCOPserver*

rpm -e trinity-live-openbox

exec kwin \$@
EOF

%install
%__rm -rf %{?buildroot}
%__mkdir_p %{?buildroot}%{_datadir}/spin-kickstarts
%__install -m 644 %{SOURCE0} %{?buildroot}%{_datadir}/spin-kickstarts
%__install -m 644 %{SOURCE1} %{?buildroot}%{_datadir}/spin-kickstarts

# Openbox
%__mkdir_p "%{?buildroot}/usr/local/bin"
%__install -m 755 openbox "%{?buildroot}/usr/local/bin"


%files
%{_datadir}/spin-kickstarts/fedora-live-tde-base.ks
%{_datadir}/spin-kickstarts/fedora-livecd-tde.ks

%files openbox
/usr/local/bin/openbox


%changelog
* Wed Nov 09 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-1
- Initial build