Author: adamg Date: Wed Oct 1 07:24:41 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 3.0.0
---- Files affected: SPECS: phpMyAdmin.spec (1.197 -> 1.198) ---- Diffs: ================================================================ Index: SPECS/phpMyAdmin.spec diff -u SPECS/phpMyAdmin.spec:1.197 SPECS/phpMyAdmin.spec:1.198 --- SPECS/phpMyAdmin.spec:1.197 Tue Sep 23 08:37:19 2008 +++ SPECS/phpMyAdmin.spec Wed Oct 1 09:24:36 2008 @@ -4,12 +4,12 @@ Summary: phpMyAdmin - web-based MySQL administration Summary(pl.UTF-8): phpMyAdmin - administracja bazami MySQL przez WWW Name: phpMyAdmin -Version: 2.11.9.2 +Version: 3.0.0 Release: 1 License: GPL v2 Group: Applications/Databases/Interfaces Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-all-languages.tar.bz2 -# Source0-md5: fa1f19b342cbd5d0e23dcc47bff40635 +# Source0-md5: f14b23fa5065fdc1e1709c87bb2aad1d Source1: %{name}.conf Source2: %{name}-lighttpd.conf Patch0: %{name}-config.patch @@ -88,7 +88,7 @@ install lang/*.php $RPM_BUILD_ROOT%{_appdir}/lang cp -rf pmd $RPM_BUILD_ROOT%{_appdir} cp -rf themes $RPM_BUILD_ROOT%{_appdir} -install js/* $RPM_BUILD_ROOT%{_appdir}/js +cp -rf js $RPM_BUILD_ROOT%{_appdir} install libraries/*.php $RPM_BUILD_ROOT%{_appdir}/libraries install libraries/auth/*.php $RPM_BUILD_ROOT%{_appdir}/libraries/auth install libraries/dbg/*.php $RPM_BUILD_ROOT%{_appdir}/libraries/dbg @@ -107,7 +107,6 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf -cp -f libraries/tcpdf/README{,-tcpdf} cp -f libraries/import/README{,-import} cp -f libraries/transformations/README{,-transformations} @@ -134,7 +133,7 @@ %files %defattr(644,root,root,755) -%doc Documentation.* CREDITS ChangeLog INSTALL README TODO translators.html scripts libraries/tcpdf/README-tcpdf libraries/import/README-import libraries/transformations/README-transformations libraries/transformations/TEMPLATE* libraries/transformations/*.sh lang/*.sh +%doc Documentation.* CREDITS ChangeLog INSTALL README TODO translators.html scripts libraries/import/README-import libraries/transformations/README-transformations libraries/transformations/TEMPLATE* libraries/transformations/*.sh lang/*.sh %dir %attr(750,root,http) %{_sysconfdir} %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf @@ -156,6 +155,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.198 2008/10/01 07:24:36 adamg +- updated to 3.0.0 + Revision 1.197 2008/09/23 06:37:19 paszczus - updated to 2.11.9.2 [security] XSS in MSIE using NUL byte ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/phpMyAdmin.spec?r1=1.197&r2=1.198&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
