remove binaries [release 1.34.0-2mamba;Tue Apr 28 2020]
This commit is contained in:
parent
c0bffac56c
commit
bca41f7d5c
@ -10,8 +10,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %{?sitename:%sitename-}mediawiki%{?lang:-%lang}
|
Name: %{?sitename:%sitename-}mediawiki%{?lang:-%lang}
|
||||||
Version: 1.33.1
|
Version: 1.34.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -33,7 +33,6 @@ Requires: mysql >= 4
|
|||||||
Requires: php-mysql
|
Requires: php-mysql
|
||||||
Requires: diffutils
|
Requires: diffutils
|
||||||
Requires: ImageMagick
|
Requires: ImageMagick
|
||||||
BuildArch: noarch
|
|
||||||
Requires(pre): php
|
Requires(pre): php
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -103,6 +102,9 @@ rm -f %{buildroot}%{installdir}/images/.htaccess
|
|||||||
# Avoid autoreq for /usr/bin/hhvm
|
# Avoid autoreq for /usr/bin/hhvm
|
||||||
chmod -x %{buildroot}%{installdir}/maintenance/hhvm/run-server
|
chmod -x %{buildroot}%{installdir}/maintenance/hhvm/run-server
|
||||||
|
|
||||||
|
# remove binaries
|
||||||
|
rm -rf %{buildroot}/var/www/html/wiki/extensions/Scribunto/includes/engines/LuaStandalone/binaries/
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -147,6 +149,7 @@ fi
|
|||||||
%{installdir}/maintenance
|
%{installdir}/maintenance
|
||||||
#%{installdir}/math
|
#%{installdir}/math
|
||||||
#%{installdir}/Rakefile
|
#%{installdir}/Rakefile
|
||||||
|
%{installdir}/package-lock.json
|
||||||
%{installdir}/resources
|
%{installdir}/resources
|
||||||
%{installdir}/skins
|
%{installdir}/skins
|
||||||
#%{installdir}/serialized
|
#%{installdir}/serialized
|
||||||
@ -173,6 +176,12 @@ fi
|
|||||||
%{installdir}/skins/openmamba/*
|
%{installdir}/skins/openmamba/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.34.0-2mamba
|
||||||
|
- remove binaries
|
||||||
|
|
||||||
|
* Tue Jan 07 2020 Automatic Build System <autodist@mambasoft.it> 1.34.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Oct 11 2019 Automatic Build System <autodist@mambasoft.it> 1.33.1-1mamba
|
* Fri Oct 11 2019 Automatic Build System <autodist@mambasoft.it> 1.33.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user