update to 11.0.1 [release 11.0.1-1mamba;Thu Aug 15 2024]

This commit is contained in:
Silvan Calarco 2024-10-11 09:36:51 +02:00
parent e9c5b04a15
commit 3443cae88f

View File

@ -22,17 +22,17 @@
%endif %endif
Name: %{?sitename:%sitename-website-}drupal Name: %{?sitename:%sitename-website-}drupal
Version: 10.2.7 Version: 11.0.1
Release: 1mamba Release: 1mamba
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
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.drupal.org URL: https://github.com/drupal/drupal
# Note: www.drupal.org returns 403 to Mozilla/* UA URL test
#URL: https://www.drupal.org
Source: http://ftp.drupal.org/files/projects/drupal-%{version}.tar.gz 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 License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: systemd BuildRequires: systemd
@ -48,11 +48,10 @@ BuildArch: noarch
Drupal is an open source content management platform powering millions of websites and applications. Its built, used, and supported by an active and diverse community of people around the world. Drupal is an open source content management platform powering millions of websites and applications. Its built, used, and supported by an active and diverse community of people around the world.
%prep %prep
%setup -q -a1 -a2 %setup -q
sed -i "s|#!/bin/php|#!%{_bindir}/php|" core/scripts/update-countries.sh sed -i "s|#!/bin/php|#!%{_bindir}/php|" core/scripts/update-countries.sh
%build %build
chmod 644 profiles/default/translations/it.po
cp sites/default/default.settings.php sites/default/settings.php cp sites/default/default.settings.php sites/default/settings.php
%install %install
@ -112,32 +111,23 @@ fi
%{installdir}/autoload.php %{installdir}/autoload.php
%{installdir}/composer.json %{installdir}/composer.json
%{installdir}/composer.lock %{installdir}/composer.lock
#%{installdir}/authorize.php
%{installdir}/core %{installdir}/core
#%{installdir}/cron.php
%{installdir}/example.gitignore %{installdir}/example.gitignore
#%{installdir}/includes
%{installdir}/index.php %{installdir}/index.php
#%{installdir}/install.php
#%{installdir}/misc
%{installdir}/modules %{installdir}/modules
%{installdir}/profiles %{installdir}/profiles
%{installdir}/README.md %{installdir}/README.md
%{installdir}/sites %{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/example.sites.php
%{installdir}/sites/README.txt
#%{installdir}/scripts
#%{installdir}/sites
%{installdir}/themes %{installdir}/themes
%{installdir}/update.php %{installdir}/update.php
%{installdir}/vendor %{installdir}/vendor
%{installdir}/web.config
#%{installdir}/xmlrpc.php
%changelog %changelog
* Thu Aug 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 11.0.1-1mamba
- update to 11.0.1
* Sun Jun 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 10.2.7-1mamba * Sun Jun 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 10.2.7-1mamba
- update to 10.2.7 - update to 10.2.7