SPECS: egroupware.spec (NEW) - initial

glen glen at pld-linux.org
Thu Jul 21 01:03:01 CEST 2005


Author: glen                         Date: Wed Jul 20 23:03:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   egroupware.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/egroupware.spec
diff -u /dev/null SPECS/egroupware.spec:1.1
--- /dev/null	Thu Jul 21 01:03:01 2005
+++ SPECS/egroupware.spec	Thu Jul 21 01:02:56 2005
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+# TODO
+# - subpackages
+# - everything
+Summary:	eGroupWare is a web-based groupware suite written in php. 
+Name:		egroupware
+Version:	1.0.0.008
+%define	_rel 2
+Release:	0.%{_rel}.1
+Epoch:		0
+License:	GPL
+Group:		Applications/WWW
+Source0:	http://dl.sourceforge.net/egroupware/eGroupWare-%{version}-%{_rel}.tar.bz2
+# Source0-md5:	30984ed46fa064632a3f3a1137786cbd
+URL:		http://www.egroupware.org/
+Requires:	php >= 3:4.1.2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_appdir %{_datadir}/%{name}
+
+%description
+eGroupWare is a multi-user, web-based groupware suite developed on a
+custom set of PHP-based APIs. Currently available modules include:
+email, addressbook, calendar, infolog (notes, to-do's, phone calls),
+content management, forum, bookmarks, wiki.
+
+%prep
+%setup -q -n %{name}
+
+# remove CVS control files
+find -name CVS -print0 | xargs -0 rm -rf
+
+# GPL
+rm -f doc/LICENSE
+
+# no need.
+rm -rf doc/rpm-build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+
+cp -a *.php $RPM_BUILD_ROOT%{_appdir}
+cp -a addressbook admin backup bookmarks calendar comic developer_tools \
+email emailadmin etemplate felamimail filemanager forum ftp fudforum headlines \
+infolog jinn manual messenger news_admin phpbrain phpgwapi phpldapadmin \
+phpsysinfo polls preferences projects registration setup sitemgr stocks tts \
+wiki $RPM_BUILD_ROOT%{_appdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/*
+%{_appdir}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/20 23:02:56  glen
+- initial
+
================================================================



More information about the pld-cvs-commit mailing list