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

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

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


Revision 1.10 - (show annotations) (download)
Sun Feb 28 03:30:17 2021 UTC (3 years, 3 months ago) by jpp
Branch: MAIN
Changes since 1.9: +4 -8 lines
from reetspetit

1 # $Id: smeserver-phpmyadmin.spec,v 1.6 2020/12/17 12:53:08 jcrisp Exp $
2 # Authority: darrellmay
3 # Name: Darrell May
4
5 Summary: phpMyAdmin for SME Server
6 %define name smeserver-phpmyadmin
7 Name: %{name}
8 %define version 4.0.10.2
9 %define release 8
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GPL
13 Group: Mitel/addon
14 Source: %{name}-%{version}.tar.gz
15 URL: http://www.phpmyadmin.net/
16 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17 BuildArchitectures: noarch
18 Requires: e-smith-base
19 Requires: phpMyAdmin >= 4.4.15.10
20 Requires: e-smith-release >= 10.0
21 Obsoletes: phpmyadmin,phpMyAdmin3
22 BuildRequires: e-smith-devtools
23 Obsoletes: e-smith-phpmyadmin
24 Obsoletes: smeserver-phpmyadmin <= 3.5.2.2-1
25 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 Patch2: smeserver-phpmyadmin-4.0.10.2-bz11043-configure-php-pool.patch
30
31 %description
32 Implementation of phpMyAdmin for SME Server.
33 Access with admin username/password via: https://yourdomain/phpmyadmin.
34
35 %changelog
36 * Fri Dec 18 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.10.2-8.sme
37 - add php pool template and remove disable unit.ini
38
39 * Thu Dec 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.10.2-7.sme
40 - fix BlowfishSecret [SME: 11043]
41 - Update minimum e-smith release version
42
43 * Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.10.2-6.sme
44 - fix patch file typo [SME: 11043]
45
46 * Sun Nov 29 2020 Brian Read <brianr@bjsystems.co.uk> 4.0.10.2-5.sme
47 - Change httpd frament to php-fpw and add in .user.ini to set php vars [SME: 11043]
48
49 * Mon Apr 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 4.0.10.2-4.sme
50 - first import for contribs10
51
52 * Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 4.0.10.2-3.sme
53 - Initial release to contribs9
54
55 * Sun Sep 28 2014 stephane de labrusse <stephdl@de-labrusse.fr> 4.0.10.2-2.sme
56 - added a tmp folder other that the /tmp [SME:8577]
57 - added some db values to adjust php limits (PostMaxSize,UploadMaxSize,MemoryLimit)
58
59 * Sun Sep 28 2014 stephane de labrusse <stephdl@de-labrusse.fr> 4.0.10.2-1.sme
60 - added an event template on 'phpmyadmin-update'
61 - added a phpmyadmin.sql db to save settings in db
62 - new cool features (bookmarktable,relation,userconfig,table_info,column_info,history,
63 - recent,table_uiprefs,tracking,table_coords,pdf_pages,designer_coords)
64 - the http://url/setup page is now forbidden by apache
65 - a db 'status' exists now to disable simply phpmyadmin in httpd.conf
66 - removed the openbasedir of /tmp to /var/lib/phpMyAdmin/tmp
67
68 * Wed Sep 24 2014 stephane de labrusse <stephdl@de-labrusse.fr> 4.0.10.1-1.sme
69 - add memory value up to 500M
70 - add php upload/post up to 100M
71 - add session.use_trans_sid 0
72 - directory 'scripts' removed of httpd templates
73 - VersionCheck is off now
74
75 * Mon May 19 2014 stephane de labrusse <stephdl@de-labrusse.fr> 3.5.8.2-2
76 -first release to sme9
77 -added an event template on 'signal-event console-save'
78
79 * Sat Jun 22 2013 JP Pialasse <tests@pialasse.com> 3.5.2.2-6
80 - Obsolete multiuser [SME: 7685]
81
82 * Tue Jun 18 2013 JP Pialasse <tests@pialasse.com> 3.5.2.2-5
83 - added full 3.5 configuration to avoid errors [SME: 7153] [SME: 7194]
84 - incorporated multiuser contrib in this package [SME: 7628 7627 ]
85 - increased security [SME: 5007]
86 - configext.patch
87 - release bump to 4 to fix spec file
88 - patch1 to fix config.inc.php syntax error
89
90 * Thu Aug 06 2012 JP Pialasse aka Unnilennium <tests@pialasse.com> 3.5.2.2-2
91 - first version for SME 8
92 - adaptation for phpMyAdmin3 3.5.2.2
93
94 * Thu May 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.11.1.2-3
95 - Protect sensible data and prevent access error by setting
96 proper permissions to config.inc.php template [SME: 4343]
97
98 * Wed May 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
99 - Converted RPM to be an integrational RPM [SME: 4298]:
100 - Convert and move templates to RPMForge (Dag) install location [SME: 4339]
101 - Automatically expand phpmyadmin configuation file (config.php.inc) [SME: 4340]
102 - Remove PHPMyAdmin core [SME: 4341]
103
104 * Mon Apr 21 2008 Shad L. Lords <slords@mail.com>
105 - Prep for import into buildsys
106 - Clean up spec
107
108 * Fri Oct 19 2007 Darrell May <dmay@myezserver.com>
109 - accounts and configuration db phpmyadmin defaults added
110 - default access restricted to private (private|public)
111 - phpMyAdmin 2.11.1.2
112 - [ 2.11.1.2-0]
113 * Fri Mar 09 2007 Darrell May <dmay@myezserver.com>
114 - phpMyAdmin 2.10.0.2
115 - [ 2.10.0.2-0]
116 * Thu Oct 12 2006 Darrell May <dmay@myezserver.com>
117 - phpMyAdmin 2.9.0.2
118 - [ 2.9.0.2-0]
119 * Thu Dec 15 2005 Darrell May <dmay@myezserver.com>
120 - phpMyAdmin 2.6.4-pl4
121 - [ 2.6.4-pl4]
122 * Fri Apr 22 2005 Darrell May <dmay@myezserver.com>
123 - added support for SME 7.x
124 - [ 2.6.2-2]
125 * Mon Apr 18 2005 Darrell May <dmay@myezserver.com>
126 - Release 2.6.2 of phpMyAdmin
127 - change rpm name to smeserver-phpmyadmin
128 - change install dir to /opt/phpmyadmin
129 - [ 2.6.2-1]
130
131 %prep
132 %setup
133 %patch0 -p1
134 %patch1 -p1
135 %patch2 -p1
136
137 %build
138 %{__mkdir_p} root/var/lib/phpMyAdmin/tmp
139 perl createlinks
140
141 %install
142 /bin/rm -rf $RPM_BUILD_ROOT
143 rm -f %{name}-%{version}-filelist
144 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
145 /bin/rm -f %{name}-%{version}-filelist
146 /sbin/e-smith/genfilelist \
147 --dir /var/lib/phpMyAdmin/tmp 'attr(0770,root,www)' \
148 --dir /var/log/php/phpmyadmin 'attr(0755,www,www)' \
149 $RPM_BUILD_ROOT > %{name}-%{version}-filelist
150 echo "%doc CHANGELOG.git" >> %{name}-%{version}-filelist
151 echo "%doc phpmyadmin.sql" >> %{name}-%{version}-filelist
152
153 %files -f %{name}-%{version}-filelist
154 %defattr(-,root,root)
155
156 %clean
157 rm -rf $RPM_BUILD_ROOT
158

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