Accepting request 352944 from home:AndreasStieger:branches:server:php:applications

- 4.5.x package was missing template - fix boo#961285

OBS-URL: https://build.opensuse.org/request/show/352944
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=245
This commit is contained in:
Andreas Stieger 2016-01-10 23:45:52 +00:00 committed by Git OBS Bridge
parent fd6310b206
commit 4c293924d9
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 \