automatic version update by autodist [release 1.32.0-1mamba;Sat Feb 02 2019]

This commit is contained in:
Automatic Build System 2024-01-06 07:02:56 +01:00
parent f5d1a332a2
commit e11b2bc878

View File

@ -10,7 +10,7 @@
%endif %endif
Name: %{?sitename:%sitename-}mediawiki%{?lang:-%lang} Name: %{?sitename:%sitename-}mediawiki%{?lang:-%lang}
Version: 1.27.1 Version: 1.32.0
Release: 1mamba Release: 1mamba
Summary: A collaborative editing software that runs Wikipedia and other projects Summary: A collaborative editing software that runs Wikipedia and other projects
Group: Applications/Web Group: Applications/Web
@ -79,7 +79,7 @@ chmod 770 %{buildroot}%{installdir}/mw-config
chmod 775 %{buildroot}%{installdir}/images chmod 775 %{buildroot}%{installdir}/images
#chmod 640 %{buildroot}%{installdir}/AdminSettings.sample #chmod 640 %{buildroot}%{installdir}/AdminSettings.sample
chmod -x %{buildroot}%{installdir}/maintenance/hiphop/run-server #chmod -x %{buildroot}%{installdir}/maintenance/hiphop/run-server
install -d %{buildroot}%{_sysconfdir}/httpd/httpd.d install -d %{buildroot}%{_sysconfdir}/httpd/httpd.d
cat > %{buildroot}%{_sysconfdir}/httpd/httpd.d/%{name}.conf << EOF cat > %{buildroot}%{_sysconfdir}/httpd/httpd.d/%{name}.conf << EOF
@ -100,6 +100,9 @@ tar -xzf %{SOURCE5} -C %{buildroot}%{installdir}/extensions
# FIXME: quick workaround for Apache error on images directory due to RewriteEngine on # FIXME: quick workaround for Apache error on images directory due to RewriteEngine on
rm -f %{buildroot}%{installdir}/images/.htaccess rm -f %{buildroot}%{installdir}/images/.htaccess
# Avoid autoreq for /usr/bin/hhvm
chmod -x %{buildroot}%{installdir}/maintenance/hhvm/run-server
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -143,23 +146,26 @@ fi
#%{installdir}/locale #%{installdir}/locale
%{installdir}/maintenance %{installdir}/maintenance
#%{installdir}/math #%{installdir}/math
%{installdir}/Rakefile #%{installdir}/Rakefile
%{installdir}/resources %{installdir}/resources
%{installdir}/skins %{installdir}/skins
%{installdir}/serialized #%{installdir}/serialized
%{installdir}/vendor %{installdir}/vendor
#%{installdir}/install-utils.inc #%{installdir}/install-utils.inc
%{installdir}/*.php %{installdir}/*.php
#%{installdir}/*.php5 #%{installdir}/*.php5
%{installdir}/*.lock #%{installdir}/*.lock
%{installdir}/*.xml #%{installdir}/*.xml
%{installdir}/*.md
#%{installdir}/redirect.phtml #%{installdir}/redirect.phtml
%{installdir}/StartProfiler.sample #%{installdir}/StartProfiler.sample
%{installdir}/composer.local.json-sample %{installdir}/composer.local.json-sample
%{installdir}/wiki.phtml #%{installdir}/wiki.phtml
%{installdir}/RELEASE-NOTES* %{installdir}/RELEASE-NOTES*
%doc COPYING FAQ HISTORY README UPGRADE %{installdir}/SECURITY
%exclude %{installdir}/skins/openmamba* %exclude %{installdir}/skins/openmamba*
%doc COPYING FAQ HISTORY README UPGRADE
%files theme-openmamba %files theme-openmamba
%defattr(-,root,root) %defattr(-,root,root)
%{installdir}/skins/openmamba.php %{installdir}/skins/openmamba.php
@ -167,6 +173,33 @@ fi
%dir %{installdir}/skins/openmamba/* %dir %{installdir}/skins/openmamba/*
%changelog %changelog
* Sat Feb 02 2019 Automatic Build System <autodist@mambasoft.it> 1.32.0-1mamba
- automatic version update by autodist
* Fri Sep 28 2018 Automatic Build System <autodist@mambasoft.it> 1.31.1-1mamba
- automatic version update by autodist
* Tue Jun 19 2018 Automatic Build System <autodist@mambasoft.it> 1.31.0-1mamba
- automatic version update by autodist
* Wed Feb 07 2018 Automatic Build System <autodist@mambasoft.it> 1.30.0-1mamba
- automatic version update by autodist
* Wed Nov 15 2017 Automatic Build System <autodist@mambasoft.it> 1.29.2-1mamba
- automatic version update by autodist
* Thu Aug 24 2017 Automatic Build System <autodist@mambasoft.it> 1.29.1-1mamba
- automatic version update by autodist
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 1.29.0-1mamba
- automatic version update by autodist
* Fri Apr 07 2017 Automatic Build System <autodist@mambasoft.it> 1.28.1-1mamba
- automatic version update by autodist
* Wed Dec 14 2016 Automatic Build System <autodist@mambasoft.it> 1.28.0-1mamba
- automatic version update by autodist
* Fri Aug 26 2016 Automatic Build System <autodist@mambasoft.it> 1.27.1-1mamba * Fri Aug 26 2016 Automatic Build System <autodist@mambasoft.it> 1.27.1-1mamba
- automatic version update by autodist - automatic version update by autodist