66 PreReq: apache-php::with_gd = yes |
66 PreReq: apache-php::with_gd = yes |
67 PreReq: apache-php::with_mbstring = yes |
67 PreReq: apache-php::with_mbstring = yes |
68 PreReq: apache-php::with_session = yes |
68 PreReq: apache-php::with_session = yes |
69 PreReq: apache-php::with_mm = yes |
69 PreReq: apache-php::with_mm = yes |
70 PreReq: apache-php::with_xml = yes |
70 PreReq: apache-php::with_xml = yes |
|
71 PreReq: apache-php::with_xmlwriter = yes |
71 PreReq: apache-php::with_xslt = yes |
72 PreReq: apache-php::with_xslt = yes |
72 PreReq: apache-php::with_sendmail = yes |
73 PreReq: apache-php::with_sendmail = yes |
73 %if "%{with_mysql}" == "yes" |
74 %if "%{with_mysql}" == "yes" |
74 PreReq: apache-php::with_mysql = yes |
75 PreReq: apache-php::with_mysql = yes |
75 %endif |
76 %endif |
107 %install |
108 %install |
108 # create installation hierarchy |
109 # create installation hierarchy |
109 %{l_shtool} mkdir -f -p -m 755 \ |
110 %{l_shtool} mkdir -f -p -m 755 \ |
110 $RPM_BUILD_ROOT%{l_prefix}/sbin \ |
111 $RPM_BUILD_ROOT%{l_prefix}/sbin \ |
111 $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \ |
112 $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \ |
|
113 $RPM_BUILD_ROOT%{l_prefix}/etc/drupal \ |
112 $RPM_BUILD_ROOT%{l_prefix}/share/drupal \ |
114 $RPM_BUILD_ROOT%{l_prefix}/share/drupal \ |
113 $RPM_BUILD_ROOT%{l_prefix}/var/drupal/files \ |
115 $RPM_BUILD_ROOT%{l_prefix}/var/drupal/files \ |
114 $RPM_BUILD_ROOT%{l_prefix}/var/drupal/run \ |
116 $RPM_BUILD_ROOT%{l_prefix}/var/drupal/run \ |
115 $RPM_BUILD_ROOT%{l_prefix}/var/drupal/log \ |
117 $RPM_BUILD_ROOT%{l_prefix}/var/drupal/log \ |
116 $RPM_BUILD_ROOT%{l_prefix}/var/drupal/dump \ |
118 $RPM_BUILD_ROOT%{l_prefix}/var/drupal/dump \ |