]> git.pld-linux.org Git - packages/phpMyAdmin.git/blobdiff - phpMyAdmin.spec
- updated to 2.7.0-pl1
[packages/phpMyAdmin.git] / phpMyAdmin.spec
index 78763746ed0443bd19d311188b3453045339b3aa..c4fcac2a40f748f7f6bbc85399bdd4e149942e00 100644 (file)
@@ -1,26 +1,24 @@
-# TODO
-# - http://www.gentoo.org/security/en/glsa/glsa-200504-30.xml
 Summary:       phpMyAdmin - web-based MySQL administration
 Summary(pl):   phpMyAdmin - administracja bazami MySQL przez WWW
 Name:          phpMyAdmin
-Version:       2.6.2
+Version:       2.7.0
 %define                _pl     pl1
-#Release:      2
-Release:       3.%{_pl}.1
+#Release:      1
+Release:       2.%{_pl}.1
 License:       GPL v2
 Group:         Applications/Databases/Interfaces
 Source0:       http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-%{_pl}.tar.bz2
+# Source0-md5: 39bfebd35f9a2de03504812df173f27d
 #Source0:      http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
-# Source0-md5: f1f9f3d84815d457e4ab9a933d62eccb
 Source1:       %{name}.conf
 Patch0:                %{name}-config.patch
 URL:           http://www.phpmyadmin.net/
-#Requires:     mysql
 Requires(postun):      perl-base
+Requires:      php
 Requires:      php-mysql
 Requires:      php-pcre
-Requires:      php
 Requires:      webserver
+#Suggests:     php-mbstring
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -72,9 +70,8 @@ install -d $RPM_BUILD_ROOT%{_myadmindir}/{css,lang,libraries/{auth,export,dbg,db
        $RPM_BUILD_ROOT{%{_sysconfdir},/etc/httpd}
 
 install *.php *.html *.css $RPM_BUILD_ROOT%{_myadmindir}
-#install images/*.{gif,png} $RPM_BUILD_ROOT%{_myadmindir}/images
 install lang/*.php $RPM_BUILD_ROOT%{_myadmindir}/lang
-cp -rf themes $RPM_BUILD_ROOT%{_myadmindir}/
+cp -rf themes $RPM_BUILD_ROOT%{_myadmindir}
 install css/* $RPM_BUILD_ROOT%{_myadmindir}/css
 install libraries/*.{js,php} $RPM_BUILD_ROOT%{_myadmindir}/libraries
 install libraries/auth/*.php $RPM_BUILD_ROOT%{_myadmindir}/libraries/auth
@@ -85,7 +82,7 @@ install libraries/transformations/*.php $RPM_BUILD_ROOT%{_myadmindir}/libraries/
 
 cp -rf scripts $RPM_BUILD_ROOT%{_myadmindir}
 
-install config.inc.php $RPM_BUILD_ROOT%{_sysconfdir}
+install config.default.php $RPM_BUILD_ROOT%{_sysconfdir}/config.inc.php
 ln -sf %{_sysconfdir}/config.inc.php $RPM_BUILD_ROOT%{_myadmindir}/config.inc.php
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/httpd/%{name}.conf
This page took 0.08577 seconds and 4 git commands to generate.