Author: glen Date: Mon May 28 21:29:48 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to version in nagios 3.4.1 tarball
---- Files affected: packages/nagios-theme-exfoliation: nagios-theme-exfoliation.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/nagios-theme-exfoliation/nagios-theme-exfoliation.spec diff -u packages/nagios-theme-exfoliation/nagios-theme-exfoliation.spec:1.4 packages/nagios-theme-exfoliation/nagios-theme-exfoliation.spec:1.5 --- packages/nagios-theme-exfoliation/nagios-theme-exfoliation.spec:1.4 Sat Jan 7 17:31:29 2012 +++ packages/nagios-theme-exfoliation/nagios-theme-exfoliation.spec Mon May 28 23:29:43 2012 @@ -1,16 +1,17 @@ # $Revision$, $Date$ Summary: Exfoliation Nagios theme Name: nagios-theme-exfoliation -Version: 0.7 -Release: 2 +Version: 3.4.1 +Release: 1 License: GPL v2+ Group: Applications/WWW -#Source0: http://lancet.mit.edu/mwall/projects/nagios/exfoliation-%{version}.tgz -Source0: http://downloads.sourceforge.net/nagios/nagios-3.3.1.tar.gz -# Source0-md5: c935354ce0d78a63bfabc3055fa77ad5 +Source0: http://downloads.sourceforge.net/nagios/nagios-%{version}.tar.gz +# Source0-md5: 2fa8acfb2a92b1bf8d173a855832de1f +Patch0: system-jquery.patch +Patch1: system-magpierss.patch URL: http://lancet.mit.edu/mwall/projects/nagios/exfoliation.html BuildRequires: sed >= 4.0 -Requires: nagios-cgi >= 2.0-0.b3.31 +Requires: nagios-cgi >= 3.4.1-0.8 Requires: webserver(php) Provides: nagios-theme Obsoletes: nagios-theme @@ -25,6 +26,10 @@ %prep %setup -qc +cd nagios +%patch0 -p1 +%patch1 -p1 +cd .. mv nagios/contrib/exfoliation/* . # need some files from nagios tarball the way themes are made mv nagios/html . @@ -42,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{htmldir} -# base files,. not present in the exfoliation +# base files, not present in the exfoliation cp -a html/*.php html/includes $RPM_BUILD_ROOT%{htmldir} # copy theme files @@ -65,6 +70,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2012/05/28 21:29:43 glen +- up to version in nagios 3.4.1 tarball + Revision 1.4 2012/01/07 16:31:29 glen - php deps, fix config paths ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/nagios-theme-exfoliation/nagios-theme-exfoliation.spec?r1=1.4&r2=1.5 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
