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

Annotation of /rpms/smeserver-wordpress/contribs10/smeserver-wordpress.spec

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


Revision 1.3 - (hide annotations) (download)
Fri Mar 12 12:25:50 2021 UTC (3 years, 2 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-wordpress-1_2-11_el7_sme
Changes since 1.2: +12 -3 lines
* Tue Mar 09 2021 Brian Read <brianr@bjsystems.co.uk> 1.2-11.sme
- Update wp-config.php with AUTO UPDATE and DIRECT download [SME: 11428]
- Remove requirement for wordpress rpm, and set script to download and install

1 brianr 1.3 # $Id: smeserver-wordpress.spec,v 1.2 2021/03/07 11:06:19 brianr Exp $
2 brianr 1.1 # Authority: dungog
3     # Name: Stephen Noble
4    
5     %define name smeserver-wordpress
6     %define version 1.2
7 brianr 1.3 %define release 11
8 brianr 1.1 Summary: smserver rpm to setup mysql database and web link for wordpress weblog
9     Name: %{name}
10     Version: %{version}
11     Release: %{release}%{?dist}
12     License: GNU GPL version 2
13     URL: http://wiki.contribs.org/Main_Page
14     Group: SMEserver/addon
15     Source: %{name}-%{version}.tar.gz
16     BuildArchitectures: noarch
17     BuildRoot: /var/tmp/%{name}-%{version}
18     BuildRequires: e-smith-devtools
19     Requires: e-smith-release >= 9.0
20 brianr 1.3 #Requires: wordpress
21 brianr 1.1 AutoReqProv: no
22     Patch0: smeserver-wordpress-1.2.NfrHttpdDirective.patch
23 brianr 1.2 Patch1: smeserver-wordpress-1.2-Add-in-update-event-and-fix-php-fpw.patch
24 brianr 1.3 Patch2: smeserver-wordpress-1.2-Remove-need-for-wordpress-rpm.patch
25 brianr 1.1 %description
26     smserver rpm to setup mysql database and web link for wordpress weblog
27    
28     %changelog
29 brianr 1.3 * Tue Mar 09 2021 Brian Read <brianr@bjsystems.co.uk> 1.2-11.sme
30     - Update wp-config.php with AUTO UPDATE and DIRECT download [SME: 11428]
31     - Remove requirement for wordpress rpm, and set script to download and install
32    
33 brianr 1.2 * Sun Mar 07 2021 BogusDateBot
34     - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
35     by assuming the date is correct and changing the weekday.
36     Thu May 29 2013 --> Thu May 23 2013 or Wed May 29 2013 or Thu May 30 2013 or ....
37     Wed Jun 20 2014 --> Wed Jun 18 2014 or Fri Jun 20 2014 or Wed Jun 25 2014 or ....
38    
39     * Sat Mar 06 2021 Brian Read <brianr@bjsystems.co.uk> 1.2-10.sme
40     - -Add-in-update-event-and-fix-php-fpw [SME: 11428]
41    
42 brianr 1.1 * Wed Nov 18 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-9.sme
43     - Added new directive to apache (Indexes, FollowSymLinks, AllowOverrideAll)
44     - The http can be forced, even if it is not a good idea
45     - new properties in the wordpress key
46    
47     * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-8.sme
48     - Initial release to contribs9
49    
50     * Mon Feb 09 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-6.sme
51     - Add usr/share/wordpress/wp-content in the default server backup
52    
53     * Thu Dec 25 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-5.sme
54     - Force the 'Salt property' to enabled
55    
56     * Sun Nov 9 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-4.sme
57     - Corrected a typo in the virtualhost https redirection
58    
59     * Wed Oct 15 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-3.sme
60     - Thanks to Remi Collet for the help to resolve the 'bug'
61     - define('DISALLOW_FILE_MODS', false); :)
62     - Added another default value to {wordpress}{Salt}
63    
64     * Tue Sep 02 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-2.sme
65     - corrected the lack of module MIME::Base64 [SME: 8548]
66     - corrected the new ownership of www on /etc/wordpress [SME: 8546]
67     - added templates.metadata to root,www 0640 on /etc/wordpress/wp-config.php
68     - changed db {wordpress}{phrase} to {wordpress}{Salt}
69    
70 brianr 1.2 * Fri Jun 20 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-1.sme
71     Wed Jun 20 2014 --> Wed Jun 18 2014 or Fri Jun 20 2014 or Wed Jun 25 2014 or ....
72 brianr 1.1 - initial release to sme9
73    
74     * Tue Nov 5 2013 JP Pialasse <tests@pialasse.com> 1.0-13.sme
75     - added chown to allow plugin instalaltion and translation
76    
77     * Tue Nov 5 2013 JP Pialasse <tests@pialasse.com> 1.0-12.sme
78     - error in config file [SME: 7978]
79     - also added more configuration option
80     - added /usr/share/php/ in phpbasedir [SME: 7977]
81     - patch cleanup, createlinks added to spec
82    
83     * Sun Oct 27 2013 JP Pialasse <tests@pialasse.com> 1.0-10.sme
84     - rewritten for epel version of wordpress
85     - added createlinks and conf-wordpress event
86     - start cleaning spec file
87     - modified php base dir
88    
89    
90     * Wed Sep 04 2013 Stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.5
91     - add www:www permission on /opt/wordpress folder to allow automatic update by FTP
92    
93     * Wed Jun 05 2013 Stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.4
94     - add a tmp folder in httpd.conf
95    
96     * Mon Jun 03 2013 Stephane de Labrusse <stephdl@de-labrusse.fr> 1.0-3
97     - backup html-folder, mysql-base, and config-file during erase and upgrade process
98    
99 brianr 1.2 * Wed May 29 2013 Stephane de Labrusse <stephdl@de-labrusse.fr>
100     Thu May 29 2013 --> Thu May 23 2013 or Wed May 29 2013 or Thu May 30 2013 or ....
101 brianr 1.1 - require sme8 due to wordpress 3.5 needs php version > 5.2
102    
103     * Sat Nov 29 2008 Stephen Noble <support@dungog.net> 1.0-2
104     - http alias 80opt removed
105    
106     * Fri Jul 06 2007 Stephen Noble <support@dungog.net> 1.0-1
107     - http alias, auto setup, template wp-config.php
108    
109     * Mon Dec 11 2006 Stephen Noble <support@dungog.net>
110     - rpm %post events reordered, to enable clean install
111     - [0.9-5]
112    
113     * Thu Nov 9 2006 Stephen Noble <support@dungog.net>
114     - http alias corrected
115     - [0.9-4]
116    
117     * Thu Nov 9 2006 Stephen Noble <support@dungog.net>
118     - http PublicAccess setting added
119     - [0.9-3]
120    
121     * Thu May 4 2006 Stephen Noble <support@dungog.net>
122     - httpd fragment modified
123     - rpm doesn't change file permissions
124     - [0.9-2]
125    
126     * Sun Apr 16 2006 Stephen Noble <support@dungog.net>
127     - initial release
128     - [0.9-1]
129    
130     %prep
131     %setup
132     %patch0 -p1
133 brianr 1.2 %patch1 -p1
134 brianr 1.3 %patch2 -p1
135 brianr 1.1 %build
136     perl createlinks
137    
138    
139     %install
140     rm -rf $RPM_BUILD_ROOT
141     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
142 brianr 1.3 mkdir -p $RPM_BUILD_ROOT/etc/wordpress
143 brianr 1.1 rm -f %{name}-%{version}-filelist
144     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
145     > %{name}-%{version}-filelist
146     echo "%doc COPYING" >> %{name}-%{version}-filelist
147    
148     %clean
149    
150     cd ..
151     rm -rf %{name}-%{version}
152    
153     %pre
154     %preun
155    
156     %post
157    
158     %postun
159 brianr 1.3 rm -fR /etc/wordpress
160     rm -fR /usr/share/wordpress
161 brianr 1.1
162    
163     %files -f %{name}-%{version}-filelist
164     %defattr(-,root,root)
165    

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