]> git.pld-linux.org Git - packages/egroupware.git/commitdiff
- initial
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 20 Jul 2005 23:02:56 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    egroupware.spec -> 1.1

egroupware.spec [new file with mode: 0644]

diff --git a/egroupware.spec b/egroupware.spec
new file mode 100644 (file)
index 0000000..246ac94
--- /dev/null
@@ -0,0 +1,56 @@
+# 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}
This page took 0.08361 seconds and 4 git commands to generate.