1 |
# $Id$ |
# $Id: smeserver-sme7admin.spec,v 1.6 2009/03/05 19:08:58 slords Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
Summary: Un module sme pour avoir des infos sur l'utilisation du serveur. |
Summary: A graphical monitor, alert raising, and services supervision tool for your SME Server. |
6 |
%define name smeserver-sme7admin |
%define name smeserver-sme7admin |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.1.0 |
%define version 1.1.1 |
9 |
%define release 6 |
%define release 2 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
13 |
Group: Networking/Daemons |
Group: Networking/Daemons |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
#Patch0: %{name}-%{version}.patch.yyyymmddnn |
Patch1: smeserver-sme6admin-1.1.1-toenglish.patch |
16 |
|
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
|
Requires: e-smith-base e-smith rrdtool-perl rrdtool hddtemp sysstat < 5.1 lm_sensors |
|
|
# lm_sensors est de base dans sme maintenant -> devrait pas y avoir de pb de deps |
|
|
AutoReqProv: no |
|
19 |
|
|
20 |
Patch0: smeserver-sme7admin-newrrd.patch |
BuildRequires: e-smith-devtools |
21 |
Patch1: smeserver-sme7admin-0conf.patch |
BuildRequires: gettext |
22 |
Patch2: smeserver-sme7admin-fix_samba_service_name.patch |
|
23 |
Patch3: smeserver-sme7admin-alertForm.patch |
Requires: e-smith-base |
24 |
Patch4: smeserver-sme7admin-1.1.0-fix_userpanel_graph.patch |
Requires: rrdtool-perl |
25 |
Patch5: smeserver-sme6admin-1.1.0-remove_db_init_from_spec.patch |
Requires: rrdtool |
26 |
|
Requires: hddtemp |
27 |
|
Requires: sysstat < 5.1 |
28 |
|
Requires: lm_sensors |
29 |
|
|
30 |
|
AutoReqProv: no |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Thu Mar 5 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-2.sme |
34 |
|
- translate spec file in english |
35 |
|
|
36 |
|
* Thu Mar 5 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-1.sme |
37 |
|
- Roll new version in prep for translation |
38 |
|
- Convert base strings to english |
39 |
|
|
40 |
|
* Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> 1.1.0-7 |
41 |
|
- Split Requires in several lines |
42 |
|
- Add e-smith-devtools as a build dependency |
43 |
|
|
44 |
* Tue Feb 17 2009 Daniel B. <daniel@firewall-services.com> 1.1.0-6 |
* Tue Feb 17 2009 Daniel B. <daniel@firewall-services.com> 1.1.0-6 |
45 |
- Fixes in spec file |
- Fixes in spec file |
46 |
- Fix links for graphs in userpanels |
- Fix links for graphs in userpanels |
65 |
- some code cleaning |
- some code cleaning |
66 |
|
|
67 |
* Wed Feb 01 2006 Landry Breuil <landry@firewall-services.com> |
* Wed Feb 01 2006 Landry Breuil <landry@firewall-services.com> |
68 |
- v1.1.0 - un an après la derniere version majeure. |
- v1.1.0 |
69 |
- Renommage en smeserver-sme7admin. |
- renamed to smeserver-sme7admin |
70 |
- Uniquement compatible avec SME 7 a partir de maintenant. |
- only compatible with sme7 from now |
71 |
- Reecriture majeure, GROS nettoyage du code. |
- Major rewrite, BIG code cleanup |
72 |
- Passage des options dans un fichier de configuration. |
- configuration stored in a file |
73 |
- BEAUCOUP plus de choses configurables. Gere plus de configurations correctement. |
- a LOT more things configurable |
74 |
- Ajout de services specifiques SME7. |
- Add sme7 specific services |
75 |
- Ajout d'un lien pour configurer la limite dans les mails d'alerte. |
- Add a link for thresold configuration in alerts emails |
76 |
- Ajout du 'netstat -tlp' et du 'w' dans la page d'accueil. |
- Add 'netstat -tpl' and 'w' on the main page |
77 |
|
|
78 |
* Mon Oct 03 2005 Cyril Dumas <cyril@firewall-services.com> |
* Mon Oct 03 2005 Cyril Dumas <cyril@firewall-services.com> |
79 |
- v1.0.5 |
- v1.0.5 |
80 |
- Correction de certains bugs pour pouvoir le lancer sur sme7. |
- Fix some bugs so it can run on sme7 |
81 |
- Beaucoup de choses fonctionnent anormalement (événements non détectés) sur sme7. |
- lots of modifications for sme7 |
82 |
|
|
83 |
* Tue Feb 01 2005 Landry Breuil <landry@firewall-services.com> |
* Tue Feb 01 2005 Landry Breuil <landry@firewall-services.com> |
84 |
- v1.0.4 |
- v1.0.4 |
85 |
- passage a gettext pour toutes les sorties texte. |
- use gettext for all text outputs |
86 |
- traduction anglaise pour le panel et le texte des e-mails. |
- english translation for panel and emails |
87 |
- fichier .po inclus pour la langue francais et anglaise. |
- include .po files for french and english |
88 |
|
|
89 |
* Tue Sep 14 2004 Landry Breuil <landry@firewall-services.com> |
* Tue Sep 14 2004 Landry Breuil <landry@firewall-services.com> |
90 |
- v1.0.3 |
- v1.0.3 |
91 |
- Ajout de afp sur le graphe des sessions. |
- Add afp in sessions graph |
92 |
- Modification des graphes de réseau. |
- Network graphs enhancement |
93 |
- Ajout graphe trafic serveur hors routage. |
- Add server trafic other than forward |
94 |
- Amélioration UI et short_status (easter-egg ;)). |
- Enhance panel and short_status (easter-egg ;)) |
95 |
- Correction bug client ftp anonymous. |
- Fix ftp anonymous client bug |
96 |
- Possibilité de désactiver les alertes. |
- possibility to disable alerts |
97 |
- Nettoyage /var/tmp au logrotate. |
- clean /var/tmp during logrotate |
98 |
|
|
99 |
* Thu Aug 26 2004 Landry Breuil <landry@firewall-services.com> |
* Thu Aug 26 2004 Landry Breuil <landry@firewall-services.com> |
100 |
- v1.0.2 |
- v1.0.2 |
101 |
- Compatibilite avec la 5.6 Ok |
- Full Compatibility with 5.6 |
102 |
- Prise en compte de la locale US (0.0 => 0,0) |
- Support for US locale (0.0 => 0,0) |
103 |
- Ajout temp hd 2 |
- Added temp hd 2 |
104 |
- Correction expreg sur hostname |
- Correct regexp on hostname |
105 |
|
|
106 |
* Tue Aug 10 2004 Landry Breuil <landry@firewall-services.com> |
* Tue Aug 10 2004 Landry Breuil <landry@firewall-services.com> |
107 |
- Amelioration des scripts postinstall et preuninstall pour rendre possible l'upgrade |
- Fix postinstall and preun scripts for upgrades |
108 |
- Correction du bug qui ne lancait pas le service au reboot |
- Fix service not starting after a reboot |
109 |
|
|
110 |
* Mon Aug 9 2004 Landry Breuil <landry@firewall-services.com> |
* Mon Aug 9 2004 Landry Breuil <landry@firewall-services.com> |
111 |
- v1.0.1 |
- v1.0.1 |
112 |
- Ajout de la configuration du temps entre 2 mails de status |
- Add status interval parameter |
113 |
- Amelioration de la compatibilite avec SME 5.6 |
- Better compatibility with SME 5.6 |
114 |
|
|
115 |
* Fri Aug 6 2004 Landry Breuil <landry@firewall-services.com> |
* Fri Aug 6 2004 Landry Breuil <landry@firewall-services.com> |
116 |
- v1.0.0 |
- v1.0.0 |
117 |
|
|
118 |
%description |
%description |
119 |
Un demon qui recolte des informations en parsant les logs du systeme, en executant |
The main part of sme7admin is a daemon which gathers informations from logs |
120 |
des commandes de status type sysstat, qui alimente des rrd et une base de donnees mysql, |
and other tools like systat, it then feed a mysql database and create RRD |
121 |
et qui declenche des alertes par e-mail en fonction de criteres configurables. |
graphs about your system state. |
122 |
Associé a un panel du server-manager qui permet de consulter les informations stockees, |
This daemon can also send periodics mails (with some logs), and alerts mails |
123 |
d'afficher les graphes generes par les rrdtool, et de configurer les alertes. |
based on configurable thresolds. |
124 |
|
|
125 |
Il faut installer lm_sensors, hddtemp, ulogd, clamav et spamassassin si on veut |
A panel is also available in the server-manager, with which you can access gathered |
126 |
l'utiliser au maximum. Tout ces logiciels sont inclus dans SME 7.0. |
data, display the RRD graphs and configure the service. |
127 |
|
|
128 |
Ce programme s'inspire en toute petite partie de e-smith-sysmon par Shad Lords. |
This contrib is a bit inspired by e-smith-sysmon from Shad Lords. |
|
Il permet d'avoir un maximum d'information sur l'utilisation du serveur en un coup d'oeil. |
|
129 |
|
|
130 |
%prep |
%prep |
131 |
%setup |
%setup |
|
%patch0 -p1 |
|
132 |
%patch1 -p1 |
%patch1 -p1 |
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
133 |
|
|
134 |
%build |
%build |
135 |
perl createlinks |
perl createlinks |
136 |
%{__mkdir_p} root/etc/e-smith/web/panels/manager/html/sme7admin |
%{__mkdir_p} root/etc/e-smith/web/panels/manager/html/sme7admin |
137 |
|
%{__mkdir_p} root/usr/share/locale/en_US/LC_MESSAGES |
138 |
|
|
139 |
|
xgettext --from-code UTF-8 -F --no-wrap -L perl \ |
140 |
|
-o root/usr/share/locale/en_US/LC_MESSAGES/sme7admin.po \ |
141 |
|
root/etc/e-smith/web/functions/sme7admin \ |
142 |
|
root/usr/bin/sme7admind |
143 |
|
|
144 |
|
/sbin/e-smith/generate-lexicons |
145 |
|
|
146 |
%install |
%install |
147 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
179 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
180 |
%defattr(-,root,root) |
%defattr(-,root,root) |
181 |
%attr(755,root,root) /etc/e-smith/sql/init/sme7admin |
%attr(755,root,root) /etc/e-smith/sql/init/sme7admin |
182 |
|
|