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 %endif
Name: %{?sitename:%sitename-website-}drupal Name: %{?sitename:%sitename-website-}drupal
Version: 7.41 Version: 8.0.6
Release: 1mamba Release: 2mamba
Summary: An open source content management platform powering millions of websites and applications Summary: An open source content management platform powering millions of websites and applications
Group: Applications/Web Group: Applications/Web
Vendor: openmamba 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 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 Source2: http://www.drupalitalia.org/sites/drupalitalia.org/files/translations/drupal-6.17-it-translations.tgz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: php Requires: php
Requires: mysql Requires: mysql
Requires: apache Requires: apache
@ -47,6 +49,7 @@ Drupal is an open source content management platform powering millions of websit
%prep %prep
%setup -q -a1 -a2 %setup -q -a1 -a2
sed -i "s|#!/bin/php|#!%{_bindir}/php|" core/scripts/update-countries.sh
%build %build
chmod 644 profiles/default/translations/it.po chmod 644 profiles/default/translations/it.po
@ -106,28 +109,58 @@ fi
%config(noreplace) %{_sysconfdir}/httpd/httpd.d/%{name}.conf %config(noreplace) %{_sysconfdir}/httpd/httpd.d/%{name}.conf
%endif %endif
%{installdir}/*.txt %{installdir}/*.txt
%{installdir}/authorize.php %{installdir}/autoload.php
%{installdir}/cron.php %{installdir}/composer.json
%{installdir}/includes %{installdir}/composer.lock
#%{installdir}/authorize.php
%{installdir}/core
#%{installdir}/cron.php
%{installdir}/example.gitignore
#%{installdir}/includes
%{installdir}/index.php %{installdir}/index.php
%{installdir}/install.php #%{installdir}/install.php
%{installdir}/misc #%{installdir}/misc
%{installdir}/modules %{installdir}/modules
%{installdir}/profiles %{installdir}/profiles
%{installdir}/sites/all %{installdir}/sites
%dir %attr(0775,root,nobody) %{installdir}/sites/default %dir %attr(0775,root,nobody) %{installdir}/sites/default
%attr(0664,root,nobody) %config(noreplace) %{installdir}/sites/default/settings.php %attr(0664,root,nobody) %config(noreplace) %{installdir}/sites/default/settings.php
%{installdir}/sites/default/default.settings.php %{installdir}/sites/default/default.settings.php
%{installdir}/sites/example.sites.php %{installdir}/sites/example.sites.php
%{installdir}/sites/README.txt %{installdir}/sites/README.txt
%{installdir}/scripts #%{installdir}/scripts
#%{installdir}/sites #%{installdir}/sites
%{installdir}/themes %{installdir}/themes
%{installdir}/update.php %{installdir}/update.php
%{installdir}/vendor
%{installdir}/web.config %{installdir}/web.config
%{installdir}/xmlrpc.php #%{installdir}/xmlrpc.php
%changelog %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 * Thu Oct 22 2015 Automatic Build System <autodist@mambasoft.it> 7.41-1mamba
- automatic version update by autodist - automatic version update by autodist