drupal/drupal.spec

changeset 748
7548d72a64e3
parent 734
6f237b68bce5
child 750
0e7016e69724
equal deleted inserted replaced
2:f024f685fd94 3:88f030ae1dce
29 Packager: OpenPKG Foundation e.V. 29 Packager: OpenPKG Foundation e.V.
30 Distribution: OpenPKG Community 30 Distribution: OpenPKG Community
31 Class: PLUS 31 Class: PLUS
32 Group: CMS 32 Group: CMS
33 License: GPL 33 License: GPL
34 Version: 7.15 34 Version: 7.16
35 Release: 20120800 35 Release: 20120800
36 36
37 # package options 37 # package options
38 %option with_mysql yes 38 %option with_mysql yes
39 %option with_pgsql no 39 %option with_pgsql no
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 \

mercurial