summaryrefslogtreecommitdiffstats
path: root/packaging/rpm/openslx.spec
blob: f2aee04d9be39a6dc81157fb2f51828d836a2772 (plain) (blame)
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
#
# spec file for OpenSLX (Version ###version###)
#

Name:           openslx
Version:        ###version###
Release:        ###release###
License:        GNU General Public License (GPL)
Group:          Productivity/Networking/System
Url:            http://openslx.org/
Autoreqprov:    on
Requires:       perl-DBD-SQLite perl-DBD-mysql
PreReq:         perl
Source:         %{name}-v%{version}-%{release}.tar.gz
Summary:        Open StateLess Extensions
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl-DBD-SQLite perl-DBD-mysql

%description
OpenSLX aims on the Linux desktop as a middleware solution to provide easy
administration of large bunchs of computers. The project might be of interest
in a wide field of utilization: schools , education, universities, grid
clusters, corporations with a lot of office workplaces, ...

An OpenSLX client is just a Linux workstation as you would expect, if you have
installed just any distribution onto the local disk. The average user will not
see any difference


Authors:
--------
###authors###


%prep

%setup

%build

%install
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
./tools/installer plain-install SLX_BUILD_PATH="${RPM_BUILD_ROOT}"

%clean
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}

%files -f %{_topdir}/FILES
%defattr(-,root,root)