From 181385fbff1955aa7884aead0d0d816009cd328d Mon Sep 17 00:00:00 2001 From: reinerj Date: Fri, 21 May 2004 21:40:25 +0000 Subject: [PATCH] add fedora spec file --- doc/rpm-build/egroupware-fedora.spec | 80 ++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100755 doc/rpm-build/egroupware-fedora.spec diff --git a/doc/rpm-build/egroupware-fedora.spec b/doc/rpm-build/egroupware-fedora.spec new file mode 100755 index 0000000000..6923333252 --- /dev/null +++ b/doc/rpm-build/egroupware-fedora.spec @@ -0,0 +1,80 @@ +Name: eGroupWare +Version: 0.9.99 +Release: 0.fdr.1.rc5 +Epoch: 0 +Summary: eGroupWare is a web-based groupware suite written in php. + +Group: Web/Database +License: GPL/LGPL +URL: http://www.egroupware.org/ +Source0: http://download.sourceforge.net/egroupware/eGroupWare-0.9.99.0.fdr.1.rc5.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: php php-mysql php-imap php-xmlrpc + + + +%description +eGroupWare is a web-based groupware suite written in PHP. This package provides: + +egroupware core app, addressbook, backup, bookmark, calendar, comic, developer_tools, doc, email, felamimail, forum, ftp, headlines, infolog (CRM), manual, news_admin, phpsysinfo, polls, projects (advanced project management), sitemgr (web content manager), stocks, todo + +It also provides an API for developing additional applications. See the egroupware +apps project for add-on apps. + +%prep +%setup -n egroupware + +%build + +%install +[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} +mkdir -p $RPM_BUILD_ROOT/var/www/html/egroupware +cp -aRf * $RPM_BUILD_ROOT/var/www/html/egroupware + +%clean +[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} + +%post + + echo "***************************************************" + echo "* Attention: You must create the folder FILES *" + echo "* manually outside the root from your *" + echo "* webserver root. *" + echo "* The folder must include the folders users and *" + echo "* files like: /var/www/ *" + echo "* egwfiles/ *" + echo "* users *" + echo "* groups *" + echo "* Give the webserver the rights to read and write *" + echo "* and no anonymous access to this folders *" + echo "* *************************************************" + echo "* Please secure you apache and add *" + echo "* the follow lines to you httpd.conf *" + echo "* *" + echo "* *" + echo "* *" + echo "* Order allow,deny *" + echo "* Deny from all *" + echo "* *" + echo "* *" + echo "***************************************************" + +%postun + +%files +%defattr(0744,root,root) +%dir /var/www/html/egroupware +/var/www/html/egroupware/* + +%changelog +* Thu Apr 27 2004 Reiner Jung 0.9.99.00.fdr.1.rc5 +- rewrite of projects added. +- Wiki with WYSIWYG editor added +- bugfixes for sitemgr +- email don't need longer php-imap module, many bugfixes for email included +- Traditional Chinese lang updated +- Danish lang updated +- Italien lang files updated +- jerryr template updated +- many bugs fixed in all applications +