From: frank Date: Tue, 1 Mar 2005 17:43:48 +0000 (+0000) Subject: made mod_ngobjweb triggers usable for ogoall packages X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0118e724a4af6fb7f26ebd96ec8e30e05c301e3c;p=sope made mod_ngobjweb triggers usable for ogoall packages git-svn-id: http://svn.opengroupware.org/SOPE/trunk@604 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/maintenance/mod_ngobjweb_conectiva10.spec b/maintenance/mod_ngobjweb_conectiva10.spec index 9d9eed69..fb6a4ac7 100644 --- a/maintenance/mod_ngobjweb_conectiva10.spec +++ b/maintenance/mod_ngobjweb_conectiva10.spec @@ -12,7 +12,7 @@ License: LGPL URL: http://sope.opengroupware.org/ Group: Development/Libraries AutoReqProv: off -Requires: %{ngobjweb_requires} ogo-environment +Requires: %{ngobjweb_requires} Source: %{mod_ngobjweb_source} Prefix: %{mod_ngobjweb_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -62,7 +62,7 @@ if [ $1 = 0 ]; then fi # ****************************** trigger ****************************** -%triggerin -- ogo-webui-app +%triggerin -- ogo-webui-app, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo webui # @@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news " >%{apache_conf_dir}/ogo-webui.conf fi -%triggerin -- ogo-xmlrpcd +%triggerin -- ogo-xmlrpcd, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo XMLRPCd via http # @@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http " >%{apache_conf_dir}/ogo-xmlrpcd.conf fi -%triggerin -- ogo-zidestore +%triggerin -- ogo-zidestore, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo ZideStore via http # @@ -113,21 +113,21 @@ echo "# configuration needed to access the OGo ZideStore via http " >%{apache_conf_dir}/ogo-zidestore.conf fi -%triggerun -- ogo-webui-app +%triggerun -- ogo-webui-app, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then rm -f %{apache_conf_dir}/ogo-webui.conf fi fi -%triggerun -- ogo-xmlrpcd +%triggerun -- ogo-xmlrpcd, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf fi fi -%triggerun -- ogo-zidestore +%triggerun -- ogo-zidestore, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then rm -f %{apache_conf_dir}/ogo-zidestore.conf @@ -149,6 +149,9 @@ rm -fr ${RPM_BUILD_ROOT} # ********************************* changelog ************************* %changelog +* Tue Mar 01 2005 Frank Reppin +- drop dependency on ogo-environment +- allow triggers on ogoall package * Sat Feb 19 2005 Frank Reppin - replaced common vars with 2 new macros (will make editing safer) - revisited last commit regarding OGo Bug #1254 and decided diff --git a/maintenance/mod_ngobjweb_fedora.spec b/maintenance/mod_ngobjweb_fedora.spec index f94e6ef7..8cd56849 100644 --- a/maintenance/mod_ngobjweb_fedora.spec +++ b/maintenance/mod_ngobjweb_fedora.spec @@ -12,7 +12,7 @@ License: LGPL URL: http://sope.opengroupware.org/ Group: Development/Libraries AutoReqProv: off -Requires: %{ngobjweb_requires} ogo-environment +Requires: %{ngobjweb_requires} Source: %{mod_ngobjweb_source} Prefix: %{mod_ngobjweb_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -62,7 +62,7 @@ if [ $1 = 0 ]; then fi # ****************************** trigger ****************************** -%triggerin -- ogo-webui-app +%triggerin -- ogo-webui-app, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo webui # @@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news " >%{apache_conf_dir}/ogo-webui.conf fi -%triggerin -- ogo-xmlrpcd +%triggerin -- ogo-xmlrpcd, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo XMLRPCd via http # @@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http " >%{apache_conf_dir}/ogo-xmlrpcd.conf fi -%triggerin -- ogo-zidestore +%triggerin -- ogo-zidestore, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo ZideStore via http # @@ -113,21 +113,21 @@ echo "# configuration needed to access the OGo ZideStore via http " >%{apache_conf_dir}/ogo-zidestore.conf fi -%triggerun -- ogo-webui-app +%triggerun -- ogo-webui-app, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then rm -f %{apache_conf_dir}/ogo-webui.conf fi fi -%triggerun -- ogo-xmlrpcd +%triggerun -- ogo-xmlrpcd, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf fi fi -%triggerun -- ogo-zidestore +%triggerun -- ogo-zidestore, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then rm -f %{apache_conf_dir}/ogo-zidestore.conf @@ -149,6 +149,9 @@ rm -fr ${RPM_BUILD_ROOT} # ********************************* changelog ************************* %changelog +* Tue Mar 01 2005 Frank Reppin +- drop dependency on ogo-environment +- allow triggers on ogoall package * Sat Feb 19 2005 Frank Reppin - replaced common vars with 2 new macros (will make editing safer) - revisited last commit regarding OGo Bug #1254 and decided diff --git a/maintenance/mod_ngobjweb_mdk100.spec b/maintenance/mod_ngobjweb_mdk100.spec index 584335f3..64c2ceef 100644 --- a/maintenance/mod_ngobjweb_mdk100.spec +++ b/maintenance/mod_ngobjweb_mdk100.spec @@ -12,7 +12,7 @@ License: LGPL URL: http://sope.opengroupware.org/ Group: Development/Libraries AutoReqProv: off -Requires: %{ngobjweb_requires} ogo-environment +Requires: %{ngobjweb_requires} Source: %{mod_ngobjweb_source} Prefix: %{mod_ngobjweb_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -62,7 +62,7 @@ if [ $1 = 0 ]; then fi # ****************************** trigger ****************************** -%triggerin -- ogo-webui-app +%triggerin -- ogo-webui-app, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo webui # @@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news " >%{apache_conf_dir}/ogo-webui.conf fi -%triggerin -- ogo-xmlrpcd +%triggerin -- ogo-xmlrpcd, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo XMLRPCd via http # @@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http " >%{apache_conf_dir}/ogo-xmlrpcd.conf fi -%triggerin -- ogo-zidestore +%triggerin -- ogo-zidestore, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo ZideStore via http # @@ -113,21 +113,21 @@ echo "# configuration needed to access the OGo ZideStore via http " >%{apache_conf_dir}/ogo-zidestore.conf fi -%triggerun -- ogo-webui-app +%triggerun -- ogo-webui-app, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then rm -f %{apache_conf_dir}/ogo-webui.conf fi fi -%triggerun -- ogo-xmlrpcd +%triggerun -- ogo-xmlrpcd, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf fi fi -%triggerun -- ogo-zidestore +%triggerun -- ogo-zidestore, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then rm -f %{apache_conf_dir}/ogo-zidestore.conf @@ -149,6 +149,9 @@ rm -fr ${RPM_BUILD_ROOT} # ********************************* changelog ************************* %changelog +* Tue Mar 01 2005 Frank Reppin +- drop dependency on ogo-environment +- allow triggers on ogoall package * Sat Feb 19 2005 Frank Reppin - replaced common vars with 2 new macros (will make editing safer) - revisited last commit regarding OGo Bug #1254 and decided diff --git a/maintenance/mod_ngobjweb_mdk101.spec b/maintenance/mod_ngobjweb_mdk101.spec index 4c0a8788..e4901044 100644 --- a/maintenance/mod_ngobjweb_mdk101.spec +++ b/maintenance/mod_ngobjweb_mdk101.spec @@ -12,7 +12,7 @@ License: LGPL URL: http://sope.opengroupware.org/ Group: Development/Libraries AutoReqProv: off -Requires: %{ngobjweb_requires} ogo-environment +Requires: %{ngobjweb_requires} Source: %{mod_ngobjweb_source} Prefix: %{mod_ngobjweb_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -62,7 +62,7 @@ if [ $1 = 0 ]; then fi # ****************************** trigger ****************************** -%triggerin -- ogo-webui-app +%triggerin -- ogo-webui-app, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo webui # @@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news " >%{apache_conf_dir}/ogo-webui.conf fi -%triggerin -- ogo-xmlrpcd +%triggerin -- ogo-xmlrpcd, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo XMLRPCd via http # @@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http " >%{apache_conf_dir}/ogo-xmlrpcd.conf fi -%triggerin -- ogo-zidestore +%triggerin -- ogo-zidestore, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo ZideStore via http # @@ -113,21 +113,21 @@ echo "# configuration needed to access the OGo ZideStore via http " >%{apache_conf_dir}/ogo-zidestore.conf fi -%triggerun -- ogo-webui-app +%triggerun -- ogo-webui-app, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then rm -f %{apache_conf_dir}/ogo-webui.conf fi fi -%triggerun -- ogo-xmlrpcd +%triggerun -- ogo-xmlrpcd, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf fi fi -%triggerun -- ogo-zidestore +%triggerun -- ogo-zidestore, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then rm -f %{apache_conf_dir}/ogo-zidestore.conf @@ -149,6 +149,9 @@ rm -fr ${RPM_BUILD_ROOT} # ********************************* changelog ************************* %changelog +* Tue Mar 01 2005 Frank Reppin +- drop dependency on ogo-environment +- allow triggers on ogoall package * Sat Feb 19 2005 Frank Reppin - replaced common vars with 2 new macros (will make editing safer) - revisited last commit regarding OGo Bug #1254 and decided diff --git a/maintenance/mod_ngobjweb_redhat9.spec b/maintenance/mod_ngobjweb_redhat9.spec index 36c17178..09830f79 100644 --- a/maintenance/mod_ngobjweb_redhat9.spec +++ b/maintenance/mod_ngobjweb_redhat9.spec @@ -12,7 +12,7 @@ License: LGPL URL: http://sope.opengroupware.org/ Group: Development/Libraries AutoReqProv: off -Requires: %{ngobjweb_requires} ogo-environment +Requires: %{ngobjweb_requires} Source: %{mod_ngobjweb_source} Prefix: %{mod_ngobjweb_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -62,7 +62,7 @@ if [ $1 = 0 ]; then fi # ****************************** trigger ****************************** -%triggerin -- ogo-webui-app +%triggerin -- ogo-webui-app, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo webui # @@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news " >%{apache_conf_dir}/ogo-webui.conf fi -%triggerin -- ogo-xmlrpcd +%triggerin -- ogo-xmlrpcd, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo XMLRPCd via http # @@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http " >%{apache_conf_dir}/ogo-xmlrpcd.conf fi -%triggerin -- ogo-zidestore +%triggerin -- ogo-zidestore, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo ZideStore via http # @@ -113,21 +113,21 @@ echo "# configuration needed to access the OGo ZideStore via http " >%{apache_conf_dir}/ogo-zidestore.conf fi -%triggerun -- ogo-webui-app +%triggerun -- ogo-webui-app, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then rm -f %{apache_conf_dir}/ogo-webui.conf fi fi -%triggerun -- ogo-xmlrpcd +%triggerun -- ogo-xmlrpcd, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf fi fi -%triggerun -- ogo-zidestore +%triggerun -- ogo-zidestore, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then rm -f %{apache_conf_dir}/ogo-zidestore.conf @@ -149,6 +149,9 @@ rm -fr ${RPM_BUILD_ROOT} # ********************************* changelog ************************* %changelog +* Tue Mar 01 2005 Frank Reppin +- drop dependency on ogo-environment +- allow triggers on ogoall package * Sat Feb 19 2005 Frank Reppin - replaced common vars with 2 new macros (will make editing safer) - revisited last commit regarding OGo Bug #1254 and decided diff --git a/maintenance/mod_ngobjweb_rhel3.spec b/maintenance/mod_ngobjweb_rhel3.spec index 165f3b7a..bd27b024 100644 --- a/maintenance/mod_ngobjweb_rhel3.spec +++ b/maintenance/mod_ngobjweb_rhel3.spec @@ -12,7 +12,7 @@ License: LGPL URL: http://sope.opengroupware.org/ Group: Development/Libraries AutoReqProv: off -Requires: %{ngobjweb_requires} ogo-environment +Requires: %{ngobjweb_requires} Source: %{mod_ngobjweb_source} Prefix: %{mod_ngobjweb_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -62,7 +62,7 @@ if [ $1 = 0 ]; then fi # ****************************** trigger ****************************** -%triggerin -- ogo-webui-app +%triggerin -- ogo-webui-app, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo webui # @@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news " >%{apache_conf_dir}/ogo-webui.conf fi -%triggerin -- ogo-xmlrpcd +%triggerin -- ogo-xmlrpcd, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo XMLRPCd via http # @@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http " >%{apache_conf_dir}/ogo-xmlrpcd.conf fi -%triggerin -- ogo-zidestore +%triggerin -- ogo-zidestore, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo ZideStore via http # @@ -113,21 +113,21 @@ echo "# configuration needed to access the OGo ZideStore via http " >%{apache_conf_dir}/ogo-zidestore.conf fi -%triggerun -- ogo-webui-app +%triggerun -- ogo-webui-app, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then rm -f %{apache_conf_dir}/ogo-webui.conf fi fi -%triggerun -- ogo-xmlrpcd +%triggerun -- ogo-xmlrpcd, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf fi fi -%triggerun -- ogo-zidestore +%triggerun -- ogo-zidestore, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then rm -f %{apache_conf_dir}/ogo-zidestore.conf @@ -149,6 +149,9 @@ rm -fr ${RPM_BUILD_ROOT} # ********************************* changelog ************************* %changelog +* Tue Mar 01 2005 Frank Reppin +- drop dependency on ogo-environment +- allow triggers on ogoall package * Sat Feb 19 2005 Frank Reppin - replaced common vars with 2 new macros (will make editing safer) - revisited last commit regarding OGo Bug #1254 and decided diff --git a/maintenance/mod_ngobjweb_sles9.spec b/maintenance/mod_ngobjweb_sles9.spec index 86c76615..f26adc02 100644 --- a/maintenance/mod_ngobjweb_sles9.spec +++ b/maintenance/mod_ngobjweb_sles9.spec @@ -12,7 +12,7 @@ License: LGPL URL: http://sope.opengroupware.org/ Group: Development/Libraries AutoReqProv: off -Requires: %{ngobjweb_requires} ogo-environment +Requires: %{ngobjweb_requires} Source: %{mod_ngobjweb_source} Prefix: %{mod_ngobjweb_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -62,7 +62,7 @@ if [ $1 = 0 ]; then fi # ****************************** trigger ****************************** -%triggerin -- ogo-webui-app +%triggerin -- ogo-webui-app, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo webui # @@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news " >%{apache_conf_dir}/ogo-webui.conf fi -%triggerin -- ogo-xmlrpcd +%triggerin -- ogo-xmlrpcd, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo XMLRPCd via http # @@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http " >%{apache_conf_dir}/ogo-xmlrpcd.conf fi -%triggerin -- ogo-zidestore +%triggerin -- ogo-zidestore, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo ZideStore via http # @@ -113,21 +113,21 @@ echo "# configuration needed to access the OGo ZideStore via http " >%{apache_conf_dir}/ogo-zidestore.conf fi -%triggerun -- ogo-webui-app +%triggerun -- ogo-webui-app, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then rm -f %{apache_conf_dir}/ogo-webui.conf fi fi -%triggerun -- ogo-xmlrpcd +%triggerun -- ogo-xmlrpcd, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf fi fi -%triggerun -- ogo-zidestore +%triggerun -- ogo-zidestore, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then rm -f %{apache_conf_dir}/ogo-zidestore.conf @@ -149,6 +149,9 @@ rm -fr ${RPM_BUILD_ROOT} # ********************************* changelog ************************* %changelog +* Tue Mar 01 2005 Frank Reppin +- drop dependency on ogo-environment +- allow triggers on ogoall package * Sat Feb 19 2005 Frank Reppin - replaced common vars with 2 new macros (will make editing safer) - revisited last commit regarding OGo Bug #1254 and decided diff --git a/maintenance/mod_ngobjweb_slss8.spec b/maintenance/mod_ngobjweb_slss8.spec index 1889d2cf..b97fd1bc 100644 --- a/maintenance/mod_ngobjweb_slss8.spec +++ b/maintenance/mod_ngobjweb_slss8.spec @@ -12,7 +12,7 @@ License: LGPL URL: http://sope.opengroupware.org/ Group: Development/Libraries AutoReqProv: off -Requires: %{ngobjweb_requires} ogo-environment +Requires: %{ngobjweb_requires} Source: %{mod_ngobjweb_source} Prefix: %{mod_ngobjweb_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -62,7 +62,7 @@ if [ $1 = 0 ]; then fi # ****************************** trigger ****************************** -%triggerin -- ogo-webui-app +%triggerin -- ogo-webui-app, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo webui # @@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news " >%{apache_conf_dir}/ogo-webui.conf fi -%triggerin -- ogo-xmlrpcd +%triggerin -- ogo-xmlrpcd, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo XMLRPCd via http # @@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http " >%{apache_conf_dir}/ogo-xmlrpcd.conf fi -%triggerin -- ogo-zidestore +%triggerin -- ogo-zidestore, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo ZideStore via http # @@ -113,21 +113,21 @@ echo "# configuration needed to access the OGo ZideStore via http " >%{apache_conf_dir}/ogo-zidestore.conf fi -%triggerun -- ogo-webui-app +%triggerun -- ogo-webui-app, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then rm -f %{apache_conf_dir}/ogo-webui.conf fi fi -%triggerun -- ogo-xmlrpcd +%triggerun -- ogo-xmlrpcd, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf fi fi -%triggerun -- ogo-zidestore +%triggerun -- ogo-zidestore, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then rm -f %{apache_conf_dir}/ogo-zidestore.conf @@ -149,6 +149,9 @@ rm -fr ${RPM_BUILD_ROOT} # ********************************* changelog ************************* %changelog +* Tue Mar 01 2005 Frank Reppin +- drop dependency on ogo-environment +- allow triggers on ogoall package * Sat Feb 19 2005 Frank Reppin - replaced common vars with 2 new macros (will make editing safer) - revisited last commit regarding OGo Bug #1254 and decided diff --git a/maintenance/mod_ngobjweb_suse82.spec b/maintenance/mod_ngobjweb_suse82.spec index 483d1157..04098470 100644 --- a/maintenance/mod_ngobjweb_suse82.spec +++ b/maintenance/mod_ngobjweb_suse82.spec @@ -12,7 +12,7 @@ License: LGPL URL: http://sope.opengroupware.org/ Group: Development/Libraries AutoReqProv: off -Requires: %{ngobjweb_requires} ogo-environment +Requires: %{ngobjweb_requires} Source: %{mod_ngobjweb_source} Prefix: %{mod_ngobjweb_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -62,7 +62,7 @@ if [ $1 = 0 ]; then fi # ****************************** trigger ****************************** -%triggerin -- ogo-webui-app +%triggerin -- ogo-webui-app, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo webui # @@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news " >%{apache_conf_dir}/ogo-webui.conf fi -%triggerin -- ogo-xmlrpcd +%triggerin -- ogo-xmlrpcd, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo XMLRPCd via http # @@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http " >%{apache_conf_dir}/ogo-xmlrpcd.conf fi -%triggerin -- ogo-zidestore +%triggerin -- ogo-zidestore, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo ZideStore via http # @@ -113,21 +113,21 @@ echo "# configuration needed to access the OGo ZideStore via http " >%{apache_conf_dir}/ogo-zidestore.conf fi -%triggerun -- ogo-webui-app +%triggerun -- ogo-webui-app, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then rm -f %{apache_conf_dir}/ogo-webui.conf fi fi -%triggerun -- ogo-xmlrpcd +%triggerun -- ogo-xmlrpcd, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf fi fi -%triggerun -- ogo-zidestore +%triggerun -- ogo-zidestore, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then rm -f %{apache_conf_dir}/ogo-zidestore.conf @@ -149,6 +149,9 @@ rm -fr ${RPM_BUILD_ROOT} # ********************************* changelog ************************* %changelog +* Tue Mar 01 2005 Frank Reppin +- drop dependency on ogo-environment +- allow triggers on ogoall package * Sat Feb 19 2005 Frank Reppin - replaced common vars with 2 new macros (will make editing safer) - revisited last commit regarding OGo Bug #1254 and decided diff --git a/maintenance/mod_ngobjweb_suse91.spec b/maintenance/mod_ngobjweb_suse91.spec index 86c76615..f26adc02 100644 --- a/maintenance/mod_ngobjweb_suse91.spec +++ b/maintenance/mod_ngobjweb_suse91.spec @@ -12,7 +12,7 @@ License: LGPL URL: http://sope.opengroupware.org/ Group: Development/Libraries AutoReqProv: off -Requires: %{ngobjweb_requires} ogo-environment +Requires: %{ngobjweb_requires} Source: %{mod_ngobjweb_source} Prefix: %{mod_ngobjweb_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -62,7 +62,7 @@ if [ $1 = 0 ]; then fi # ****************************** trigger ****************************** -%triggerin -- ogo-webui-app +%triggerin -- ogo-webui-app, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo webui # @@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news " >%{apache_conf_dir}/ogo-webui.conf fi -%triggerin -- ogo-xmlrpcd +%triggerin -- ogo-xmlrpcd, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo XMLRPCd via http # @@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http " >%{apache_conf_dir}/ogo-xmlrpcd.conf fi -%triggerin -- ogo-zidestore +%triggerin -- ogo-zidestore, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo ZideStore via http # @@ -113,21 +113,21 @@ echo "# configuration needed to access the OGo ZideStore via http " >%{apache_conf_dir}/ogo-zidestore.conf fi -%triggerun -- ogo-webui-app +%triggerun -- ogo-webui-app, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then rm -f %{apache_conf_dir}/ogo-webui.conf fi fi -%triggerun -- ogo-xmlrpcd +%triggerun -- ogo-xmlrpcd, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf fi fi -%triggerun -- ogo-zidestore +%triggerun -- ogo-zidestore, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then rm -f %{apache_conf_dir}/ogo-zidestore.conf @@ -149,6 +149,9 @@ rm -fr ${RPM_BUILD_ROOT} # ********************************* changelog ************************* %changelog +* Tue Mar 01 2005 Frank Reppin +- drop dependency on ogo-environment +- allow triggers on ogoall package * Sat Feb 19 2005 Frank Reppin - replaced common vars with 2 new macros (will make editing safer) - revisited last commit regarding OGo Bug #1254 and decided diff --git a/maintenance/mod_ngobjweb_suse92.spec b/maintenance/mod_ngobjweb_suse92.spec index 86c76615..f26adc02 100644 --- a/maintenance/mod_ngobjweb_suse92.spec +++ b/maintenance/mod_ngobjweb_suse92.spec @@ -12,7 +12,7 @@ License: LGPL URL: http://sope.opengroupware.org/ Group: Development/Libraries AutoReqProv: off -Requires: %{ngobjweb_requires} ogo-environment +Requires: %{ngobjweb_requires} Source: %{mod_ngobjweb_source} Prefix: %{mod_ngobjweb_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -62,7 +62,7 @@ if [ $1 = 0 ]; then fi # ****************************** trigger ****************************** -%triggerin -- ogo-webui-app +%triggerin -- ogo-webui-app, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo webui # @@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news " >%{apache_conf_dir}/ogo-webui.conf fi -%triggerin -- ogo-xmlrpcd +%triggerin -- ogo-xmlrpcd, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo XMLRPCd via http # @@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http " >%{apache_conf_dir}/ogo-xmlrpcd.conf fi -%triggerin -- ogo-zidestore +%triggerin -- ogo-zidestore, ogoall if [ $2 = 1 ]; then echo "# configuration needed to access the OGo ZideStore via http # @@ -113,21 +113,21 @@ echo "# configuration needed to access the OGo ZideStore via http " >%{apache_conf_dir}/ogo-zidestore.conf fi -%triggerun -- ogo-webui-app +%triggerun -- ogo-webui-app, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then rm -f %{apache_conf_dir}/ogo-webui.conf fi fi -%triggerun -- ogo-xmlrpcd +%triggerun -- ogo-xmlrpcd, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf fi fi -%triggerun -- ogo-zidestore +%triggerun -- ogo-zidestore, ogoall if [ $2 = 0 ]; then if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then rm -f %{apache_conf_dir}/ogo-zidestore.conf @@ -149,6 +149,9 @@ rm -fr ${RPM_BUILD_ROOT} # ********************************* changelog ************************* %changelog +* Tue Mar 01 2005 Frank Reppin +- drop dependency on ogo-environment +- allow triggers on ogoall package * Sat Feb 19 2005 Frank Reppin - replaced common vars with 2 new macros (will make editing safer) - revisited last commit regarding OGo Bug #1254 and decided