]> TLD Linux GIT Repositories - packages/phpMyAdmin.git/blobdiff - phpMyAdmin.spec
- updated to 4.8.0
[packages/phpMyAdmin.git] / phpMyAdmin.spec
index 3dbb65cb0243f84a60b60d25b96fd72d518c032b..748a5d351f4d819fb552ab674fd759011b565767 100644 (file)
@@ -4,16 +4,15 @@
 Summary:       phpMyAdmin - web-based MySQL administration
 Summary(pl.UTF-8):     phpMyAdmin - administracja bazami MySQL przez WWW
 Name:          phpMyAdmin
-Version:       4.5.3.1
+Version:       4.8.0
 Release:       1
 License:       GPL v2
 Group:         Applications/Databases/Interfaces
 Source0:       https://files.phpmyadmin.net/%{name}/%{version}/%{name}-%{version}-all-languages.tar.xz
-# Source0-md5: e7e9981c75d356f5fb932e1a2e4978f8
+# Source0-md5: 946334c6732fe7c5e3d80786794249d1
 Source1:       %{name}-apache.conf
 Source2:       %{name}-lighttpd.conf
 Patch0:                %{name}-config.patch
-Patch1:                %{name}-ServerSelectDisplayName.patch
 URL:           http://www.phpmyadmin.net/
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: tar >= 1:1.22
@@ -25,7 +24,7 @@ Requires:     php(ctype)
 Requires:      php(filter)
 Requires:      php(json)
 Requires:      php(mbstring)
-Requires:      php(mcrypt)
+#Requires:     php(mcrypt)
 Requires:      php(mysqli)
 Requires:      php(pcre)
 Requires:      php(session)
@@ -84,7 +83,6 @@ podrÄ™cznika MySQL). Aktualnie phpMyAdmin potrafi:
 %prep
 %setup -q -n %{name}-%{version}-all-languages
 %patch0 -p1
-%patch1 -p0
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f