]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- split html into theme package to be able to extend themes
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 13 May 2005 17:46:39 +0000 (17:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios.spec -> 1.48

nagios.spec

index 07979a7462ae2f90763bcac3fb917569ab8b31b8..a3c30facf6962cb7f2be39c7a144594dc0845091 100644 (file)
@@ -8,7 +8,7 @@ Summary(pt_BR): Programa para monitora
 Name:          nagios
 Version:       2.0
 %define        _rc     b3
-Release:       0.%{_rc}.26
+Release:       0.%{_rc}.28
 License:       GPL v2
 Group:         Networking
 Source0:       http://dl.sourceforge.net/nagios/%{name}-%{version}%{_rc}.tar.gz
@@ -118,6 +118,7 @@ Group:              Networking
 # for dirs... and accessing local logs(?)
 Requires:      %{name} = %{version}-%{release}
 Requires:      %{name}-imagepaks
+Requires:      %{name}-theme
 Requires:      webserver = apache
 Requires:      apache(mod_alias)
 Requires:      apache(mod_cgi)
@@ -130,6 +131,16 @@ CGI webinterface for Nagios.
 %description cgi -l pl
 Interfejs CGI dla Nagiosa.
 
+%package theme-default
+Summary:       Default Nagios theme
+Group:         Networking
+Obsoletes:     nagios-theme
+Provides:      nagios-theme
+Requires:      nagios-cgi
+
+%description theme-default
+Original theme from Nagios.
+
 %package devel
 Summary:       Include files that Nagios-related applications may compile against
 Summary(pl):   Pliki nag³ówkowe, wykorzystywane przez aplikacje nagiosa
@@ -393,7 +404,16 @@ there are changes that no longer work in Nagios 2.0"
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/group
 %dir %{_sbindir}
 %attr(755,root,root) %{_sbindir}/*.cgi
-%{_datadir}
+
+%dir %{_datadir}
+%{_datadir}/favicon.ico
+%{_datadir}/robots.txt
+
+%files theme-default
+%defattr(644,root,root,755)
+%{_datadir}/*
+%exclude %{_datadir}/favicon.ico
+%exclude %{_datadir}/robots.txt
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.05416 seconds and 4 git commands to generate.