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