packages: nagios-theme-exfoliation/nagios-theme-exfoliation.spec (NEW) - new

glen glen at pld-linux.org
Fri Jan 6 16:25:09 CET 2012


Author: glen                         Date: Fri Jan  6 15:25:09 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/nagios-theme-exfoliation:
   nagios-theme-exfoliation.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/nagios-theme-exfoliation/nagios-theme-exfoliation.spec
diff -u /dev/null packages/nagios-theme-exfoliation/nagios-theme-exfoliation.spec:1.1
--- /dev/null	Fri Jan  6 16:25:09 2012
+++ packages/nagios-theme-exfoliation/nagios-theme-exfoliation.spec	Fri Jan  6 16:25:04 2012
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:	Exfoliation Nagios theme
+Name:		nagios-theme-exfoliation
+Version:	0.7
+Release:	0.10
+License:	GPL v2+
+Group:		Applications/WWW
+Source0:	http://lancet.mit.edu/mwall/projects/nagios/exfoliation-%{version}.tgz
+# Source0-md5:	0398a7c560450906ba85c0638c17651b
+URL:		http://lancet.mit.edu/mwall/projects/nagios/exfoliation.html
+BuildRequires:	sed >= 4.0
+Requires:	nagios-cgi >= 2.0-0.b3.31
+Provides:	nagios-theme
+Obsoletes:	nagios-theme
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_sysconfdir	/etc/webapps/nagios
+%define		htmldir		/usr/share/nagios
+
+%description
+Exfoliation is a simple makeover for the Nagios Core web interface.
+
+%prep
+%setup -qc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{htmldir}
+
+# copy theme files
+cp -a images stylesheets $RPM_BUILD_ROOT%{htmldir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{htmldir}/images/*
+%exclude %{htmldir}/images/favicon.ico
+%{htmldir}/stylesheets/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/01/06 15:25:04  glen
+- new
================================================================


More information about the pld-cvs-commit mailing list