/[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.5 - (show annotations) (download)
Wed Dec 16 12:16:02 2020 UTC (3 years, 5 months ago) by jcrisp
Branch: MAIN
CVS Tags: smeserver-phpmyadmin-4_0_10_2-6_el7_sme
Changes since 1.4: +7 -4 lines
* Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.10.2-6.sme
- fix patch file typo

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

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