summaryrefslogblamecommitdiffstats
path: root/packaging/rpm/openslx.spec
blob: b7ceade2bd2ad76b679e0d6ecc6001dd95a06a66 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
 
                                               


                       

                             



                                                
                                              

                                                     

                                                    
                                              













                                                                              

             

     
 





                                                                                  

                                                        



                                                                                  





      
                     
#
# 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}
mkdir -p ${RPM_BUILD_ROOT}
tar -cp etc lib opt usr | tar -xp -C ${RPM_BUILD_ROOT}/;

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

%files
/etc
/lib
/opt
/usr

%defattr(-,root,root)