# $Id: smeserver-phpmyadmin.spec,v 1.7 2013/06/20 21:37:12 unnilennium Exp $ # Authority: darrellmay # Name: Darrell May Summary: phpMyAdmin for SME Server %define name smeserver-phpmyadmin Name: %{name} %define version 3.5.2.2 %define release 6 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Mitel/addon Source: %{name}-%{version}.tar.gz Patch0: smeserver-phpmyadmin-3.5.2.2-configext.patch Patch1: smeserver-phpmyadmin-3.5.2.2-patch1.patch URL: http://www.phpmyadmin.net/ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-base Requires: phpMyAdmin3 >= 3.5.2.2 Obsoletes: phpmyadmin BuildRequires: e-smith-devtools >= 1.13.1-03 Obsoletes: e-smith-phpmyadmin Obsoletes: smeserver-phpmyadmin <= 3.5.2.2-1 Obsoletes: smeserver-phpmyadmin-multiuser %description Implementation of phpMyAdmin for SME Server. Access with admin username/password via: https://yourdomain/phpmyadmin. %changelog * Sat Jun 22 2013 JP Pialasse 3.5.2.2-6 - Obsolete multiuser [SME: 7685] * Tue Jun 18 2013 JP Pialasse 3.5.2.2-5 - added full 3.5 configuration to avoid errors [SME: 7153] [SME: 7194] - incorporated multiuser contrib in this package [SME: 7628 7627 ] - increased security [SME: 5007] - configext.patch - release bump to 4 to fix spec file - patch1 to fix config.inc.php syntax error * Thu Aug 06 2012 JP Pialasse aka Unnilennium 3.5.2.2-2 - first version for SME 8 - adaptation for phpMyAdmin3 3.5.2.2 * Thu May 15 2008 Jonathan Martens 2.11.1.2-3 - Protect sensible data and prevent access error by setting proper permissions to config.inc.php template [SME: 4343] * Wed May 14 2008 Jonathan Martens - Converted RPM to be an integrational RPM [SME: 4298]: - Convert and move templates to RPMForge (Dag) install location [SME: 4339] - Automatically expand phpmyadmin configuation file (config.php.inc) [SME: 4340] - Remove PHPMyAdmin core [SME: 4341] * Mon Apr 21 2008 Shad L. Lords - Prep for import into buildsys - Clean up spec * Fri Oct 19 2007 Darrell May - accounts and configuration db phpmyadmin defaults added - default access restricted to private (private|public) - phpMyAdmin 2.11.1.2 - [ 2.11.1.2-0] * Fri Mar 09 2007 Darrell May - phpMyAdmin 2.10.0.2 - [ 2.10.0.2-0] * Thu Oct 12 2006 Darrell May - phpMyAdmin 2.9.0.2 - [ 2.9.0.2-0] * Thu Dec 15 2005 Darrell May - phpMyAdmin 2.6.4-pl4 - [ 2.6.4-pl4] * Fri Apr 22 2005 Darrell May - added support for SME 7.x - [ 2.6.2-2] * Mon Apr 18 2005 Darrell May - Release 2.6.2 of phpMyAdmin - change rpm name to smeserver-phpmyadmin - change install dir to /opt/phpmyadmin - [ 2.6.2-1] %prep %setup %patch0 -p1 %patch1 -p1 #%patch2 -p1 %build perl createlinks %install /bin/rm -rf $RPM_BUILD_ROOT (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) /bin/rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist %files -f %{name}-%{version}-filelist %defattr(-,root,root) %clean rm -rf $RPM_BUILD_ROOT