SPECS: sugarcrm.spec - add ln
wolvverine
wolvverine at pld-linux.org
Tue Feb 14 14:59:17 CET 2006
Author: wolvverine Date: Tue Feb 14 13:59:17 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add ln
---- Files affected:
SPECS:
sugarcrm.spec (1.19 -> 1.20)
---- Diffs:
================================================================
Index: SPECS/sugarcrm.spec
diff -u SPECS/sugarcrm.spec:1.19 SPECS/sugarcrm.spec:1.20
--- SPECS/sugarcrm.spec:1.19 Mon Feb 6 20:43:04 2006
+++ SPECS/sugarcrm.spec Tue Feb 14 14:59:11 2006
@@ -10,7 +10,7 @@
Summary(pl): Narzędzie CRM
Name: sugarcrm
Version: 4.0.1
-Release: 0.6
+Release: 0.7
License: SugarCRM Public License
Group: Applications/WWW
Source0: http://www.sugarforge.org/frs/download.php/919/%{namesrc}-%{version}.zip
@@ -99,7 +99,7 @@
%install
rm -rf $RPM_BUILD_ROOT
cd SugarSuite-Full-%{version}
-install -d $RPM_BUILD_ROOT{%{_appdir},%{_sysconfdir}}
+install -d $RPM_BUILD_ROOT{%{_appdir},%{_sysconfdir},/etc/httpd/webapps.d}
cp -a */ $RPM_BUILD_ROOT%{_appdir}
cp -a *.php *.html $RPM_BUILD_ROOT%{_appdir}
@@ -114,6 +114,9 @@
install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
+ln -sf /etc/webapps/%{name}/httpd.conf $RPM_BUILD_ROOT/etc/httpd/webapps.d/%{name}.conf
+
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -165,6 +168,7 @@
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/config.php
+/etc/httpd/webapps.d/%{name}.conf
%dir %{_appdir}
%{_appdir}/ModuleInstall
%{_appdir}/XTemplate
@@ -201,6 +205,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2006/02/14 13:59:11 wolvverine
+- add ln
+
Revision 1.19 2006/02/06 19:43:04 glen
- setup fixes
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/sugarcrm.spec?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list