summaryrefslogtreecommitdiff
path: root/packaging/kickstarter.spec
blob: fc24889b681c37eca5db8d29e941172b8dae822a (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
Summary:	Create kickstart files for meego images
Name:		kickstarter
Version:	0.15
Release:	1
License:	GPLv2
Group:		System/Base
URL:		http://www.meego.com
Source:		%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:	noarch
Requires:   PyYAML
Requires:   python-urlgrabber
Requires:   python-cheetah
BuildRequires:  python-devel
BuildRequires:  python-cheetah

%description
Create Configuration files to build meego images

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc GPL