Lade...
 

UserPagehotte

Background

a mysterious cat has eighteen half-lifes

Foreground


Playground


TikiWiki on SuSE-based Linux Systems


This section is a start for a Page "Installing tikiwiki on SuSE-based Linux Systems".

spec.file for tikiwiki 1.9.x on SuSE-based Linux Systems

Copy to clipboard
# tikiwiki.spec # version: 0.0.1 %define is_suse %([ -f /etc/SuSE-release ] && echo 1 || echo 0 ) %if %{is_suse} == 1 %define SUSEVER %(awk ' /^VERSION/ { sub(/\./,""); print $NF } ' /etc/SuSE-release ) %endif %if %{SUSEVER} < 30 %define is_sles 1 %define _mydist sles%{SUSEVER} %else %define is_sles 0 %define _mydist suse%{SUSEVER} %endif %define name tikiwiki %define sname tiki %define version 1.9.2 %define release 22%{_mydist} %define webroot /srv/www %define wwwowner wwwrun %define wwwgroup www %define usesetupsh 0 Summary: A PHP based CMS/Groupware with a full WIKI environment Name: %{name} Version: %{version} Release: %{release} Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz License: LGPL Packager: Frank Hollmann <frank.hollmann@lfst.bayern.de> Group: Applications/Internet URL: http://www.tikiwiki.org Requires: webserver php mysql php-mysql BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-root Provides: tikiwiki %description TikiWiki is an opensource (LGPL), php-based, CMS/Groupware web application with a full wiki environment. %prep %setup -q %build %install install -d -m0750 -o root -g root -p %{buildroot}%{webroot} install -d -m0750 -o root -g root -p %{buildroot}%{webroot}/%{sname}-%{version} # cleanup cvs tree find . -type d -name *CVS* | xargs -- rm -rf >/dev/null 2>&1 find . -name ".cvsignore" -exec rm -f {} \; rm -rf templates_c/* rm -f modules/cache/*.cache # copy the files tar cf - . | ( cd %{buildroot}/%{webroot}/%{sname}-%{version} ; tar xf - ) %clean if [ -n %{buildroot} -a ! %{buildroot} = "/" ]; then rm -rf %{buildroot} fi %pre # for SuSE only. %if %{is_suse} == 0 printf "%s\n" "This is a package for SuSE Distributions. Sorry for the unconveniance" exit 1 %endif %post cd %{webroot}/%{sname}-%{version} if [ %{usesetupsh} -eq 0 ]; then if [ -f fixperms.sh ]; then sh ./fixperms.sh fix %{wwwowner} %{wwwgroup} fi else if [ -f setup.sh ]; then chmod 700 setup.sh sh ./setup.sh %{wwwowner} %{wwwgroup} fi fi %preun rm -rf templates_c/* rm -f modules/cache/*.cache %files %defattr(-, %{wwwowner}, %{wwwgroup}) %doc README INSTALL fixperms.sh setup.sh %{webroot}/%{sname}-%{version}/* %changelog * Tue Oct 04 2005 Frank Hollmann <abholmarkt@h00.net> 1.9.2-1 - cvs tree used - first package for SUSE


Zu dieser Seite haben beigesteuert: hotte .
Seite zuletzt geändert: am 17.10.05 12:36 von hotte.