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 *********************************
%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
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 *********************************
%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
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 *********************************
%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
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 *********************************
%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
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 *********************************
%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
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 *********************************
%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
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 *********************************
%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
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 *********************************
%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
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 *********************************
%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
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 *********************************
%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
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 *********************************
%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