-Summary: mod_ngobjweb apache module
-Name: mod_ngobjweb
-Version: %{mod_ngobjweb_version}
-Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
-Vendor: OpenGroupware.org
-Packager: Frank Reppin <frank@opengroupware.org>
-License: LGPL
-URL: http://sope.opengroupware.org/
-Group: Development/Libraries
-AutoReqProv: off
-Requires: ogo-environment
-Source: %{mod_ngobjweb_source}
-Prefix: %{mod_ngobjweb_prefix}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Summary: mod_ngobjweb apache module
+Name: mod_ngobjweb
+Version: %{mod_ngobjweb_version}
+Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
+Vendor: OpenGroupware.org
+Packager: Frank Reppin <frank@opengroupware.org>
+License: LGPL
+URL: http://sope.opengroupware.org/
+Group: Development/Libraries
+AutoReqProv: off
+Requires: httpd ogo-environment
+Source: %{mod_ngobjweb_source}
+Prefix: %{mod_ngobjweb_prefix}
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
apache2 mod_ngobjweb adaptor.
# ****************************** install ******************************
%install
export PATH=$PATH:/usr/sbin
-mkdir -p ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}
-cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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}/var/lib/opengroupware.org
+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)
+#(or copy it into the dir where additonal configs end up - usually conf.d/)
#
-LoadModule ngobjweb_module %{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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>
#
<LocationMatch "^/zidestore/*">
-SetHandler ngobjweb-adaptor
-SetAppPort 21000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 21000
</LocationMatch>
#
<LocationMatch "^/RPC2*">
-SetHandler ngobjweb-adaptor
-SetAppPort 22000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 22000
</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_var}/lib/opengroupware.org/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/OGo.conf
# ****************************** post *********************************
%post
# ****************************** files ********************************
%files
%defattr(-,root,root,-)
-%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
-%config %{_var}/lib/opengroupware.org/OGo.conf
+%{_usr}/lib/httpd/modules/mod_ngobjweb.so
+%config %{_sysconfdir}/httpd/conf.d/OGo.conf
# ********************************* changelog *************************
%changelog
+* Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
+- requires httpd -obviously-
+- mod_ngobjweb.so lives in /usr/lib/httpd/modules now
+- OGo.conf lives in /etc/httpd/conf.d now...
+* Wed Sep 09 2004 Frank Reppin <frank@opengroupware.org>
+- initial build
-Summary: mod_ngobjweb apache module
-Name: mod_ngobjweb
-Version: %{mod_ngobjweb_version}
-Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
-Vendor: OpenGroupware.org
-Packager: Frank Reppin <frank@opengroupware.org>
-License: LGPL
-URL: http://sope.opengroupware.org/
-Group: Development/Libraries
-AutoReqProv: off
-Requires: ogo-environment
-Source: %{mod_ngobjweb_source}
-Prefix: %{mod_ngobjweb_prefix}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Summary: mod_ngobjweb apache module
+Name: mod_ngobjweb
+Version: %{mod_ngobjweb_version}
+Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
+Vendor: OpenGroupware.org
+Packager: Frank Reppin <frank@opengroupware.org>
+License: LGPL
+URL: http://sope.opengroupware.org/
+Group: Development/Libraries
+AutoReqProv: off
+Requires: apache2 ogo-environment
+Source: %{mod_ngobjweb_source}
+Prefix: %{mod_ngobjweb_prefix}
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
apache2 mod_ngobjweb adaptor.
# ****************************** build ********************************
%build
export PATH=$PATH:/usr/sbin
-make %{mod_ngobjweb_makeflags} APXS="/usr/sbin/apxs2" APXS_INCLUDE_DIRS="-I/usr/include/apache2 -I/usr/include/apr-0"
+make %{mod_ngobjweb_makeflags} APXS="/usr/sbin/apxs2" APXS_INCLUDE_DIRS="-I/usr/include/apache2"
# ****************************** install ******************************
%install
export PATH=$PATH:/usr/sbin
-mkdir -p ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}
-cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+mkdir -p ${RPM_BUILD_ROOT}/usr/lib/apache2
+cp mod_ngobjweb.so ${RPM_BUILD_ROOT}/usr/lib/apache2/
-mkdir -p ${RPM_BUILD_ROOT}/var/lib/opengroupware.org
+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)
+#(or copy it into the dir where additonal configs end up - usually conf.d/)
#
-LoadModule ngobjweb_module %{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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>
#
<LocationMatch "^/zidestore/*">
-SetHandler ngobjweb-adaptor
-SetAppPort 21000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 21000
</LocationMatch>
#
<LocationMatch "^/RPC2*">
-SetHandler ngobjweb-adaptor
-SetAppPort 22000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 22000
</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_var}/lib/opengroupware.org/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/OGo.conf
# ****************************** post *********************************
%post
# ****************************** files ********************************
%files
%defattr(-,root,root,-)
-%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
-%config %{_var}/lib/opengroupware.org/OGo.conf
+%{_usr}/lib/apache2/mod_ngobjweb.so
+%config %{_sysconfdir}/httpd/conf.d/OGo.conf
# ********************************* changelog *************************
%changelog
+* Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
+- requires apache2 -obviously-
+- mod_ngobjweb.so lives in /usr/lib/apache2 now
+- OGo.conf lives in /etc/httpd/conf.d now...
+* Wed Sep 09 2004 Frank Reppin <frank@opengroupware.org>
+- initial build
-Summary: mod_ngobjweb apache module
-Name: mod_ngobjweb
-Version: %{mod_ngobjweb_version}
-Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
-Vendor: OpenGroupware.org
-Packager: Frank Reppin <frank@opengroupware.org>
-License: LGPL
-URL: http://sope.opengroupware.org/
-Group: Development/Libraries
-AutoReqProv: off
-Requires: ogo-environment
-Source: %{mod_ngobjweb_source}
-Prefix: %{mod_ngobjweb_prefix}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Summary: mod_ngobjweb apache module
+Name: mod_ngobjweb
+Version: %{mod_ngobjweb_version}
+Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
+Vendor: OpenGroupware.org
+Packager: Frank Reppin <frank@opengroupware.org>
+License: LGPL
+URL: http://sope.opengroupware.org/
+Group: Development/Libraries
+AutoReqProv: off
+Requires: apache2 ogo-environment
+Source: %{mod_ngobjweb_source}
+Prefix: %{mod_ngobjweb_prefix}
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
apache2 mod_ngobjweb adaptor.
# ****************************** build ********************************
%build
export PATH=$PATH:/usr/sbin
-make %{mod_ngobjweb_makeflags} APXS="/usr/sbin/apxs2" APXS_INCLUDE_DIRS="-I/usr/include/apache2 -I/usr/include/apr-0"
+make %{mod_ngobjweb_makeflags} APXS="/usr/sbin/apxs2" APXS_INCLUDE_DIRS="-I/usr/include/apache2"
# ****************************** install ******************************
%install
export PATH=$PATH:/usr/sbin
-mkdir -p ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}
-cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+mkdir -p ${RPM_BUILD_ROOT}/usr/lib/apache2
+cp mod_ngobjweb.so ${RPM_BUILD_ROOT}/usr/lib/apache2/
-mkdir -p ${RPM_BUILD_ROOT}/var/lib/opengroupware.org
+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)
+#(or copy it into the dir where additonal configs end up - usually conf.d/)
#
-LoadModule ngobjweb_module %{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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>
#
<LocationMatch "^/zidestore/*">
-SetHandler ngobjweb-adaptor
-SetAppPort 21000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 21000
</LocationMatch>
#
<LocationMatch "^/RPC2*">
-SetHandler ngobjweb-adaptor
-SetAppPort 22000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 22000
</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_var}/lib/opengroupware.org/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/OGo.conf
# ****************************** post *********************************
%post
# ****************************** files ********************************
%files
%defattr(-,root,root,-)
-%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
-%config %{_var}/lib/opengroupware.org/OGo.conf
+%{_usr}/lib/apache2/mod_ngobjweb.so
+%config %{_sysconfdir}/httpd/conf.d/OGo.conf
# ********************************* changelog *************************
%changelog
+* Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
+- requires apache2 -obviously-
+- mod_ngobjweb.so lives in /usr/lib/apache2 now
+- OGo.conf lives in /etc/httpd/conf.d now...
+* Wed Sep 09 2004 Frank Reppin <frank@opengroupware.org>
+- initial build
URL: http://sope.opengroupware.org/
Group: Development/Libraries
AutoReqProv: off
-Requires: ogo-environment
+Requires: httpd ogo-environment
Source: %{mod_ngobjweb_source}
Prefix: %{mod_ngobjweb_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# ****************************** install ******************************
%install
export PATH=$PATH:/usr/sbin
-mkdir -p ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}
-cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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}/var/lib/opengroupware.org
+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)
+#(or copy it into the dir where additonal configs end up - usually conf.d/)
#
-LoadModule ngobjweb_module %{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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>
#
<LocationMatch "^/zidestore/*">
-SetHandler ngobjweb-adaptor
-SetAppPort 21000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 21000
</LocationMatch>
#
<LocationMatch "^/RPC2*">
-SetHandler ngobjweb-adaptor
-SetAppPort 22000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 22000
</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_var}/lib/opengroupware.org/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/OGo.conf
# ****************************** post *********************************
%post
# ****************************** files ********************************
%files
%defattr(-,root,root,-)
-%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
-%config %{_var}/lib/opengroupware.org/OGo.conf
+%{_usr}/lib/httpd/modules/mod_ngobjweb.so
+%config %{_sysconfdir}/httpd/conf.d/OGo.conf
# ********************************* changelog *************************
%changelog
-* Wed Dec 12 2004 Frank Reppin <frank@opengroupware.org>
-- initial build on RedHat 9
+* Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
+- requires httpd -obviously-
+- mod_ngobjweb.so lives in /usr/lib/httpd/modules now
+- OGo.conf lives in /etc/httpd/conf.d now...
+* Wed Sep 09 2004 Frank Reppin <frank@opengroupware.org>
+- initial build
-Summary: mod_ngobjweb apache module
-Name: mod_ngobjweb
-Version: %{mod_ngobjweb_version}
-Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
-Vendor: OpenGroupware.org
-Packager: Frank Reppin <frank@opengroupware.org>
-License: LGPL
-URL: http://sope.opengroupware.org/
-Group: Development/Libraries
-AutoReqProv: off
-Requires: ogo-environment
-Source: %{mod_ngobjweb_source}
-Prefix: %{mod_ngobjweb_prefix}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Summary: mod_ngobjweb apache module
+Name: mod_ngobjweb
+Version: %{mod_ngobjweb_version}
+Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
+Vendor: OpenGroupware.org
+Packager: Frank Reppin <frank@opengroupware.org>
+License: LGPL
+URL: http://sope.opengroupware.org/
+Group: Development/Libraries
+AutoReqProv: off
+Requires: httpd ogo-environment
+Source: %{mod_ngobjweb_source}
+Prefix: %{mod_ngobjweb_prefix}
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
apache2 mod_ngobjweb adaptor.
# ****************************** install ******************************
%install
export PATH=$PATH:/usr/sbin
-mkdir -p ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}
-cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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}/var/lib/opengroupware.org
+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)
+#(or copy it into the dir where additonal configs end up - usually conf.d/)
#
-LoadModule ngobjweb_module %{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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>
#
<LocationMatch "^/zidestore/*">
-SetHandler ngobjweb-adaptor
-SetAppPort 21000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 21000
</LocationMatch>
#
<LocationMatch "^/RPC2*">
-SetHandler ngobjweb-adaptor
-SetAppPort 22000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 22000
</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_var}/lib/opengroupware.org/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/OGo.conf
# ****************************** post *********************************
%post
# ****************************** files ********************************
%files
%defattr(-,root,root,-)
-%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
-%config %{_var}/lib/opengroupware.org/OGo.conf
+%{_usr}/lib/httpd/modules/mod_ngobjweb.so
+%config %{_sysconfdir}/httpd/conf.d/OGo.conf
# ********************************* changelog *************************
%changelog
+* Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
+- requires httpd -obviously-
+- mod_ngobjweb.so lives in /usr/lib/httpd/modules now
+- OGo.conf lives in /etc/httpd/conf.d now...
+* Wed Sep 09 2004 Frank Reppin <frank@opengroupware.org>
+- initial build
-Summary: mod_ngobjweb apache module
-Name: mod_ngobjweb
-Version: %{mod_ngobjweb_version}
-Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
-Vendor: OpenGroupware.org
-Packager: Frank Reppin <frank@opengroupware.org>
-License: LGPL
-URL: http://sope.opengroupware.org/
-Group: Development/Libraries
-AutoReqProv: off
-Requires: ogo-environment
-Source: %{mod_ngobjweb_source}
-Prefix: %{mod_ngobjweb_prefix}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Summary: mod_ngobjweb apache module
+Name: mod_ngobjweb
+Version: %{mod_ngobjweb_version}
+Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
+Vendor: OpenGroupware.org
+Packager: Frank Reppin <frank@opengroupware.org>
+License: LGPL
+URL: http://sope.opengroupware.org/
+Group: Development/Libraries
+AutoReqProv: off
+Requires: apache2 ogo-environment
+Source: %{mod_ngobjweb_source}
+Prefix: %{mod_ngobjweb_prefix}
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
apache2 mod_ngobjweb adaptor.
# ****************************** install ******************************
%install
export PATH=$PATH:/usr/sbin
-mkdir -p ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}
-cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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}/var/lib/opengroupware.org
+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)
+#(or copy it into the dir where additonal configs end up - usually conf.d/)
#
-LoadModule ngobjweb_module %{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+#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>
+#
+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>
#
<LocationMatch "^/zidestore/*">
-SetHandler ngobjweb-adaptor
-SetAppPort 21000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 21000
</LocationMatch>
#
<LocationMatch "^/RPC2*">
-SetHandler ngobjweb-adaptor
-SetAppPort 22000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 22000
</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_var}/lib/opengroupware.org/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/OGo.conf
# ****************************** post *********************************
%post
# ****************************** files ********************************
%files
%defattr(-,root,root,-)
-%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
-%config %{_var}/lib/opengroupware.org/OGo.conf
+%{_usr}/lib/apache2/mod_ngobjweb.so
+%config %{_sysconfdir}/apache2/conf.d/OGo.conf
# ********************************* changelog *************************
%changelog
+* Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
+- requires apache2 -obviously-
+- mod_ngobjweb.so lives in /usr/lib/apache2/modules now
+- OGo.conf lives in /etc/apache2/conf.d now...
+- which fixes -> http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1020
+* Wed Dec 21 2004 Frank Reppin <frank@opengroupware.org>
+- dealt with http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1084
+* Wed Sep 09 2004 Frank Reppin <frank@opengroupware.org>
+- initial build
-Summary: mod_ngobjweb apache module
-Name: mod_ngobjweb
-Version: %{mod_ngobjweb_version}
-Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
-Vendor: OpenGroupware.org
-Packager: Frank Reppin <frank@opengroupware.org>
-License: LGPL
-URL: http://sope.opengroupware.org/
-Group: Development/Libraries
-AutoReqProv: off
-Requires: ogo-environment
-Source: %{mod_ngobjweb_source}
-Prefix: %{mod_ngobjweb_prefix}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Summary: mod_ngobjweb apache module
+Name: mod_ngobjweb
+Version: %{mod_ngobjweb_version}
+Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
+Vendor: OpenGroupware.org
+Packager: Frank Reppin <frank@opengroupware.org>
+License: LGPL
+URL: http://sope.opengroupware.org/
+Group: Development/Libraries
+AutoReqProv: off
+Requires: apache ogo-environment
+Source: %{mod_ngobjweb_source}
+Prefix: %{mod_ngobjweb_prefix}
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
-apache2 mod_ngobjweb adaptor.
+apache mod_ngobjweb adaptor.
%prep
rm -fr ${RPM_BUILD_ROOT}
# ****************************** install ******************************
%install
export PATH=$PATH:/usr/sbin
-mkdir -p ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}
-cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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}/var/lib/opengroupware.org
+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)
#
-LoadModule ngobjweb_module %{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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>
#
<LocationMatch "^/zidestore/*">
-SetHandler ngobjweb-adaptor
-SetAppPort 21000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 21000
</LocationMatch>
#
<LocationMatch "^/RPC2*">
-SetHandler ngobjweb-adaptor
-SetAppPort 22000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 22000
</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_var}/lib/opengroupware.org/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/OGo.conf
# ****************************** post *********************************
%post
# ****************************** files ********************************
%files
%defattr(-,root,root,-)
-%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
-%config %{_var}/lib/opengroupware.org/OGo.conf
+%{_usr}/lib/apache/mod_ngobjweb.so
+%config %{_sysconfdir}/httpd/OGo.conf
# ********************************* changelog *************************
%changelog
+* Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
+- requires apache -obviously-
+- mod_ngobjweb.so lives in /usr/lib/apache/modules now
+- OGo.conf lives in /etc/httpd/conf.d now...
+- which fixes -> http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1020
+* Wed Sep 09 2004 Frank Reppin <frank@opengroupware.org>
+- initial build
-Summary: mod_ngobjweb apache module
-Name: mod_ngobjweb
-Version: %{mod_ngobjweb_version}
-Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
-Vendor: OpenGroupware.org
-Packager: Frank Reppin <frank@opengroupware.org>
-License: LGPL
-URL: http://sope.opengroupware.org/
-Group: Development/Libraries
-AutoReqProv: off
-Requires: ogo-environment
-Source: %{mod_ngobjweb_source}
-Prefix: %{mod_ngobjweb_prefix}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Summary: mod_ngobjweb apache module
+Name: mod_ngobjweb
+Version: %{mod_ngobjweb_version}
+Release: %{mod_ngobjweb_release}.%{mod_ngobjweb_buildcount}%{dist_suffix}
+Vendor: OpenGroupware.org
+Packager: Frank Reppin <frank@opengroupware.org>
+License: LGPL
+URL: http://sope.opengroupware.org/
+Group: Development/Libraries
+AutoReqProv: off
+Requires: apache2 ogo-environment
+Source: %{mod_ngobjweb_source}
+Prefix: %{mod_ngobjweb_prefix}
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
apache2 mod_ngobjweb adaptor.
# ****************************** install ******************************
%install
export PATH=$PATH:/usr/sbin
-mkdir -p ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}
-cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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}/var/lib/opengroupware.org
+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)
+#(or copy it into the dir where additonal configs end up - usually conf.d/)
#
-LoadModule ngobjweb_module %{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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>
#
<LocationMatch "^/zidestore/*">
-SetHandler ngobjweb-adaptor
-SetAppPort 21000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 21000
</LocationMatch>
#
<LocationMatch "^/RPC2*">
-SetHandler ngobjweb-adaptor
-SetAppPort 22000
+ SetHandler ngobjweb-adaptor
+ SetAppPort 22000
</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_var}/lib/opengroupware.org/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/OGo.conf
# ****************************** post *********************************
%post
# ****************************** files ********************************
%files
%defattr(-,root,root,-)
-%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
-%config %{_var}/lib/opengroupware.org/OGo.conf
+%{_usr}/lib/apache2/mod_ngobjweb.so
+%config %{_sysconfdir}/apache2/conf.d/OGo.conf
# ********************************* changelog *************************
%changelog
+* Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
+- requires apache2 -obviously-
+- mod_ngobjweb.so lives in /usr/lib/apache2/modules now
+- OGo.conf lives in /etc/apache2/conf.d now...
+- which fixes -> http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1020
+* Wed Sep 09 2004 Frank Reppin <frank@opengroupware.org>
+- initial build
URL: http://sope.opengroupware.org/
Group: Development/Libraries
AutoReqProv: off
-Requires: ogo-environment
+Requires: apache2 ogo-environment
Source: %{mod_ngobjweb_source}
Prefix: %{mod_ngobjweb_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# ****************************** install ******************************
%install
export PATH=$PATH:/usr/sbin
-mkdir -p ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}
-cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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}/var/lib/opengroupware.org
+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)
+#(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>
Allow from all
</Directory>
#
-LoadModule ngobjweb_module %{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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
SetHandler ngobjweb-adaptor
SetAppPort 22000
</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_var}/lib/opengroupware.org/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/OGo.conf
# ****************************** post *********************************
%post
# ****************************** files ********************************
%files
%defattr(-,root,root,-)
-%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
-%config %{_var}/lib/opengroupware.org/OGo.conf
+%{_usr}/lib/apache2/mod_ngobjweb.so
+%config %{_sysconfdir}/apache2/conf.d/OGo.conf
# ********************************* changelog *************************
%changelog
-* Wed Dec 12 2004 Frank Reppin <frank@opengroupware.org>
+* Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
+- requires apache2 -obviously-
+- mod_ngobjweb.so lives in /usr/lib/apache2/modules now
+- OGo.conf lives in /etc/apache2/conf.d now...
+- which fixes -> http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1020
+* Wed Dec 21 2004 Frank Reppin <frank@opengroupware.org>
- dealt with http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1084
* Wed Sep 09 2004 Frank Reppin <frank@opengroupware.org>
- initial build
URL: http://sope.opengroupware.org/
Group: Development/Libraries
AutoReqProv: off
-Requires: ogo-environment
+Requires: apache2 ogo-environment
Source: %{mod_ngobjweb_source}
Prefix: %{mod_ngobjweb_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# ****************************** install ******************************
%install
export PATH=$PATH:/usr/sbin
-mkdir -p ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}
-cp mod_ngobjweb.so ${RPM_BUILD_ROOT}%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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}/var/lib/opengroupware.org
+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)
+#(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>
Allow from all
</Directory>
#
-LoadModule ngobjweb_module %{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
+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
SetHandler ngobjweb-adaptor
SetAppPort 22000
</LocationMatch>
-" > ${RPM_BUILD_ROOT}%{_var}/lib/opengroupware.org/OGo.conf
+" > ${RPM_BUILD_ROOT}%{_sysconfdir}/apache2/conf.d/OGo.conf
# ****************************** post *********************************
%post
# ****************************** files ********************************
%files
%defattr(-,root,root,-)
-%{prefix}/lib/sope-%{sope_major_version}.%{sope_minor_version}/mod_ngobjweb.so
-%config %{_var}/lib/opengroupware.org/OGo.conf
+%{_usr}/lib/apache2/mod_ngobjweb.so
+%config %{_sysconfdir}/apache2/conf.d/OGo.conf
# ********************************* changelog *************************
%changelog
-* Wed Dec 12 2004 Frank Reppin <frank@opengroupware.org>
+* Thu Dec 23 2004 Frank Reppin <frank@opengroupware.org>
+- requires apache2 -obviously-
+- mod_ngobjweb.so lives in /usr/lib/apache2/modules now
+- OGo.conf lives in /etc/apache2/conf.d now...
+- which fixes -> http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1020
+* Wed Dec 21 2004 Frank Reppin <frank@opengroupware.org>
- dealt with http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1084
* Wed Sep 09 2004 Frank Reppin <frank@opengroupware.org>
- initial build