]> git.pld-linux.org Git - packages/egroupware.git/commitdiff
- permission changes, check_install.php passed
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 25 Aug 2005 10:11:52 +0000 (10:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    egroupware.spec -> 1.7

egroupware.spec

index a6853e86067bf21d68ae70106852d3195ff85805..4c5d16b3d4105702cce972fa56aac58b032e51ef 100644 (file)
@@ -5,7 +5,7 @@ Summary:        eGroupWare - a web-based groupware suite written in PHP
 Summary(pl):   eGroupWAre - oparte na WWW oprogramowanie do pracy grupowej napisane w PHP
 Name:          egroupware
 Version:       1.0.0.009
-Release:       0.7
+Release:       0.9
 Epoch:         0
 License:       GPL
 Group:         Applications/WWW
@@ -100,7 +100,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_appdir}/filemanager
 %{_appdir}/forum
 %{_appdir}/ftp
-%{_appdir}/fudforum
 %{_appdir}/headlines
 %{_appdir}/infolog
 %{_appdir}/jinn
@@ -108,7 +107,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_appdir}/messenger
 %{_appdir}/news_admin
 %{_appdir}/phpbrain
-%{_appdir}/phpgwapi
 %{_appdir}/phpldapadmin
 %{_appdir}/phpsysinfo
 %{_appdir}/polls
@@ -120,3 +118,21 @@ rm -rf $RPM_BUILD_ROOT
 %{_appdir}/stocks
 %{_appdir}/tts
 %{_appdir}/wiki
+
+%dir %{_appdir}/phpgwapi
+%{_appdir}/phpgwapi/*.php
+%{_appdir}/phpgwapi/cron
+%{_appdir}/phpgwapi/doc
+%{_appdir}/phpgwapi/inc
+%{_appdir}/phpgwapi/js
+%{_appdir}/phpgwapi/setup
+%{_appdir}/phpgwapi/templates
+%{_appdir}/phpgwapi/themes
+%dir %attr(775,root,http) %{_appdir}/phpgwapi/images
+%{_appdir}/phpgwapi/images/*
+
+%dir %attr(775,root,http) %{_appdir}/fudforum
+%{_appdir}/fudforum/*.php
+%{_appdir}/fudforum/inc
+%{_appdir}/fudforum/setup
+%{_appdir}/fudforum/templates
This page took 0.083842 seconds and 4 git commands to generate.