1 |
# $Id: smeserver-mediawiki.spec,v 1.3 2022/06/01 09:29:22 brianr Exp $ |
# $Id: smeserver-mediawiki.spec,v 1.6 2022/06/01 13:23:19 brianr Exp $ |
2 |
# Authority: ber_die |
# Authority: ber_die |
3 |
# Name: Dietmar Berteld |
# Name: Dietmar Berteld |
4 |
|
|
5 |
%define name smeserver-mediawiki |
%define name smeserver-mediawiki |
6 |
|
<<<<<<< smeserver-mediawiki.spec |
7 |
%define version 1.37.2 |
%define version 1.37.2 |
8 |
%define release 1 |
%define release 2 |
9 |
|
======= |
10 |
|
>>>>>>> 1.5 |
11 |
Summary: Mediawiki Web Application for SME Server 7.x based on Mediawiki 1.37.2 |
Summary: Mediawiki Web Application for SME Server 7.x based on Mediawiki 1.37.2 |
12 |
Name: %{name} |
Name: %{name} |
13 |
Version: %{version} |
Version: %{version} |
14 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
15 |
License: GPL |
License: GPL |
16 |
Group: /Web/Applications |
Group: /Web/Applications |
17 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}-1.tar.gz |
18 |
#Patch0: smeserver-mediawiki-1.6.10-1.patch |
#Patch0: smeserver-mediawiki-1.6.10-1.patch |
19 |
#Patch1: smeserver-mediawiki-1.6.10-Update-to-SME10.patch |
#Patch1: smeserver-mediawiki-1.6.10-Update-to-SME10.patch |
20 |
|
|
33 |
http://your_e-smith-server_adress/wiki |
http://your_e-smith-server_adress/wiki |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Wed Jun 01 2022 BogusDateBot |
37 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
38 |
|
by assuming the date is correct and changing the weekday. |
39 |
|
Thu Oct 23 2007 --> Thu Oct 18 2007 or Tue Oct 23 2007 or Thu Oct 25 2007 or .... |
40 |
|
Thu Feb 26 2008 --> Thu Feb 21 2008 or Tue Feb 26 2008 or Thu Feb 28 2008 or .... |
41 |
|
|
42 |
* Tue May 31 2022 Brian Read <brianr@bjsystems.co.uk> 1.6.10-10 sme |
* Tue May 31 2022 Brian Read <brianr@bjsystems.co.uk> 1.6.10-10 sme |
43 |
- Update to SME10 [SME:11987] |
- Update to SME10 [SME:11987] |
44 |
- Add php-fpm stuff to httpd.conf |
- Add php-fpm stuff to httpd.conf |
53 |
configuration file as well so admins only need to add users to the proper |
configuration file as well so admins only need to add users to the proper |
54 |
groups in the server-manager |
groups in the server-manager |
55 |
|
|
56 |
* Thu Feb 26 2008 Dietmar Berteld> |
* Tue Feb 26 2008 Dietmar Berteld> |
57 |
|
Thu Feb 26 2008 --> Thu Feb 21 2008 or Tue Feb 26 2008 or Thu Feb 28 2008 or .... |
58 |
- [1.6.10-7] Fixed httpd-settings for local access only |
- [1.6.10-7] Fixed httpd-settings for local access only |
59 |
|
|
60 |
* Thu Oct 23 2007 Dietmar Berteld> |
* Tue Oct 23 2007 Dietmar Berteld> |
61 |
|
Thu Oct 23 2007 --> Thu Oct 18 2007 or Tue Oct 23 2007 or Thu Oct 25 2007 or .... |
62 |
- [1.6.10-6] Fixed automated uninstall issue for MySQL-DB and MySQL-user |
- [1.6.10-6] Fixed automated uninstall issue for MySQL-DB and MySQL-user |
63 |
|
|
64 |
* Fri Oct 19 2007 Dietmar Berteld> |
* Fri Oct 19 2007 Dietmar Berteld> |
188 |
0) |
0) |
189 |
echo "Creating MySQL User and DataBase..." |
echo "Creating MySQL User and DataBase..." |
190 |
mysqladmin -u root create $MYSQLDB |
mysqladmin -u root create $MYSQLDB |
191 |
#mysql $MYSQLDB < $INSTALLDIR/$MYSQLDB.sql |
mysql $MYSQLDB < $INSTALLDIR/$MYSQLDB.sql |
192 |
mysql -u root -e "SET PASSWORD FOR $MYSQLUSER@localhost = PASSWORD( '$MYSQLPASS' ) " |
mysql -u root -e "SET PASSWORD FOR $MYSQLUSER@localhost = PASSWORD( '$MYSQLPASS' ) " |
193 |
mysqladmin flush-privileges |
mysqladmin flush-privileges |
194 |
;; |
;; |
205 |
sed 's.#!..g' $HTMLDIR/LocalSettings.php > $HTMLDIR/LocalSettings2.php |
sed 's.#!..g' $HTMLDIR/LocalSettings.php > $HTMLDIR/LocalSettings2.php |
206 |
mv $HTMLDIR/LocalSettings2.php $HTMLDIR/LocalSettings.php |
mv $HTMLDIR/LocalSettings2.php $HTMLDIR/LocalSettings.php |
207 |
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
208 |
/usr/local/bin/svc -h /service/httpd-e-smith |
systemctl restart httpd-e-smith.service |
209 |
echo "-------------------------------------------------------------------------------" |
echo "-------------------------------------------------------------------------------" |
210 |
case $UPDATE in |
case $UPDATE in |
211 |
0) |
0) |
236 |
echo " " |
echo " " |
237 |
echo "Don't forget to apply modifications with following commands:" |
echo "Don't forget to apply modifications with following commands:" |
238 |
echo " # expand-template /etc/httpd/conf/httpd.conf" |
echo " # expand-template /etc/httpd/conf/httpd.conf" |
239 |
echo " # svc -h /service/httpd-e-smith" |
echo " # systemctl restart httpd-e-smith.service" |
240 |
echo " " |
echo " " |
241 |
echo "For more details, see http://wiki.contribs.org/Mediawiki" |
echo "For more details, see http://wiki.contribs.org/Mediawiki" |
242 |
echo "-------------------------------------------------------------------------------" |
echo "-------------------------------------------------------------------------------" |