]> err.no Git - sope/commitdiff
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@573 e4a50df8-12e2-0310-a44c-efbce...
authorfrank <frank@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 18 Feb 2005 14:40:28 +0000 (14:40 +0000)
committerfrank <frank@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 18 Feb 2005 14:40:28 +0000 (14:40 +0000)
maintenance/mod_ngobjweb_conectiva10.spec
maintenance/mod_ngobjweb_fedora.spec
maintenance/mod_ngobjweb_mdk100.spec
maintenance/mod_ngobjweb_mdk101.spec
maintenance/mod_ngobjweb_redhat9.spec
maintenance/mod_ngobjweb_rhel3.spec
maintenance/mod_ngobjweb_sles9.spec
maintenance/mod_ngobjweb_slss8.spec
maintenance/mod_ngobjweb_suse82.spec
maintenance/mod_ngobjweb_suse91.spec
maintenance/mod_ngobjweb_suse92.spec

index 31b73322b81f797af8f3b170e7227d217e849eaa..6c28934ff5c0ea4dfcd3e4a10ee6a2fb5e4c7160 100644 (file)
@@ -33,31 +33,10 @@ mkdir -p ${RPM_BUILD_ROOT}/usr/lib/apache/modules
 cp mod_ngobjweb.so ${RPM_BUILD_ROOT}/usr/lib/apache/modules/
 
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/apache/conf/conf.d/
-echo "#this file contains the apache/httpd configuration for OpenGroupware.org
-#it should be included from within your default httpd.conf ala:
-#\`include OGo.conf\`
-#(or copy it into the dir where additonal configs end up - usually conf.d/)
+echo "#Here we load the 'mod_ngobjweb.so' module
 #
 LoadModule ngobjweb_module %{_usr}/lib/apache/modules/mod_ngobjweb.so
-#
-Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
-Alias /ArticleImages %{_var}/lib/opengroupware.org/news
-#
-<LocationMatch "^/OpenGroupware*">
-  SetAppPort 20000
-  SetHandler ngobjweb-adaptor
-</LocationMatch>
-#
-<LocationMatch "^/zidestore/*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 21000
-</LocationMatch>
-#
-<LocationMatch "^/RPC2*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 22000
-</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache/conf/conf.d/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache/conf/conf.d/ngobjweb.conf
 
 # ****************************** post *********************************
 
@@ -69,9 +48,11 @@ rm -fr ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %{_usr}/lib/apache/modules/mod_ngobjweb.so
-%config %{_sysconfdir}/apache/conf/conf.d/OGo.conf
+%config %{_sysconfdir}/apache/conf/conf.d/ngobjweb.conf
 
 # ********************************* changelog *************************
 %changelog
+* Fri Feb 18 2005 Frank Reppin <frank@opengroupware.org>
+- moved parts to the application RPMS
 * Wed Jan 12 2005 Frank Reppin <frank@opengroupware.org>
 - initial build
index 0aba0a83a4a6a058288f8469ddd5a8d980099f95..a6fd62b50514a107df0db1ece61481f2865f4a87 100644 (file)
@@ -33,31 +33,10 @@ mkdir -p ${RPM_BUILD_ROOT}/usr/lib/httpd/modules
 cp mod_ngobjweb.so ${RPM_BUILD_ROOT}/usr/lib/httpd/modules/
 
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d
-echo "#this file contains the apache/httpd configuration for OpenGroupware.org
-#it should be included from within your default httpd.conf ala:
-#\`include OGo.conf\`
-#(or copy it into the dir where additonal configs end up - usually conf.d/)
+echo "#Here we load the 'mod_ngobjweb.so' module
 #
 LoadModule ngobjweb_module %{_usr}/lib/httpd/modules/mod_ngobjweb.so
-#
-Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
-Alias /ArticleImages %{_var}/lib/opengroupware.org/news
-#
-<LocationMatch "^/OpenGroupware*">
-  SetAppPort 20000
-  SetHandler ngobjweb-adaptor
-</LocationMatch>
-#
-<LocationMatch "^/zidestore/*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 21000
-</LocationMatch>
-#
-<LocationMatch "^/RPC2*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 22000
-</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/ngobjweb.conf
 
 # ****************************** post *********************************
 
@@ -70,10 +49,12 @@ rm -fr ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %{_usr}/lib/httpd/modules/mod_ngobjweb.so
-%config %{_sysconfdir}/httpd/conf.d/OGo.conf
+%config %{_sysconfdir}/httpd/conf.d/ngobjweb.conf
 
 # ********************************* changelog *************************
 %changelog
+* Fri Feb 18 2005 Frank Reppin <frank@opengroupware.org>
+- moved parts to the application RPMS
 * Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
 - requires httpd -obviously-
 - mod_ngobjweb.so lives in /usr/lib/httpd/modules now
index 92508248f4f7a2eb0a6c5754047233f6d6eee96e..e409928a8b1fd8ef90511f27f23f859642dae175 100644 (file)
@@ -33,31 +33,10 @@ mkdir -p ${RPM_BUILD_ROOT}/usr/lib/apache2
 cp mod_ngobjweb.so ${RPM_BUILD_ROOT}/usr/lib/apache2/
 
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d
-echo "#this file contains the apache/httpd configuration for OpenGroupware.org
-#it should be included from within your default httpd.conf ala:
-#\`include OGo.conf\`
-#(or copy it into the dir where additonal configs end up - usually conf.d/)
+echo "#Here we load the 'mod_ngobjweb.so' module
 #
 LoadModule ngobjweb_module %{_usr}/lib/apache2/mod_ngobjweb.so
-#
-Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
-Alias /ArticleImages %{_var}/lib/opengroupware.org/news
-#
-<LocationMatch "^/OpenGroupware*">
-  SetAppPort 20000
-  SetHandler ngobjweb-adaptor
-</LocationMatch>
-#
-<LocationMatch "^/zidestore/*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 21000
-</LocationMatch>
-#
-<LocationMatch "^/RPC2*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 22000
-</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/ngobjweb.conf
 
 # ****************************** post *********************************
 
@@ -70,10 +49,12 @@ rm -fr ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %{_usr}/lib/apache2/mod_ngobjweb.so
-%config %{_sysconfdir}/httpd/conf.d/OGo.conf
+%config %{_sysconfdir}/httpd/conf.d/ngobjweb.conf
 
 # ********************************* changelog *************************
 %changelog
+* Fri Feb 18 2005 Frank Reppin <frank@opengroupware.org>
+- moved parts to the application RPMS
 * Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
 - requires apache2 -obviously-
 - mod_ngobjweb.so lives in /usr/lib/apache2 now
index d3ebaa969f48152d4760984ec3fcd9aa1a828fce..7c55033680fb193210563dffbcf4d7c96bb55bbb 100644 (file)
@@ -33,31 +33,10 @@ mkdir -p ${RPM_BUILD_ROOT}/usr/lib/apache2
 cp mod_ngobjweb.so ${RPM_BUILD_ROOT}/usr/lib/apache2/
 
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d
-echo "#this file contains the apache/httpd configuration for OpenGroupware.org
-#it should be included from within your default httpd.conf ala:
-#\`include OGo.conf\`
-#(or copy it into the dir where additonal configs end up - usually conf.d/)
+echo "#Here we load the 'mod_ngobjweb.so' module
 #
 LoadModule ngobjweb_module %{_usr}/lib/apache2/mod_ngobjweb.so
-#
-Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
-Alias /ArticleImages %{_var}/lib/opengroupware.org/news
-#
-<LocationMatch "^/OpenGroupware*">
-  SetAppPort 20000
-  SetHandler ngobjweb-adaptor
-</LocationMatch>
-#
-<LocationMatch "^/zidestore/*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 21000
-</LocationMatch>
-#
-<LocationMatch "^/RPC2*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 22000
-</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/ngobjweb.conf
 
 # ****************************** post *********************************
 
@@ -70,10 +49,12 @@ rm -fr ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %{_usr}/lib/apache2/mod_ngobjweb.so
-%config %{_sysconfdir}/httpd/conf.d/OGo.conf
+%config %{_sysconfdir}/httpd/conf.d/ngobjweb.conf
 
 # ********************************* changelog *************************
 %changelog
+* Fri Feb 18 2005 Frank Reppin <frank@opengroupware.org>
+- moved parts to the application RPMS
 * Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
 - requires apache2 -obviously-
 - mod_ngobjweb.so lives in /usr/lib/apache2 now
index 64cabc686b90d26ad9dd9062b0a955355a04594e..1b4b488e166bf523ee796c95a7e86bbe31fb19a8 100644 (file)
@@ -33,31 +33,10 @@ mkdir -p ${RPM_BUILD_ROOT}/usr/lib/httpd/modules
 cp mod_ngobjweb.so ${RPM_BUILD_ROOT}/usr/lib/httpd/modules/
 
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d
-echo "#this file contains the apache/httpd configuration for OpenGroupware.org
-#it should be included from within your default httpd.conf ala:
-#\`include OGo.conf\`
-#(or copy it into the dir where additonal configs end up - usually conf.d/)
+echo "#Here we load the 'mod_ngobjweb.so' module
 #
 LoadModule ngobjweb_module %{_usr}/lib/httpd/modules/mod_ngobjweb.so
-#
-Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
-Alias /ArticleImages %{_var}/lib/opengroupware.org/news
-#
-<LocationMatch "^/OpenGroupware*">
-  SetAppPort 20000
-  SetHandler ngobjweb-adaptor
-</LocationMatch>
-#
-<LocationMatch "^/zidestore/*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 21000
-</LocationMatch>
-#
-<LocationMatch "^/RPC2*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 22000
-</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/ngobjweb.conf
 
 # ****************************** post *********************************
 
@@ -70,10 +49,12 @@ rm -fr ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %{_usr}/lib/httpd/modules/mod_ngobjweb.so
-%config %{_sysconfdir}/httpd/conf.d/OGo.conf
+%config %{_sysconfdir}/httpd/conf.d/ngobjweb.conf
 
 # ********************************* changelog *************************
 %changelog
+* Fri Feb 18 2005 Frank Reppin <frank@opengroupware.org>
+- moved parts to the application RPMS
 * Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
 - requires httpd -obviously-
 - mod_ngobjweb.so lives in /usr/lib/httpd/modules now
index 64cabc686b90d26ad9dd9062b0a955355a04594e..ebd254b822779e81a3958f0c422044f81c9a9dfa 100644 (file)
@@ -33,31 +33,10 @@ mkdir -p ${RPM_BUILD_ROOT}/usr/lib/httpd/modules
 cp mod_ngobjweb.so ${RPM_BUILD_ROOT}/usr/lib/httpd/modules/
 
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d
-echo "#this file contains the apache/httpd configuration for OpenGroupware.org
-#it should be included from within your default httpd.conf ala:
-#\`include OGo.conf\`
-#(or copy it into the dir where additonal configs end up - usually conf.d/)
+echo "#Here we load the 'mod_ngobjweb.so' module
 #
 LoadModule ngobjweb_module %{_usr}/lib/httpd/modules/mod_ngobjweb.so
-#
-Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
-Alias /ArticleImages %{_var}/lib/opengroupware.org/news
-#
-<LocationMatch "^/OpenGroupware*">
-  SetAppPort 20000
-  SetHandler ngobjweb-adaptor
-</LocationMatch>
-#
-<LocationMatch "^/zidestore/*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 21000
-</LocationMatch>
-#
-<LocationMatch "^/RPC2*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 22000
-</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/ngobjweb.conf
 
 # ****************************** post *********************************
 
@@ -70,10 +49,12 @@ rm -fr ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %{_usr}/lib/httpd/modules/mod_ngobjweb.so
-%config %{_sysconfdir}/httpd/conf.d/OGo.conf
+%config %{_sysconfdir}/httpd/conf.d/ngobjweb.conf
 
 # ********************************* changelog *************************
 %changelog
+* Fri Feb 18 2005 Frank Reppin <frank@opengroupware.org>
+- moved parts to application RPMS
 * Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
 - requires httpd -obviously-
 - mod_ngobjweb.so lives in /usr/lib/httpd/modules now
index 6c35024e29573d4167483b3f3cddebe4c4f06fe5..6dd72c2fc4dd4700f8eb6efeb995f9d3f6479c71 100644 (file)
@@ -33,37 +33,10 @@ mkdir -p ${RPM_BUILD_ROOT}%{_usr}/lib/apache2
 cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{_usr}/lib/apache2/mod_ngobjweb.so
 
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/
-echo "#this file contains the apache/httpd configuration for OpenGroupware.org
-#it should be included from within your default httpd.conf ala:
-#\`include OGo.conf\`
-#(or copy it into the dir where additonal configs end up - usually conf.d/)
-#
-#SUSEs httpd.conf denies access to everywhere (except /srv/www) per default
-<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
-  Order allow,deny 
-  Allow from all 
-</Directory>
+echo "#Here we load the 'mod_ngobjweb.so' module
 #
 LoadModule ngobjweb_module %{_usr}/lib/apache2/mod_ngobjweb.so
-#
-Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
-Alias /ArticleImages %{_var}/lib/opengroupware.org/news
-#
-<LocationMatch "^/OpenGroupware*">
-  SetAppPort 20000
-  SetHandler ngobjweb-adaptor
-</LocationMatch>
-#
-<LocationMatch "^/zidestore/*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 21000
-</LocationMatch>
-#
-<LocationMatch "^/RPC2*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 22000
-</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/ngobjweb.conf
 
 # ****************************** post *********************************
 
@@ -76,10 +49,12 @@ rm -fr ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %{_usr}/lib/apache2/mod_ngobjweb.so
-%config %{_sysconfdir}/apache2/conf.d/OGo.conf
+%config %{_sysconfdir}/apache2/conf.d/ngobjweb.conf
 
 # ********************************* changelog *************************
 %changelog
+* Fri Feb 18 2005 Frank Reppin <frank@opengroupware.org>
+- moved parts to application RPMS
 * Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
 - requires apache2 -obviously-
 - mod_ngobjweb.so lives in /usr/lib/apache2/modules now
index 74f1e4cf7b1375f3be0a3352069d5643868e9d6e..09aee21245794d12d1b5f20ef5051ce8b687c1d6 100644 (file)
@@ -33,31 +33,10 @@ mkdir -p ${RPM_BUILD_ROOT}%{_usr}/lib/apache
 cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{_usr}/lib/apache/mod_ngobjweb.so
 
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd
-echo "#this file contains the apache/httpd configuration for OpenGroupware.org
-#it should be included from within your default httpd.conf ala:
-#\`include OGo.conf\`
-#(or copy it into the dir where additonal configs end up)
+echo "#Here we load the 'mod_ngobjweb.so' module
 #
 LoadModule ngobjweb_module %{_usr}/lib/apache/mod_ngobjweb.so
-#
-Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
-Alias /ArticleImages %{_var}/lib/opengroupware.org/news
-#
-<LocationMatch "^/OpenGroupware*">
-  SetAppPort 20000
-  SetHandler ngobjweb-adaptor
-</LocationMatch>
-#
-<LocationMatch "^/zidestore/*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 21000
-</LocationMatch>
-#
-<LocationMatch "^/RPC2*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 22000
-</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/ngobjweb.conf
 
 # ****************************** post *********************************
 
@@ -70,10 +49,12 @@ rm -fr ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %{_usr}/lib/apache/mod_ngobjweb.so
-%config %{_sysconfdir}/httpd/OGo.conf
+%config %{_sysconfdir}/httpd/ngobjweb.conf
 
 # ********************************* changelog *************************
 %changelog
+* Fri Feb 18 2005 Frank Reppin <frank@opengroupware.org>
+- moved parts to application RPMS
 * Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
 - requires apache -obviously-
 - mod_ngobjweb.so lives in /usr/lib/apache/modules now
index 64303f45bb6def8ccc53918634cfdbf8b5740a04..6450fdf3dc2cef2226cba5c74abcc39c287f1d03 100644 (file)
@@ -33,31 +33,10 @@ mkdir -p ${RPM_BUILD_ROOT}%{_usr}/lib/apache2
 cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{_usr}/lib/apache2/mod_ngobjweb.so
 
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/
-echo "#this file contains the apache/httpd configuration for OpenGroupware.org
-#it should be included from within your default httpd.conf ala:
-#\`include OGo.conf\`
-#(or copy it into the dir where additonal configs end up - usually conf.d/)
+echo "#Here we load the 'mod_ngobjweb.so' module
 #
 LoadModule ngobjweb_module %{_usr}/lib/apache2/mod_ngobjweb.so
-#
-Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
-Alias /ArticleImages %{_var}/lib/opengroupware.org/news
-#
-<LocationMatch "^/OpenGroupware*">
-  SetAppPort 20000
-  SetHandler ngobjweb-adaptor
-</LocationMatch>
-#
-<LocationMatch "^/zidestore/*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 21000
-</LocationMatch>
-#
-<LocationMatch "^/RPC2*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 22000
-</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/ngobjweb.conf
 
 # ****************************** post *********************************
 
@@ -70,10 +49,12 @@ rm -fr ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %{_usr}/lib/apache2/mod_ngobjweb.so
-%config %{_sysconfdir}/apache2/conf.d/OGo.conf
+%config %{_sysconfdir}/apache2/conf.d/ngobjweb.conf
 
 # ********************************* changelog *************************
 %changelog
+* Fri Feb 18 2005 Frank Reppin <frank@opengroupware.org>
+- moved parts to application RPMS
 * Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
 - requires apache2 -obviously-
 - mod_ngobjweb.so lives in /usr/lib/apache2/modules now
index 6c35024e29573d4167483b3f3cddebe4c4f06fe5..6dd72c2fc4dd4700f8eb6efeb995f9d3f6479c71 100644 (file)
@@ -33,37 +33,10 @@ mkdir -p ${RPM_BUILD_ROOT}%{_usr}/lib/apache2
 cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{_usr}/lib/apache2/mod_ngobjweb.so
 
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/
-echo "#this file contains the apache/httpd configuration for OpenGroupware.org
-#it should be included from within your default httpd.conf ala:
-#\`include OGo.conf\`
-#(or copy it into the dir where additonal configs end up - usually conf.d/)
-#
-#SUSEs httpd.conf denies access to everywhere (except /srv/www) per default
-<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
-  Order allow,deny 
-  Allow from all 
-</Directory>
+echo "#Here we load the 'mod_ngobjweb.so' module
 #
 LoadModule ngobjweb_module %{_usr}/lib/apache2/mod_ngobjweb.so
-#
-Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
-Alias /ArticleImages %{_var}/lib/opengroupware.org/news
-#
-<LocationMatch "^/OpenGroupware*">
-  SetAppPort 20000
-  SetHandler ngobjweb-adaptor
-</LocationMatch>
-#
-<LocationMatch "^/zidestore/*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 21000
-</LocationMatch>
-#
-<LocationMatch "^/RPC2*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 22000
-</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/ngobjweb.conf
 
 # ****************************** post *********************************
 
@@ -76,10 +49,12 @@ rm -fr ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %{_usr}/lib/apache2/mod_ngobjweb.so
-%config %{_sysconfdir}/apache2/conf.d/OGo.conf
+%config %{_sysconfdir}/apache2/conf.d/ngobjweb.conf
 
 # ********************************* changelog *************************
 %changelog
+* Fri Feb 18 2005 Frank Reppin <frank@opengroupware.org>
+- moved parts to application RPMS
 * Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
 - requires apache2 -obviously-
 - mod_ngobjweb.so lives in /usr/lib/apache2/modules now
index 6c35024e29573d4167483b3f3cddebe4c4f06fe5..6dd72c2fc4dd4700f8eb6efeb995f9d3f6479c71 100644 (file)
@@ -33,37 +33,10 @@ mkdir -p ${RPM_BUILD_ROOT}%{_usr}/lib/apache2
 cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{_usr}/lib/apache2/mod_ngobjweb.so
 
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/
-echo "#this file contains the apache/httpd configuration for OpenGroupware.org
-#it should be included from within your default httpd.conf ala:
-#\`include OGo.conf\`
-#(or copy it into the dir where additonal configs end up - usually conf.d/)
-#
-#SUSEs httpd.conf denies access to everywhere (except /srv/www) per default
-<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
-  Order allow,deny 
-  Allow from all 
-</Directory>
+echo "#Here we load the 'mod_ngobjweb.so' module
 #
 LoadModule ngobjweb_module %{_usr}/lib/apache2/mod_ngobjweb.so
-#
-Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
-Alias /ArticleImages %{_var}/lib/opengroupware.org/news
-#
-<LocationMatch "^/OpenGroupware*">
-  SetAppPort 20000
-  SetHandler ngobjweb-adaptor
-</LocationMatch>
-#
-<LocationMatch "^/zidestore/*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 21000
-</LocationMatch>
-#
-<LocationMatch "^/RPC2*">
-  SetHandler ngobjweb-adaptor
-  SetAppPort 22000
-</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/ngobjweb.conf
 
 # ****************************** post *********************************
 
@@ -76,10 +49,12 @@ rm -fr ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %{_usr}/lib/apache2/mod_ngobjweb.so
-%config %{_sysconfdir}/apache2/conf.d/OGo.conf
+%config %{_sysconfdir}/apache2/conf.d/ngobjweb.conf
 
 # ********************************* changelog *************************
 %changelog
+* Fri Feb 18 2005 Frank Reppin <frank@opengroupware.org>
+- moved parts to application RPMS
 * Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
 - requires apache2 -obviously-
 - mod_ngobjweb.so lives in /usr/lib/apache2/modules now