SPECS: nagios-nag2web.spec - pl, missing post section header

qboosh qboosh at pld-linux.org
Tue Dec 26 20:18:24 CET 2006


Author: qboosh                       Date: Tue Dec 26 19:18:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, missing post section header

---- Files affected:
SPECS:
   nagios-nag2web.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/nagios-nag2web.spec
diff -u SPECS/nagios-nag2web.spec:1.1 SPECS/nagios-nag2web.spec:1.2
--- SPECS/nagios-nag2web.spec:1.1	Fri Dec 22 01:55:17 2006
+++ SPECS/nagios-nag2web.spec	Tue Dec 26 20:18:19 2006
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:	PHP/MySQL web front-end for Nagios 2.x
+Summary(pl):	Oparty na PHP/MySQL interfejs WWW dla Nagiosa 2.x
 Name:		nagios-nag2web
 Version:	1.5.3
 Release:	0.4
@@ -26,6 +27,12 @@
 ability to test the config. We want to build a simple possibility to
 find and show all the features in Nagios.
 
+%description -l pl
+Oparty na PHP/MySQL interfejs WWW do konfiguracji Nagiosa 2.x. Ma
+możliwość dodawania/usuwania/modyfikowania elementów konfiguracji oraz
+testowania konfiguracji. Celem projektu jest umożliwienie łatwego
+znalezienia i pokazania wszystkich możliwości Nagiosa.
+
 %prep
 %setup -q -n nag2web-%{version}
 mv dbconfig.{php,inc}
@@ -47,16 +54,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-if [ "$1" = 1 ]; then
+%post
+if [ "$1" = "1" ]; then
 %banner %{name} -e <<'EOF'
 Quickstart:
 $ mysqladmin create nag2web
 $ mysql -e "GRANT SELECT, INSERT, UPDATE, DELETE ON nag2web.* TO 'nag2web'@'localhost' IDENTIFIED BY 'nag2web'"
 EOF
-
 fi
 
-
 %triggerin -- apache1 < 1.3.37-3, apache1-base >= 1.3.37-3
 %webapp_register apache %{_webapp}
 
@@ -78,7 +84,6 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.php
-
 %{_appdir}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -87,6 +92,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/12/26 19:18:19  qboosh
+- pl, missing post section header
+
 Revision 1.1  2006/12/22 00:55:17  glen
 - initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nagios-nag2web.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list