SPECS: nagios-theme-nuvola.spec - add animated logo to sidebar

glen glen at pld-linux.org
Wed Nov 26 20:38:58 CET 2008


Author: glen                         Date: Wed Nov 26 19:38:58 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add animated logo to sidebar

---- Files affected:
SPECS:
   nagios-theme-nuvola.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/nagios-theme-nuvola.spec
diff -u SPECS/nagios-theme-nuvola.spec:1.13 SPECS/nagios-theme-nuvola.spec:1.14
--- SPECS/nagios-theme-nuvola.spec:1.13	Tue Feb 13 08:16:49 2007
+++ SPECS/nagios-theme-nuvola.spec	Wed Nov 26 20:38:53 2008
@@ -3,13 +3,16 @@
 Summary(pl.UTF-8):	Styl Nuvola dla Nagiosa
 Name:		nagios-theme-nuvola
 Version:	1.0.3
-Release:	3
+Release:	4
 License:	LGPL / Free (dtree)
 Group:		Applications/WWW
 Source0:	nagios-nuvola-%{version}.tar.gz
 # Source0-md5:	3e8413932b1936192fdb4080ae90af20
+Source1:	sblogo.gif
+# Source1-md5:	e4f6fec2b77f2db2103a966d824e2844
 Patch0:		nagios-nuvola-favicon.patch
 Patch1:		nagios-nuvola-texts.patch
+Patch2:		%{name}-logo.patch
 URL:		http://tinyurl.com/a946b
 BuildRequires:	sed >= 4.0
 Requires:	nagios-cgi >= 2.0-0.b3.31
@@ -27,7 +30,9 @@
 Style had been updated to version 1.0 with the free DTree menu.
 
 This is a complete image pack, menu and stylesheets for Nagios 2.0.
-Icons are from the Nuvola KDE theme (http://www.icon-king.com/)
+Icons are from the Nuvola KDE theme <http://www.icon-king.com/>.
+
+Animated Nagios logo from NagioSexchange project #2343.
 
 %description -l pl.UTF-8
 Pełny styl Nagiosa (menu, ikony, arkusze styli, obrazki) dla Nagiosa
@@ -36,7 +41,7 @@
 Styl został uaktualniony do wersji 1.0 z darmowym menu DTree.
 
 Jest to pełny pakiet obrazków, menu i arkuszy styli dla Nagiosa 2.0.
-Ikony pochodzą z motywu KDE Nuvola (http://www.icon-king.com/).
+Ikony pochodzą z motywu KDE Nuvola <http://www.icon-king.com/>.
 
 %prep
 %setup -q -c
@@ -44,12 +49,16 @@
 find . -type f '(' -name '*.html' -o -name '*.js' -o -name '*.css' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+
+find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_nagiosdir}
 cp -a html/* $RPM_BUILD_ROOT%{_nagiosdir}
+cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_nagiosdir}/images
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -70,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2008/11/26 19:38:53  glen
+- add animated logo to sidebar
+
 Revision 1.13  2007/02/13 07:16:49  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nagios-theme-nuvola.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list