/[smecontribs]/rpms/smeserver-phpmyadmin/contribs10/smeserver-phpmyadmin.spec
ViewVC logotype

Diff of /rpms/smeserver-phpmyadmin/contribs10/smeserver-phpmyadmin.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jpp, Mon Apr 13 11:23:29 2020 UTC Revision 1.6 by jcrisp, Thu Dec 17 12:53:08 2020 UTC
# Line 1  Line 1 
1  # $Id: smeserver-phpmyadmin.spec,v 1.1 2015/08/22 20:16:59 stephdl Exp $  # $Id: smeserver-phpmyadmin.spec,v 1.5 2020/12/16 12:16:02 jcrisp Exp $
2  # Authority: darrellmay  # Authority: darrellmay
3  # Name: Darrell May  # Name: Darrell May
4    
# Line 6  Summary: phpMyAdmin for SME Server Line 6  Summary: phpMyAdmin for SME Server
6  %define name smeserver-phpmyadmin  %define name smeserver-phpmyadmin
7  Name: %{name}  Name: %{name}
8  %define version 4.0.10.2  %define version 4.0.10.2
9  %define release 3  %define release 7
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 16  URL: http://www.phpmyadmin.net/ Line 16  URL: http://www.phpmyadmin.net/
16  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17  BuildArchitectures: noarch  BuildArchitectures: noarch
18  Requires: e-smith-base  Requires: e-smith-base
19  Requires: phpMyAdmin >= 4.0.10.1  Requires: phpMyAdmin >= 4.4.15.10
20  Requires: e-smith-release >= 9.0  Requires: e-smith-release >= 10.0
21  Obsoletes: phpmyadmin,phpMyAdmin3  Obsoletes: phpmyadmin,phpMyAdmin3
22  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
23  Obsoletes: e-smith-phpmyadmin  Obsoletes: e-smith-phpmyadmin
24  Obsoletes: smeserver-phpmyadmin <= 3.5.2.2-1  Obsoletes: smeserver-phpmyadmin <= 3.5.2.2-1
25  Obsoletes: smeserver-phpmyadmin-multiuser  Obsoletes: smeserver-phpmyadmin-multiuser
26    
27    Patch0: smeserver-phpmyadmin-4.0.10.2-Update-httpd-for-php-fpw-and-add-unit-file.patch
28    Patch1: smeserver-phpmyadmin-4.0.10.2-bz11043-add-blowfishsecret.patch
29    
30  %description  %description
31  Implementation of phpMyAdmin for SME Server.  Implementation of phpMyAdmin for SME Server.
32  Access with admin username/password via: https://yourdomain/phpmyadmin.  Access with admin username/password via: https://yourdomain/phpmyadmin.
33    
34  %changelog  %changelog
35    * Thu Dec 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.10.2-7.sme
36    - fix BlowfishSecret [SME: 11043]
37    - Update minimum e-smith release version
38    
39    * Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.10.2-6.sme
40    - fix patch file typo [SME: 11043]
41    
42    * Sun Nov 29 2020 Brian Read <brianr@bjsystems.co.uk> 4.0.10.2-5.sme
43    - Change httpd frament to php-fpw and add in .user.ini to set php vars  [SME: 11043]
44    
45    * Mon Apr 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 4.0.10.2-4.sme
46    - first import for contribs10
47    
48  * Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 4.0.10.2-3.sme  * Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 4.0.10.2-3.sme
49  - Initial release to contribs9  - Initial release to contribs9
50    
# Line 110  Access with admin username/password via: Line 126  Access with admin username/password via:
126    
127  %prep  %prep
128  %setup  %setup
129    %patch0 -p1
130    %patch1 -p1
131    
132  %build  %build
133  %{__mkdir_p} root/var/lib/phpMyAdmin/tmp  %{__mkdir_p} root/var/lib/phpMyAdmin/tmp


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed