SPECS: zabbix.spec - up to 1.1.7 - remove trapper*, suckerd etc. -...

shadzik shadzik at pld-linux.org
Fri Mar 30 20:01:42 CEST 2007


Author: shadzik                      Date: Fri Mar 30 18:01:42 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.1.7
- remove trapper*, suckerd etc.
- new subpackages: get and server

---- Files affected:
SPECS:
   zabbix.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/zabbix.spec
diff -u SPECS/zabbix.spec:1.32 SPECS/zabbix.spec:1.33
--- SPECS/zabbix.spec:1.32	Mon Feb 12 23:09:26 2007
+++ SPECS/zabbix.spec	Fri Mar 30 20:01:37 2007
@@ -12,12 +12,12 @@
 Summary:	zabbix - network monitoring software
 Summary(pl.UTF-8):	zabbix - oprogramowanie do monitorowania sieci
 Name:		zabbix
-Version:	1.1
-Release:	0.1
+Version:	1.1.7
+Release:	1
 License:	GPL v2+
 Group:		Networking/Admin
 Source0:	http://dl.sourceforge.net/zabbix/%{name}-%{version}.tar.gz
-# Source0-md5:	9697e5634547d9614963db04f6cd87d7
+# Source0-md5:	ac24ab58ef1a985c1e2a5217386d5dba
 Source1:	%{name}-agent.inetd
 Source2:	%{name}-trapper.inetd
 URL:		http://zabbix.sourceforge.net/
@@ -62,22 +62,6 @@
 wszystkich raportów i statystyk zabbiksa jest możliwy poprzez
 interfejs oparty o WWW.
 
-%package frontend-php
-Summary:	PHP frontend for zabbix
-Summary(pl.UTF-8):	Interfejs PHP dla zabbiksa
-Group:		Networking/Admin
-Requires:	php(gd)
-%{!?with_pgsql:Requires:	php-mysql}
-%{?with_pgsql:Requires:	php-pgsql}
-Requires:	webserver = apache
-Requires:	webserver(php)
-
-%description frontend-php
-This package provides web based (PHP) frontend for zabbix.
-
-%description frontend-php -l pl.UTF-8
-Ten pakiet dostarcza napisany w PHP frontend dla zabbiksa.
-
 %package agent-inetd
 Summary:	inetd agent for zabbix
 Summary(pl.UTF-8):	Wersja inetd agenta zabbiksa
@@ -105,48 +89,6 @@
 %description agent-standalone -l pl.UTF-8
 Ten pakiet dostarcza wolnostojącej wersji agenta zabbiksa.
 
-%package suckerd
-Summary:	sucker daemon for zabbix
-Summary(pl.UTF-8):	Demon sucker dla zabbiksa
-Group:		Networking/Admin
-Requires:	%{name} = %{version}-%{release}
-%{!?with_pgsql:Requires:	mysql}
-%{?with_pgsql:Requires:	postgresql}
-
-%description suckerd
-This package provides the sucker daemon for zabbix.
-
-%description suckerd -l pl.UTF-8
-Ten pakiet zawiera demona sucker dla zabbiksa.
-
-%package trapper-inetd
-Summary:	inetd trapper for zabbix
-Summary(pl.UTF-8):	Wersja inetd programu pułapkującego zabbiksa
-Group:		Networking/Admin
-Requires:	%{name} = %{version}-%{release}
-Requires:	inetdaemon
-Obsoletes:	zabbix-trapper-standalone
-
-%description trapper-inetd
-This package provides inetd version of zabbix trapper.
-
-%description trapper-inetd -l pl.UTF-8
-Ten pakiet zawiera program pułapkujący zabbiksa dla inetd.
-
-%package trapper-standalone
-Summary:	Standalone trapper for zabbix
-Summary(pl.UTF-8):	Wersja wolnostojąca programu pułapkującego zabbiksa
-Group:		Networking/Admin
-Requires:	%{name} = %{version}-%{release}
-Obsoletes:	zabbix-trapper-inetd
-
-%description trapper-standalone
-This package provides standalone version of zabbix trapper.
-
-%description trapper-standalone -l pl.UTF-8
-Ten pakiet zawiera wolnostojącą wersję programu pułapkującego
-zabbiksa.
-
 %package sender
 Summary:	zabbix's sender
 Summary(pl.UTF-8):	Program zawiadamiający zabbiksa
@@ -158,6 +100,28 @@
 %description sender -l pl.UTF-8
 Ten pakiet zawiera program zawiadamiający zabbiksa.
 
+%package get
+Summary:        zabbix's get
+#Summary(pl.UTF-8):      Program zawiadamiajÄy zabbiksa
+Group:          Networking/Admin
+
+%description get
+This package provides the zabbix get.
+
+#%description get -l pl.UTF-8
+#Ten pakiet zawiera program zawiadamiajÄy zabbiksa.
+
+%package server
+Summary:        zabbix's server
+Summary(pl.UTF-8):      Serwer zabbiksa
+Group:          Networking/Admin
+
+%description server
+This package provides the zabbix server.
+
+%description server -l pl.UTF-8
+Ten pakiet zawiera serwer zabbiksa.
+
 %prep
 %setup -q
 
@@ -226,64 +190,34 @@
 	%service -q rc-inetd reload
 fi
 
-%post trapper-inetd
-%service -q rc-inetd reload
-
-%postun trapper-inetd
-if [ "$1" = 0 ]; then
-	%service -q rc-inetd reload
-fi
-
 %files
 %defattr(644,root,root,755)
-%doc doc/Zabbix\ Manual.pdf AUTHORS NEWS README ChangeLog create upgrades bin/ZabbixW32.exe
-%attr(750,root,zabbix) %dir %{_sysconfdir}
-
-%files frontend-php
-%defattr(644,root,root,755)
-%dir %{htmldir}
-%{htmldir}/*.php
-%{htmldir}/*.css
-%{htmldir}/audio
-%{htmldir}/images
-
-%dir %{htmldir}/include
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{htmldir}/include/db.inc.php
-%{htmldir}/include/.htaccess
-%{htmldir}/include/classes.inc.php
-%{htmldir}/include/config.inc.php
-%{htmldir}/include/defines.inc.php
+#%doc doc/Zabbix\ Manual.pdf AUTHORS NEWS README ChangeLog create upgrades bin/ZabbixW32.exe
+#%attr(750,root,zabbix) %dir %{_sysconfdir}
+%{_libdir}/*.a
 
 %files agent-inetd
 %defattr(644,root,root,755)
-%attr(640,root,zabbix) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/zabbix_agent.conf
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/zabbix-agent
-%attr(755,root,root) %{_sbindir}/zabbix_agent
+#%attr(640,root,zabbix) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/zabbix_agent.conf
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/zabbix-agent
+%attr(755,root,root) %{_bindir}/zabbix_agent
 
 %files agent-standalone
 %defattr(644,root,root,755)
-%attr(640,root,zabbix) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/zabbix_agentd.conf
-%attr(755,root,root) %{_sbindir}/zabbix_agentd
+#%attr(640,root,zabbix) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/zabbix_agentd.conf
+%attr(755,root,root) %{_bindir}/zabbix_agentd
 
-%files suckerd
-%defattr(644,root,root,755)
-%attr(640,root,zabbix) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/zabbix_suckerd.conf
-%attr(755,root,root) %{_sbindir}/zabbix_suckerd
-
-%files trapper-inetd
+%files sender
 %defattr(644,root,root,755)
-%attr(640,root,zabbix) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/zabbix_trapper.conf
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/zabbix-trapper
-%attr(755,root,root) %{_sbindir}/zabbix_trapper
+%attr(755,root,root) %{_bindir}/zabbix_sender
 
-%files trapper-standalone
+%files get
 %defattr(644,root,root,755)
-%attr(640,root,zabbix) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/zabbix_trapperd.conf
-%attr(755,root,root) %{_sbindir}/zabbix_trapperd
+%attr(755,root,root) %{_bindir}/zabbix_get
 
-%files sender
+%files server
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/zabbix_sender
+%attr(755,root,root) %{_bindir}/zabbix_server
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -291,6 +225,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2007/03/30 18:01:37  shadzik
+- up to 1.1.7
+- remove trapper*, suckerd etc.
+- new subpackages: get and server
+
 Revision 1.32  2007/02/12 22:09:26  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/zabbix.spec?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list