X-Git-Url: https://git.tld-linux.org/?p=packages%2FphpMyAdmin.git;a=blobdiff_plain;f=phpMyAdmin.spec;fp=phpMyAdmin.spec;h=6c0e2a9aa14ba88d632f60ddfa6a8ceff233b989;hp=e676dabf58173e6bbe5dd0fac02cb8540844924e;hb=381d4379064dd55da51bf78be9f23d4f65a8224a;hpb=42321e95cbae7680bc971ff6866e07f2376bcf48 diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index e676dab..6c0e2a9 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -89,7 +89,7 @@ find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}} +install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}/tmp} cp -p *.php *.css favicon.ico robots.txt $RPM_BUILD_ROOT%{_appdir} cp -a js libraries locale sql templates themes vendor $RPM_BUILD_ROOT%{_appdir} @@ -137,6 +137,7 @@ rm -rf $RPM_BUILD_ROOT %{_appdir}/sql %{_appdir}/templates %{_appdir}/themes +%dir %attr(770,http,http) %{_appdir}/tmp %{_appdir}/vendor %{_appdir}/*.css %{_appdir}/*.php