Accepting request 352945 from server:php:applications

1

OBS-URL: https://build.opensuse.org/request/show/352945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=119
This commit is contained in:
Dominique Leuenberger 2016-01-12 15:13:05 +00:00 committed by Git OBS Bridge
commit 340195571d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 23:40:38 UTC 2016 - astieger@suse.com
- 4.5.x package was missing template - fix boo#961285
-------------------------------------------------------------------
Wed Jan 6 17:36:34 UTC 2016 - chris@computersalat.de

View File

@ -1,7 +1,7 @@
#
# spec file for package phpMyAdmin
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -126,7 +126,7 @@ find . -type f -name '.buildinfo' -exec rm {} \;
%install
#%%{__install} -d -m0750 $RPM_BUILD_ROOT%%{_sysconfdir}/%%{name}
install -d -m0755 %{buildroot}%{ap_docroot}/%{name}
cp -dR *.css *.php *.ico js libraries locale themes \
cp -dR *.css *.php *.ico js libraries locale themes templates \
%{buildroot}%{ap_docroot}/%{name}
# install config to config dir
install -D -m0640 %{buildroot}%{ap_docroot}/%{name}/config.sample.inc.php \