]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
- 2.2.1
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 1 Nov 2001 14:44:59 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- License - GPL v2
- some changes in install and files
STB - Security update

Changed files:
    phpMyAdmin.spec -> 1.2

phpMyAdmin.spec

index be84728959908fcc34d91ff9388da21feb136099..e70aad244d8397ace624126aa80dcf1871dedb2b 100644 (file)
@@ -1,9 +1,9 @@
 Summary:       phpMyAdmin - web-based mysql administration
 Summary(pl):   phpMyAdmin - administracja bazami mysql przez WWW
 Name:          phpMyAdmin
-Version:       2.2.0
+Version:       2.2.1
 Release:       1
-License:       GPL
+License:       GPL v2
 Group:         Applications/Databases/Interfaces
 Group(de):     Applikationen/Dateibanken/Schnittstellen
 Group(pl):     Aplikacje/Bazy danych/Interfejsy
@@ -59,13 +59,16 @@ MySQL). Aktualnie phpMyAdmin potrafi:
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_myadmindir}/{lang,images}
+install -d $RPM_BUILD_ROOT%{_myadmindir}/{lang,images,libraries}
 
 cp *.php $RPM_BUILD_ROOT%{_myadmindir}
-cp *.js $RPM_BUILD_ROOT%{_myadmindir}
 cp *.html $RPM_BUILD_ROOT%{_myadmindir}
+cp badwords.txt $RPM_BUILD_ROOT%{_myadmindir}
 cp images/*.gif $RPM_BUILD_ROOT%{_myadmindir}/images
+cp images/*.png $RPM_BUILD_ROOT%{_myadmindir}/images
 cp lang/*.php $RPM_BUILD_ROOT%{_myadmindir}/lang
+cp libraries/*.js $RPM_BUILD_ROOT%{_myadmindir}/libraries
+cp libraries/*.php $RPM_BUILD_ROOT%{_myadmindir}/libraries
 
 gzip -9nf Documentation.txt ANNOUNCE.txt README TODO ChangeLog
 
@@ -79,18 +82,21 @@ rm -rf $RPM_BUILD_ROOT
 %attr(640,http,http) %config(noreplace) %{_myadmindir}/config.inc.php
 %attr(644,http,http) %{_myadmindir}/d*.php
 %attr(644,http,http) %{_myadmindir}/footer.inc.php
-%attr(644,http,http) %{_myadmindir}/grab_globals.inc.php
 %attr(644,http,http) %{_myadmindir}/header.inc.php
 %attr(644,http,http) %{_myadmindir}/index.php
 %attr(644,http,http) %{_myadmindir}/l*.php
 %attr(644,http,http) %{_myadmindir}/main.php
-%attr(644,http,http) %{_myadmindir}/ob_lib.inc.php
+%attr(644,http,http) %{_myadmindir}/mult_submits.inc.php
 %attr(644,http,http) %{_myadmindir}/phpinfo.php
+%attr(644,http,http) %{_myadmindir}/read_dump.php
 %attr(644,http,http) %{_myadmindir}/s*.php
 %attr(644,http,http) %{_myadmindir}/tbl_*.php
 %attr(644,http,http) %{_myadmindir}/user_details.php
+%attr(644,http,http) %{_myadmindir}/badwords.txt
 
-%attr(644,http,http) %{_myadmindir}/*.js
 %attr(644,http,http) %{_myadmindir}/*.html
 %attr(644,http,http) %{_myadmindir}/lang/*.php
 %attr(644,http,http) %{_myadmindir}/images/*.gif
+%attr(644,http,http) %{_myadmindir}/images/*.png
+%attr(644,http,http) %{_myadmindir}/libraries/*.js
+%attr(644,http,http) %{_myadmindir}/libraries/*.php
This page took 0.027596 seconds and 4 git commands to generate.