1 |
snetram |
1.13 |
# $Id: smeserver-geneweb.spec,v 1.12 2008/04/22 09:27:49 snetram Exp $ |
2 |
slords |
1.10 |
# Authority: fetcher |
3 |
|
|
# Name: Craig D. Jensen |
4 |
|
|
|
5 |
slords |
1.1 |
Summary: Package to integrate GeneWeb (V5) into SME Server |
6 |
|
|
%define name smeserver-geneweb |
7 |
|
|
Name: %{name} |
8 |
|
|
%define version 2.0 |
9 |
snetram |
1.13 |
%define release 11 |
10 |
slords |
1.1 |
Version: %{version} |
11 |
slords |
1.3 |
Release: %{release}%{?dist} |
12 |
slords |
1.2 |
License: GPL |
13 |
slords |
1.1 |
Group: Applications/Internet |
14 |
|
|
Source: %{name}-%{version}.tar.gz |
15 |
fetcher |
1.5 |
Patch1: smeserver-geneweb-2.0-pod-corrections.patch |
16 |
fetcher |
1.6 |
Patch2: smeserver-geneweb-2.0-ip_number-validation.patch |
17 |
dungog |
1.7 |
Patch3: smeserver-geneweb-2.0-locale-2008-03-11.patch |
18 |
slords |
1.9 |
Patch4: smeserver-geneweb-2.0-locale-2008-04-01.patch |
19 |
snetram |
1.11 |
Patch5: smeserver-geneweb-2.0-locale-2008-04-22.patch |
20 |
snetram |
1.13 |
Patch6: smeserver-geneweb-2.0-locale-2008-05-21.patch |
21 |
slords |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
|
|
BuildArchitectures: noarch |
23 |
|
|
Requires: geneweb >= 5.00 |
24 |
|
|
Requires: smeserver-release >= 7.0 |
25 |
slords |
1.8 |
Requires: e-smith-formmagick >= 1.4.0-10 |
26 |
slords |
1.4 |
BuildRequires: e-smith-devtools |
27 |
slords |
1.1 |
|
28 |
|
|
%description |
29 |
|
|
This RPM must be installed after the geneweb*.el4.sme.i386.rpm package |
30 |
|
|
to complete the integration for SME Server. |
31 |
|
|
|
32 |
|
|
%changelog |
33 |
snetram |
1.13 |
* Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-6 |
34 |
|
|
- Apply 21 May 2008 locale patch |
35 |
|
|
|
36 |
snetram |
1.12 |
* Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0-10 |
37 |
|
|
- Forgot to apply patch |
38 |
|
|
|
39 |
snetram |
1.11 |
* Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0-9 |
40 |
|
|
- Added 22 April 2008 locale |
41 |
|
|
|
42 |
slords |
1.9 |
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 2.0-8 |
43 |
|
|
- Update to UTF-8 translations |
44 |
|
|
|
45 |
slords |
1.8 |
* Wed Mar 12 2008 Shad L. Lords <slords@mail.com> - 2.0-7 |
46 |
|
|
- Add requires for e-smith-formmagick for UTF-8 support [SME: 3858] |
47 |
|
|
|
48 |
dungog |
1.7 |
* Tue Mar 11 2008 Stephen Noble <support@dungog.net> - 2.0-6 |
49 |
|
|
- add locale patch, validate lexicon in spec |
50 |
|
|
|
51 |
fetcher |
1.6 |
* Tue Jan 15 2008 Craig Jensen <craig.d.jensen@gmail.com> 2.0-5 |
52 |
|
|
- geneweb.pm fix to correctly validate IP numbers 'and' localIP |
53 |
|
|
|
54 |
fetcher |
1.5 |
* Sun Jan 13 2008 Craig Jensen <craig.d.jensen@gmail.com> 2.0-4 |
55 |
|
|
- geneweb.pm edited for pod corrections (pass podchecker) |
56 |
|
|
|
57 |
slords |
1.1 |
* Thu Apr 12 2007 Craig D. Jensen <craig.d.jensen@gmail.com> |
58 |
|
|
- [2.0-1] First companion to Geneweb v5 w/panel for admin allowing |
59 |
|
|
for setting the desired IP on the LAN for Geneweb administrative |
60 |
|
|
access. |
61 |
|
|
|
62 |
|
|
%prep |
63 |
|
|
|
64 |
|
|
rm -rf $RPM_BUILD_ROOT |
65 |
|
|
|
66 |
|
|
%setup |
67 |
fetcher |
1.5 |
%patch1 -p1 |
68 |
fetcher |
1.6 |
%patch2 -p1 |
69 |
dungog |
1.7 |
%patch3 -p1 |
70 |
slords |
1.9 |
%patch4 -p1 |
71 |
snetram |
1.12 |
%patch5 -p1 |
72 |
snetram |
1.13 |
%patch6 -p1 |
73 |
slords |
1.1 |
|
74 |
|
|
%build |
75 |
|
|
perl createlinks |
76 |
|
|
DEFAULTS=root/etc/e-smith/db/configuration/defaults/geneweb |
77 |
|
|
mkdir -p $DEFAULTS |
78 |
|
|
echo "service" > $DEFAULTS/type |
79 |
|
|
echo "disabled" > $DEFAULTS/status |
80 |
|
|
echo "127.0.0.1" >$DEFAULTS/only |
81 |
|
|
|
82 |
dungog |
1.7 |
LEXICONS=$(find root/etc/e-smith/{locale/,web/functions/} -type f ) |
83 |
|
|
for lexicon in $LEXICONS |
84 |
|
|
do |
85 |
|
|
/sbin/e-smith/validate-lexicon $lexicon |
86 |
|
|
done |
87 |
|
|
|
88 |
slords |
1.1 |
%install |
89 |
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
90 |
|
|
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
91 |
|
|
/bin/rm -f %{name}-%{version}-filelist |
92 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
93 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
94 |
|
|
|
95 |
|
|
%files -f %{name}-%{version}-filelist |
96 |
|
|
|
97 |
|
|
%defattr(-,root,root) |
98 |
|
|
|
99 |
|
|
%clean |
100 |
|
|
rm -rf $RPM_BUILD_ROOT |
101 |
|
|
|
102 |
|
|
%pre |
103 |
|
|
|
104 |
|
|
%post |
105 |
|
|
/etc/e-smith/events/actions/navigation-conf |
106 |
|
|
#/etc/e-smith/events/actions/initialize-default-databases |
107 |
|
|
#mkdir -p /etc/e-smith/templates/etc/rc.d/init.d/masq |
108 |
|
|
#/bin/chmod 644 /etc/e-smith/templates/etc/rc.d/init.d/masq/45AllowGeneWeb |
109 |
|
|
/sbin/e-smith/expand-template /etc/rc.d/init.d/masq |
110 |
|
|
#/etc/rc.d/init.d/masq restart |
111 |
|
|
true |
112 |
|
|
|
113 |
|
|
%preun |
114 |
|
|
/sbin/e-smith/db configuration setprop geneweb status disabled |
115 |
|
|
/etc/rc.d/init.d/gwd stop |
116 |
|
|
true |
117 |
|
|
|
118 |
|
|
%postun |
119 |
|
|
/sbin/e-smith/expand-template /etc/rc.d/init.d/masq |
120 |
|
|
#/etc/rc.d/init.d/masq restart |