1 |
Summary: Package to integrate GeneWeb (V6) into SME Server |
Summary: Package to integrate GeneWeb (V6) into SME Server |
2 |
|
|
3 |
%define name smeserver-geneweb |
%define name smeserver-geneweb |
4 |
Name: %{name} |
Name: %{name} |
5 |
%define version 2.3.0 |
%define version 2.3.0 |
6 |
%define release 1 |
%define release 9 |
7 |
Version: %{version} |
Version: %{version} |
8 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
9 |
License: GPL |
License: GPL |
10 |
Group: Applications/Internet |
Group: Applications/Internet |
11 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
12 |
#Patch0: %{name}-%{version}-init_v10.patch |
Patch0: %{name}-%{version}-init_v10_systemd.patch |
13 |
|
Patch1: %{name}-%{version}-to_smanager.patch |
14 |
|
Patch2: %{name}-%{version}-TcpPort.patch |
15 |
|
Patch3: smeserver-geneweb-2.3.0-locale-2021-08-22.patch |
16 |
|
Patch4: smeserver-geneweb-2.3.0-Add-class-to-div-for-AdminLTE.patch |
17 |
|
Patch5: smeserver-geneweb-2.3.0-migrate-logs-users-bz12047_httpd-bz12074_backup.patch |
18 |
|
Patch6: smeserver-geneweb-2.3.0-Alter-menu-category-for-new-arrangement.patch |
19 |
|
Patch7: smeserver-geneweb-2.3.0-locale-2024-09-05.patch |
20 |
|
|
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
Requires: smeserver-release >= 10.0 |
Requires: smeserver-release >= 10.0 |
25 |
Requires: e-smith-formmagick >= 2.4.0-1 |
Requires: e-smith-formmagick >= 2.4.0-1 |
26 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
27 |
|
Requires: e-smith-apache >= 2.6.0-19 |
28 |
|
Requires: smeserver-php >= 3.0.0-43 |
29 |
|
AutoReqProv: no |
30 |
|
|
31 |
%description |
%description |
32 |
This RPM must be installed after the geneweb*.el6.sme package |
This RPM must be installed after the geneweb package |
33 |
to complete the integration for SME Server. |
to complete the integration for SME Server. |
34 |
|
|
|
%changelog |
|
|
* Thu Nov 05 2020 Michel Begue <mab974@gmail.com> 2.3.0-1.sme |
|
|
- first import to sme 10 for geneweb v6.08 |
|
|
|
|
|
* Thu Jul 30 2020 SME Translation Server <translations@contribs.org> 2.1.0-5.sme |
|
|
- apply locale 2020-07-30 patch |
|
|
|
|
|
* Sat Jul 11 2020 Michel Begue <mab974@gmail.com> 2.1.0-4.sme |
|
|
- geneweb and gwsetup services thru proxypass [SME: 10930] |
|
|
|
|
|
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 2.1.0-2.sme |
|
|
- apply locale 2019-12-07 patch |
|
|
|
|
|
* Wed Apr 03 2019 Michel Begue <mab974@gmail.com> 2.1-1.sme |
|
|
- first import in sme9 for geneweb v6.08 |
|
|
- geneweb service not started [SME: 6371] |
|
|
- Add "Base directory" input in panel console. |
|
|
- perms corrected in templates.metadata |
|
|
- normalize template and .spec |
|
|
|
|
35 |
%prep |
%prep |
36 |
|
|
37 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
38 |
|
|
39 |
%setup |
%setup |
40 |
#%patch0 -p1 |
%patch0 -p1 |
41 |
|
%patch1 -p1 |
42 |
|
%patch2 -p1 |
43 |
|
%patch3 -p1 |
44 |
|
%patch4 -p1 |
45 |
|
%patch5 -p1 |
46 |
|
%patch6 -p1 |
47 |
|
%patch7 -p1 |
48 |
|
|
49 |
%build |
%build |
50 |
perl createlinks |
perl createlinks |
65 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
66 |
|
|
67 |
%defattr(-,root,root) |
%defattr(-,root,root) |
68 |
%attr(755, root, root) /var/service/geneweb/log/run |
%attr(755, root, root) /usr/lib/systemd/systemd-geneweb |
69 |
%attr(755, root, root) /var/service/gwsetup/log/run |
%attr(755, root, root) /usr/lib/systemd/systemd-gwsetup |
|
|
|
70 |
|
|
71 |
%clean |
%clean |
72 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
74 |
%pre |
%pre |
75 |
|
|
76 |
%post |
%post |
77 |
ln -s /var/service/geneweb /service/geneweb |
|
78 |
touch /var/service/geneweb/down |
if (systemctl list-unit-files |grep smanager) then |
79 |
ln -s /etc/rc.d/init.d/daemontools /etc/rc.d/init.d/supervise/geneweb |
echo "Smanager restart in spec file" |
80 |
##ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S98geneweb |
/sbin/e-smith/signal-event smanager-refresh; |
81 |
mkdir -p /var/log/geneweb |
fi |
|
chown smelog:smelog /var/log/geneweb |
|
|
ln -s /var/service/gwsetup /service/gwsetup |
|
|
touch /var/service/gwsetup/down |
|
|
ln -s /etc/rc.d/init.d/daemontools /etc/rc.d/init.d/supervise/gwsetup |
|
|
##ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S98gwsetup |
|
|
mkdir -p /var/log/gwsetup |
|
|
chown smelog:smelog /var/log/gwsetup |
|
82 |
|
|
83 |
%preun |
%preun |
84 |
/sbin/e-smith/db configuration setprop geneweb status disabled |
/sbin/e-smith/db configuration setprop geneweb status disabled |
85 |
/sbin/e-smith/db configuration setprop gwsetup status disabled |
/sbin/e-smith/db configuration setprop gwsetup status disabled |
86 |
#/etc/rc.d/init.d/geneweb stop |
/usr/bin/systemctl stop geneweb gwsetup |
|
#/etc/rc.d/init.d/gwsetup stop |
|
|
/usr/bin/sv stop geneweb |
|
|
/usr/bin/sv stop gwsetup |
|
87 |
|
|
88 |
%postun |
%postun |
89 |
|
|
90 |
|
%changelog |
91 |
|
* Thu Sep 05 2024 Terry Fage <terry@fage.id.au> 2.3.0-9.sme |
92 |
|
- apply locale 2.3.0-locale-2024-09-05.patch |
93 |
|
|
94 |
|
* Sat Mar 02 2024 Brian Read <brianr@koozali.org> 2.3.0-8.sme |
95 |
|
- Edit SM2 Menu entry to conform to new arrangements [SME: 12493] |
96 |
|
|
97 |
|
* Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 2.3.0-7.sme |
98 |
|
- Re-build and link to latest devtools [SME: 11997] |
99 |
|
|
100 |
|
* Thu Jul 14 2022 Michel Begue <mab974@misouk.com> 2.3.0-6.sme |
101 |
|
- Re-build and link to latest devtools migrate fragment error [SME: 11610] |
102 |
|
- back to standard log files and fix log files not fed |
103 |
|
- run 2 services with user geneweb |
104 |
|
- add geneweb to backup list [SME: 12074] |
105 |
|
- update to httpd 2.4 syntax [SME: 12047] |
106 |
|
|
107 |
|
* Fri Jan 07 2022 Brian Read <brianr@bjsystems.co.uk> 2.3.0-5.sme |
108 |
|
- Add-class-to-div-for-AdminLTE [SME: 11838] |
109 |
|
|
110 |
|
* Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 2.3.0-4.sme |
111 |
|
- apply locale 2021-08-22 patch |
112 |
|
|
113 |
|
* Tue Mar 23 2021 Michel Begue <mab974@gmail.com> 2.3.0-3.sme |
114 |
|
- change TCPPort attributes to avoid filtering effect [SME: 10930] |
115 |
|
- move changelog to the bottom of spec |
116 |
|
- readd changelog from contribs9 |
117 |
|
|
118 |
|
* Mon Mar 15 2021 Michel Begue <mab974@gmail.com> 2.3.0-2.sme |
119 |
|
- change geneweb & gwsetup to systemd services |
120 |
|
- add smeserver-geneweb-update event |
121 |
|
- add template and controller for smanager |
122 |
|
|
123 |
|
* Thu Nov 05 2020 Michel Begue <mab974@gmail.com> 2.3.0-1.sme |
124 |
|
- first import to sme 10 for geneweb v6.08 |
125 |
|
|
126 |
|
* Thu Jul 30 2020 SME Translation Server <translations@contribs.org> 2.1.0-5.sme |
127 |
|
- apply locale 2020-07-30 patch |
128 |
|
|
129 |
|
* Sat Jul 11 2020 Michel Begue <mab974@gmail.com> 2.1.0-4.sme |
130 |
|
- geneweb and gwsetup services thru proxypass [SME: 10930] |
131 |
|
|
132 |
|
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 2.1.0-2.sme |
133 |
|
- apply locale 2019-12-07 patch |
134 |
|
|
135 |
|
* Wed Apr 03 2019 Michel Begue <mab974@gmail.com> 2.1-1.sme |
136 |
|
- first import in sme9 for geneweb v6.08 |
137 |
|
- geneweb service not started [SME: 6371] |
138 |
|
- Add "Base directory" input in panel console. |
139 |
|
- perms corrected in templates.metadata |
140 |
|
- normalize template and .spec |