/[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.15 - (show annotations) (download)
Sun Jul 24 03:59:04 2022 UTC (22 months, 2 weeks ago) by jpp
Branch: MAIN
Changes since 1.14: +7 -2 lines
* Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 4.0.10.2-12.sme
- use $httpPort in place of hardcoded port 80 [SME: 11408]

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

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