|
|
@@ -195,6 +195,7 @@
|
|
|
%define V_aux_geshi 1.0.7.20
|
|
|
%define V_aux_simplepie 1.1
|
|
|
%define V_aux_tinymce 3_0_5
|
|
|
+%define V_aux_dompdf 0.5.1
|
|
|
|
|
|
# package information
|
|
|
Name: drupal
|
|
|
@@ -390,6 +391,7 @@ Source300: http://switch.dl.sourceforge.net/fckeditor/FCKeditor_%{V_aux_fcked
|
|
|
Source301: http://switch.dl.sourceforge.net/geshi/GeSHi-%{V_aux_geshi}.tar.gz
|
|
|
Source302: http://simplepie.org/downloads/simplepie_%{V_aux_simplepie}.zip
|
|
|
Source303: http://switch.dl.sourceforge.net/tinymce/tinymce_%{V_aux_tinymce}.zip
|
|
|
+Source304: http://switch.dl.sourceforge.net/dompdf/dompdf-%{V_aux_dompdf}.tar.gz
|
|
|
Source400: drupal-setup.sh
|
|
|
Source401: drupal-cron.sh
|
|
|
Source402: drupal-apache.conf
|
|
|
@@ -1460,6 +1462,12 @@ AutoReqProv: no
|
|
|
( cd sites/all/modules/tinymce || exit $?
|
|
|
unzip -q -x %{SOURCE303}
|
|
|
) || exit $?
|
|
|
+ ( cd sites/all/modules/print || exit $?
|
|
|
+ %{l_tar} xfz %{SOURCE304}
|
|
|
+ mv dompdf-0.5.1 dompdf
|
|
|
+ rm -f dompdf/dompdf.php
|
|
|
+ echo "Disallow: /print/" >>../../../../robots.txt
|
|
|
+ ) || exit $?
|
|
|
|
|
|
%build
|
|
|
|