]> git.pld-linux.org Git - packages/phpMyAdmin.git/blobdiff - phpMyAdmin.spec
- up to 2.6.4-rc1
[packages/phpMyAdmin.git] / phpMyAdmin.spec
index 533431fa10bae0764240d836ec0a10a61b6a986d..2c94cfa75a88e88c6682beae1ce0362ac431d944 100644 (file)
@@ -1,18 +1,16 @@
+# 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
-%define                _pl     pl3
-%define                _rel    4
-# NOTE: bump _rel with every new patchlevel
-Version:       2.6.0
+Version:       2.6.4
+%define                _pl     rc1
 #Release:      1
-Release:       %{_rel}.%{_pl}
-#Release:      0.%{_pl}.%{_rel}
+Release:       0.%{_pl}.1
 License:       GPL v2
 Group:         Applications/Databases/Interfaces
 Source0:       http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-%{_pl}.tar.bz2
-# Source0-md5: 9580c5da497af4ff9ff3af7fa6e2793c
-# Source0-size:        1278267
+# Source0-md5: dfa8a387ae7e69ec3888a1e58b68a8cc
 #Source0:      http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
 Source1:       %{name}.conf
 Patch0:                %{name}-config.patch
@@ -64,8 +62,8 @@ podr
 - tworzyƦ i czytaƦ zrzuty tabel
 
 %prep
-%setup -q -n %{name}-%{version}-%{_pl}
 #%setup -q
+%setup -q -n %{name}-%{version}-%{_pl}
 %patch -p1
 
 %install
@@ -145,8 +143,8 @@ fi
 %defattr(644,root,root,755)
 %doc Documentation.* CREDITS ChangeLog INSTALL README TODO translators.html scripts
 %dir %{_sysconfdir}
-%attr(640,root,http) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
-%config(noreplace) %verify(not size mtime md5) /etc/httpd/%{name}.conf
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%config(noreplace) %verify(not md5 mtime size) /etc/httpd/%{name}.conf
 %dir %{_myadmindir}
 %{_myadmindir}/css
 %{_myadmindir}/themes
This page took 0.054422 seconds and 4 git commands to generate.