fix missing /bin/php autorequirement [release 8.0.6-2mamba;Tue Apr 19 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 21:58:43 +01:00
parent 21479fe2fe
commit bf5ea00612

View File

@ -22,8 +22,8 @@
%endif
Name: %{?sitename:%sitename-website-}drupal
Version: 7.41
Release: 1mamba
Version: 8.0.6
Release: 2mamba
Summary: An open source content management platform powering millions of websites and applications
Group: Applications/Web
Vendor: openmamba
@ -34,6 +34,8 @@ Source: http://ftp.drupal.org/files/projects/drupal-%{version}.tar.gz
Source1: http://ftp.drupal.org/files/projects/es-6.x-1.4.tar.gz
Source2: http://www.drupalitalia.org/sites/drupalitalia.org/files/translations/drupal-6.17-it-translations.tgz
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: php
Requires: mysql
Requires: apache
@ -47,6 +49,7 @@ Drupal is an open source content management platform powering millions of websit
%prep
%setup -q -a1 -a2
sed -i "s|#!/bin/php|#!%{_bindir}/php|" core/scripts/update-countries.sh
%build
chmod 644 profiles/default/translations/it.po
@ -106,28 +109,58 @@ fi
%config(noreplace) %{_sysconfdir}/httpd/httpd.d/%{name}.conf
%endif
%{installdir}/*.txt
%{installdir}/authorize.php
%{installdir}/cron.php
%{installdir}/includes
%{installdir}/autoload.php
%{installdir}/composer.json
%{installdir}/composer.lock
#%{installdir}/authorize.php
%{installdir}/core
#%{installdir}/cron.php
%{installdir}/example.gitignore
#%{installdir}/includes
%{installdir}/index.php
%{installdir}/install.php
%{installdir}/misc
#%{installdir}/install.php
#%{installdir}/misc
%{installdir}/modules
%{installdir}/profiles
%{installdir}/sites/all
%{installdir}/sites
%dir %attr(0775,root,nobody) %{installdir}/sites/default
%attr(0664,root,nobody) %config(noreplace) %{installdir}/sites/default/settings.php
%{installdir}/sites/default/default.settings.php
%{installdir}/sites/example.sites.php
%{installdir}/sites/README.txt
%{installdir}/scripts
#%{installdir}/scripts
#%{installdir}/sites
%{installdir}/themes
%{installdir}/update.php
%{installdir}/vendor
%{installdir}/web.config
%{installdir}/xmlrpc.php
#%{installdir}/xmlrpc.php
%changelog
* Tue Apr 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 8.0.6-2mamba
- fix missing /bin/php autorequirement
* Mon Apr 11 2016 Automatic Build System <autodist@mambasoft.it> 8.0.6-1mamba
- automatic version update by autodist
* Wed Mar 09 2016 Automatic Build System <autodist@mambasoft.it> 8.0.5-1mamba
- automatic version update by autodist
* Thu Feb 25 2016 Automatic Build System <autodist@mambasoft.it> 8.0.4-1mamba
- automatic version update by autodist
* Mon Feb 08 2016 Automatic Build System <autodist@mambasoft.it> 8.0.3-1mamba
- automatic version update by autodist
* Sun Jan 24 2016 Automatic Build System <autodist@mambasoft.it> 8.0.2-1mamba
- automatic version update by autodist
* Tue Dec 29 2015 Automatic Build System <autodist@mambasoft.it> 8.0.1-1mamba
- automatic version update by autodist
* Thu Dec 24 2015 Automatic Build System <autodist@mambasoft.it> 8.0.0-1mamba
- automatic version update by autodist
* Thu Oct 22 2015 Automatic Build System <autodist@mambasoft.it> 7.41-1mamba
- automatic version update by autodist