forked from Linutronix/elbe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elbe.spec
69 lines (57 loc) · 2 KB
/
elbe.spec
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
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: elbe
Version: 12.3
Release: 1
Summary: Elbe (Embedded Linux Build Environment)
Group: Development/Tools
License: GPLv3
URL: http://elbe-rfs.org
Source0: http://elbe-rfs.org/download/elbe-2.0/elbe-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: asciidoc
BuildRequires: xmlto
requires: qemu-kvm, python-lxml, python-mako, wget, python-suds, libvirt-python
%description
ELBE (Embedded Linux Build Environment)
Debian based system to generate root-filesystems for embedded devices.
%prep
%setup -q -n elbe-%{version}
%build
python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --skip-build --root $RPM_BUILD_ROOT --install-lib=%{python_sitearch}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING
%docdir /usr/share/doc/elbe-doc
%docdir /usr/share/man
/usr/share/doc/elbe-doc/*
/usr/share/man/*
%{python_sitearch}/*
/usr/bin/elbe
%changelog
* Mon Nov 09 2016 Manuel Traut <[email protected]> - 1.9.15-1
- bump to 1.9.15-1
* Mon Nov 07 2016 Manuel Traut <[email protected]> - 1.9.14-1
- bump to 1.9.14-1
* Mon Oct 25 2016 Manuel Traut <[email protected]> - 1.9.13-1
- bump to 1.9.13-1
* Mon Oct 17 2016 Manuel Traut <[email protected]> - 1.9.12-1
- bump to 1.9.12-1
* Mon Sep 19 2016 Manuel Traut <[email protected]> - 1.9.11-1
- bump to 1.9.11-1
* Fri Sep 16 2016 Manuel Traut <[email protected]> - 1.9.10-1
- bump to 1.9.10-1
* Wed Feb 10 2016 Torben Hohn <[email protected]> - 1.9.2-1
- bump to 1.9.2-1
* Mon Feb 8 2016 Torben Hohn <[email protected]> - 1.9.1-1
- bump to 1.9.1-1
* Mon Feb 1 2016 Torben Hohn <[email protected]> - 1.9.0-1
- bump to 1.9.0-1
* Tue Jan 26 2016 Torben Hohn <[email protected]> - 1.0-1
- Initial build