SHA256
1
0
forked from pool/phpMyAdmin

Accepting request 976679 from home:ecsos:server

Update to 5.2.0

OBS-URL: https://build.opensuse.org/request/show/976679
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=373
This commit is contained in:
2022-05-12 15:07:36 +00:00
committed by Git OBS Bridge
parent e87d5fb617
commit d5f0633c68
7 changed files with 96 additions and 54 deletions

View File

@@ -25,7 +25,7 @@
%define apache_group nogroup
%endif
Name: phpMyAdmin
Version: 5.1.3
Version: 5.2.0
Release: 0
Summary: Administration of MySQL over the web
License: GPL-2.0-or-later
@@ -137,7 +137,7 @@ find . ! -name '*.sh' ! -name '*-query' -type f -exec chmod 644 {} \;
%install
#%%{__install} -d -m0750 $RPM_BUILD_ROOT%%{_sysconfdir}/%%{name}
install -d -m0755 %{buildroot}%{ap_docroot}/%{name}
cp -dR *.css *.php *.ico *.txt js libraries locale themes templates vendor \
cp -dR *.php *.ico *.txt js libraries locale themes templates vendor \
%{buildroot}%{ap_docroot}/%{name}
# install config to config dir
install -D -m0640 %{buildroot}%{ap_docroot}/%{name}/config.sample.inc.php \