diff options
-rw-r--r-- | nagios-plugins.spec.in | 70 |
1 files changed, 7 insertions, 63 deletions
diff --git a/nagios-plugins.spec.in b/nagios-plugins.spec.in index 65e5c97..523d7c3 100644 --- a/nagios-plugins.spec.in +++ b/nagios-plugins.spec.in | |||
@@ -68,70 +68,14 @@ rm -rf $RPM_BUILD_ROOT | |||
68 | %dir %{_exec_prefix}/lib/nagios/plugins | 68 | %dir %{_exec_prefix}/lib/nagios/plugins |
69 | %{_datadir}/locale/de/LC_MESSAGES/nagios-plugins.mo | 69 | %{_datadir}/locale/de/LC_MESSAGES/nagios-plugins.mo |
70 | %{_datadir}/locale/fr/LC_MESSAGES/nagios-plugins.mo | 70 | %{_datadir}/locale/fr/LC_MESSAGES/nagios-plugins.mo |
71 | 71 | %{_exec_prefix}/lib/nagios/plugins | |
72 | %if %custom | ||
73 | |||
74 | %{_exec_prefix}/lib/nagios/plugins/* | ||
75 | |||
76 | %else | ||
77 | |||
78 | %{_exec_prefix}/lib/nagios/plugins/check_by_ssh | ||
79 | %{_exec_prefix}/lib/nagios/plugins/check_breeze | ||
80 | %{_exec_prefix}/lib/nagios/plugins/check_dig | ||
81 | %{_exec_prefix}/lib/nagios/plugins/check_disk | ||
82 | %{_exec_prefix}/lib/nagios/plugins/check_disk_smb | ||
83 | %{_exec_prefix}/lib/nagios/plugins/check_dns | ||
84 | %{_exec_prefix}/lib/nagios/plugins/check_dummy | ||
85 | %{_exec_prefix}/lib/nagios/plugins/check_flexlm | ||
86 | %{_exec_prefix}/lib/nagios/plugins/check_ftp | ||
87 | %{_exec_prefix}/lib/nagios/plugins/check_http | ||
88 | %{_exec_prefix}/lib/nagios/plugins/check_ifoperstatus | ||
89 | %{_exec_prefix}/lib/nagios/plugins/check_ifstatus | ||
90 | %{_exec_prefix}/lib/nagios/plugins/check_imap | ||
91 | %{_exec_prefix}/lib/nagios/plugins/check_ircd | ||
92 | %{_exec_prefix}/lib/nagios/plugins/check_load | ||
93 | %{_exec_prefix}/lib/nagios/plugins/check_log | ||
94 | %{_exec_prefix}/lib/nagios/plugins/check_mailq | ||
95 | %{_exec_prefix}/lib/nagios/plugins/check_mrtg | ||
96 | %{_exec_prefix}/lib/nagios/plugins/check_mrtgtraf | ||
97 | %{_exec_prefix}/lib/nagios/plugins/check_nagios | ||
98 | %{_exec_prefix}/lib/nagios/plugins/check_nntp | ||
99 | %{_exec_prefix}/lib/nagios/plugins/check_nt | ||
100 | %{_exec_prefix}/lib/nagios/plugins/check_ntp | ||
101 | %{_exec_prefix}/lib/nagios/plugins/check_nwstat | ||
102 | %{_exec_prefix}/lib/nagios/plugins/check_oracle | ||
103 | %{_exec_prefix}/lib/nagios/plugins/check_overcr | ||
104 | %{_exec_prefix}/lib/nagios/plugins/check_ping | ||
105 | %{_exec_prefix}/lib/nagios/plugins/check_pop | ||
106 | %{_exec_prefix}/lib/nagios/plugins/check_procs | ||
107 | %{_exec_prefix}/lib/nagios/plugins/check_real | ||
108 | %{_exec_prefix}/lib/nagios/plugins/check_rpc | ||
109 | %{_exec_prefix}/lib/nagios/plugins/check_sensors | ||
110 | %{_exec_prefix}/lib/nagios/plugins/check_smtp | ||
111 | %{_exec_prefix}/lib/nagios/plugins/check_ssh | ||
112 | %{_exec_prefix}/lib/nagios/plugins/check_swap | ||
113 | %{_exec_prefix}/lib/nagios/plugins/check_tcp | ||
114 | %{_exec_prefix}/lib/nagios/plugins/check_time | ||
115 | %{_exec_prefix}/lib/nagios/plugins/check_udp | ||
116 | %{_exec_prefix}/lib/nagios/plugins/check_ups | ||
117 | %{_exec_prefix}/lib/nagios/plugins/check_users | ||
118 | %{_exec_prefix}/lib/nagios/plugins/check_wave | ||
119 | %{_exec_prefix}/lib/nagios/plugins/negate | ||
120 | %{_exec_prefix}/lib/nagios/plugins/utils.pm | ||
121 | %{_exec_prefix}/lib/nagios/plugins/utils.sh | ||
122 | %{_exec_prefix}/lib/nagios/plugins/urlize | ||
123 | %{_exec_prefix}/lib/nagios/plugins/check_file_age | ||
124 | %{_exec_prefix}/lib/nagios/plugins/check_fping | ||
125 | %{_exec_prefix}/lib/nagios/plugins/check_game | ||
126 | %{_exec_prefix}/lib/nagios/plugins/check_ldap | ||
127 | %{_exec_prefix}/lib/nagios/plugins/check_mysql | ||
128 | %{_exec_prefix}/lib/nagios/plugins/check_pgsql | ||
129 | %{_exec_prefix}/lib/nagios/plugins/check_radius | ||
130 | %{_exec_prefix}/lib/nagios/plugins/check_snmp | ||
131 | %{_exec_prefix}/lib/nagios/plugins/check_hpjd | ||
132 | |||
133 | %endif | ||
134 | 72 | ||
135 | %changelog | 73 | %changelog |
74 | * Mon May 23 2005 Sean Finney <seanius@seanius.net> - cvs head | ||
75 | - just include the nagios plugins directory, which will automatically include | ||
76 | all generated plugins (which keeps the build from failing on systems that | ||
77 | don't have all build-dependencies for every plugin) | ||
78 | * Tue Mar 04 2004 Karl DeBisschop <karl[AT]debisschop.net> - 1.4.0alpha1 | ||
79 | - extensive rewrite to facilitate processing into various distro-compatible specs | ||
136 | * Tue Mar 04 2004 Karl DeBisschop <karl[AT]debisschop.net> - 1.4.0alpha1 | 80 | * Tue Mar 04 2004 Karl DeBisschop <karl[AT]debisschop.net> - 1.4.0alpha1 |
137 | - extensive rewrite to facilitate processing into various distro-compatible specs | 81 | - extensive rewrite to facilitate processing into various distro-compatible specs |