]> git.pld-linux.org Git - packages/nagios.git/blame - nagios.spec
- CVE reference
[packages/nagios.git] / nagios.spec
CommitLineData
c2fe0fab 1#
b21411a3 2# Conditional build:
e1f9e4d5 3%bcond_without gd # without statusmap and trends, which require gd library
b21411a3 4#
1b3d1540 5Summary: Host/service/network monitoring program
a02dfee5
ER
6Summary(pl.UTF-8): Program do monitorowania serwerów/usług/sieci
7Summary(pt_BR.UTF-8): Programa para monitoração de máquinas e serviços
1b3d1540 8Name: nagios
39e9d17a 9Version: 2.9
b762c83c 10Release: 1
0cf1a114 11License: GPL v2
1b3d1540 12Group: Networking
98d19e90 13Source0: http://dl.sourceforge.net/nagios/%{name}-%{version}.tar.gz
39e9d17a 14# Source0-md5: b6e3a21c91edb063c00712c6001e15ec
1b3d1540
TO
15Source1: %{name}-apache.conf
16Source2: %{name}.init
156a07c5
ER
17Source3: %{name}.sysconfig
18Source4: http://www.nagios.org/images/favicon.ico
19# Source4-md5: 1c4201c7da53d6c7e48251d3a9680449
bc56720c 20Source5: %{name}-config-20050514.tar.bz2
3e125558 21# Source5-md5: a2883c65377ef7beb55d48af85ec7ef7
e785f9d9 22Source6: %{name}-lighttpd.conf
b24b4667
ER
23Patch0: %{name}-resources.patch
24Patch1: %{name}-iconv-in-libc.patch
c0350ebc 25Patch2: %{name}-favicon.patch
31f3ed2f 26Patch3: %{name}-webapps.patch
1b3d1540 27URL: http://www.nagios.org/
14ddd08f
JB
28BuildRequires: autoconf
29BuildRequires: automake
86522331
AG
30%if %{with gd}
31BuildRequires: gd-devel
32BuildRequires: libjpeg-devel
33BuildRequires: libpng-devel
34%endif
d4363d96 35BuildRequires: rpmbuild(macros) >= 1.268
bc56720c 36BuildRequires: sed >= 4.0
3e125558 37BuildRequires: tar >= 1:1.15.1
8a91cf36 38Requires(post,preun): /sbin/chkconfig
d4363d96 39Requires(triggerpostun): sed >= 4.0
bc56720c 40Requires: %{name}-common = %{version}-%{release}
f40d513a 41Requires: /bin/mail
156a07c5 42Requires: nagios-plugins
d4363d96
ER
43Requires: rc-scripts
44Requires: sh-utils
f0724323 45Provides: nagios-core
1b3d1540 46Obsoletes: netsaint
d4363d96 47Conflicts: iputils-ping < 1:ss020124
56d92939 48BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1b3d1540 49
e1f9e4d5
JB
50%define _sysconfdir /etc/%{name}
51%define _bindir %{_prefix}/sbin
52%define _sbindir %{_libdir}/%{name}/cgi
53%define _datadir %{_prefix}/share/%{name}
54%define _localstatedir /var/lib/%{name}
31f3ed2f
ER
55%define _webapps /etc/webapps
56%define _webapp %{name}
a9824b3a 57
1b3d1540
TO
58%description
59Nagios is a program that will monitor hosts and services on your
60network. It has the ability to email or page you when a problem arises
0cf1a114
TO
61and when a problem is resolved. Nagios is written in C and is designed
62to run under Linux (and some other *NIX variants) as a background
63process, intermittently running checks on various services that you
64specify.
1b3d1540
TO
65
66The actual service checks are performed by separate "plugin" programs
67which return the status of the checks to Nagios. The plugins are
68available in nagios-plugins packages.
69
924840b9
TO
70Nagios is successor to NetSaint.
71
eb034f05
JR
72%description -l pl.UTF-8
73Nagios to program, który monitoruje serwery oraz usługi w naszej
74sieci. Posiada on możliwość wysyłania informacji o wystąpieniu oraz
75rozwiązaniu problemu. Nagios został napisany w C oraz jest
76zaprojektowany do pracy pod Linuksem (i niektórymi innymi uniksami)
77jako proces pracujący w tle i bezustannie wykonujący pewne operacje
78sprawdzające.
1b3d1540 79
eb034f05
JR
80Właściwe sprawdzanie jest wykonywane przez osobne programy
81("wtyczki"), które zwracają informacje o statusie do Nagiosa. Wtyczki
82są dostępne na stronie w pakietach nagios-plugins.
1b3d1540 83
eb034f05 84Nagios jest następcą NetSainta.
924840b9 85
eb034f05
JR
86%description -l pt_BR.UTF-8
87O Nagios é um programa que monitora máquinas e serviços na sua rede.
1b3d1540 88Ele pode enviar um email ou um aviso de pager para o administrador
eb034f05 89quando surgir um problema e quando ele for resolvido. Nagios é escrito
0cf1a114 90em C e foi desenvolvido para rodar em plataformas Linux (e algumas
eb034f05
JR
91variações de *NIX) como um processo em segundo plano, periodicamente
92executando checagens nos diversos serviços que forem especificados.
1b3d1540 93
901d97df
ER
94%package common
95Summary: Common files needed by both nagios and nrpe
a02dfee5 96Summary(pl.UTF-8): Wspólne pliki wymagane zarówno przez nagiosa jak i nrpe
901d97df 97Group: Networking
d4363d96
ER
98Requires(postun): /usr/sbin/groupdel
99Requires(postun): /usr/sbin/userdel
901d97df 100Requires(pre): /bin/id
d4363d96 101Requires(pre): /usr/bin/getgid
901d97df
ER
102Requires(pre): /usr/sbin/groupadd
103Requires(pre): /usr/sbin/groupmod
104Requires(pre): /usr/sbin/useradd
105Requires(pre): /usr/sbin/usermod
901d97df
ER
106Provides: group(nagios)
107Provides: group(nagios-data)
d4363d96 108Provides: user(nagios)
901d97df
ER
109
110%description common
111Common files needed by both nagios and nrpe.
112
eb034f05
JR
113%description common -l pl.UTF-8
114Wspólne pliki wymagane zarówno przez nagiosa jak i nrpe.
bee7c8ea 115
1b3d1540
TO
116%package cgi
117Summary: CGI webinterface for Nagios
a02dfee5 118Summary(pl.UTF-8): Interfejs WWW/CGI dla Nagiosa
7c33b67a 119Group: Applications/WWW
31f3ed2f 120# for dirs... and accessing local logs.
4a3af0fb 121Requires: %{name} = %{version}-%{release}
1bbdd399 122Requires: %{name}-imagepaks
20145354 123Requires: %{name}-theme
156a07c5 124Requires: group(http)
d4363d96 125Requires: webapps
e785f9d9
ER
126Requires: webserver
127Requires: webserver(alias)
128Requires: webserver(auth)
129Requires: webserver(cgi)
130Requires: webserver(indexfile)
1b3d1540
TO
131
132%description cgi
0964d76f
JB
133CGI webinterface for Nagios.
134
eb034f05 135%description cgi -l pl.UTF-8
0964d76f 136Interfejs CGI dla Nagiosa.
1b3d1540 137
20145354
ER
138%package theme-default
139Summary: Default Nagios theme
a02dfee5 140Summary(pl.UTF-8): Domyślny motyw Nagiosa
7c33b67a 141Group: Applications/WWW
73072fcf 142Requires: nagios-cgi = %{version}-%{release}
60238ce7
JB
143Provides: nagios-theme
144Obsoletes: nagios-theme
20145354
ER
145
146%description theme-default
147Original theme from Nagios.
148
eb034f05 149%description theme-default -l pl.UTF-8
60238ce7
JB
150Oryginalny motyw z Nagiosa.
151
1b3d1540 152%package devel
e5fcc454 153Summary: Include files that Nagios-related applications may compile against
a02dfee5
ER
154Summary(pl.UTF-8): Pliki nagłówkowe, wykorzystywane przez aplikacje nagiosa
155Summary(pt_BR.UTF-8): Arquivos de cabeçalho necessários para desenvolvimento de aplicativos para o Nagios
1b3d1540 156Group: Development/Libraries
e1f9e4d5 157# doesn't require base
1b3d1540
TO
158
159%description devel
e5fcc454 160This package provides include files that Nagios-related applications
1b3d1540
TO
161may compile against.
162
eb034f05
JR
163%description devel -l pl.UTF-8
164Ten pakiet dostarcza pliki nagłówkowe, które mogą być wykorzystywane
165przez aplikacje związane z nagiosem podczas kompilacji.
1b3d1540 166
eb034f05
JR
167%description devel -l pt_BR.UTF-8
168Este pacote contém arquivos de cabeçalho usados no desenvolvimento de
1b3d1540
TO
169aplicativos para o Nagios.
170
171%prep
98d19e90 172%setup -q
b24b4667
ER
173%patch0 -p0
174%patch1 -p1
4a3af0fb 175%patch2 -p1
31f3ed2f 176%patch3 -p1
156a07c5
ER
177
178sed -i -e '
179 s,".*/var/rw/nagios.cmd,"%{_localstatedir}/rw/nagios.cmd,
180 s,".*/libexec/eventhandlers,"%{_libdir}/%{name}/eventhandlers,
181' $(find contrib/eventhandlers -type f)
1b3d1540 182
078e0b6e 183sed -e 's,%{_prefix}/lib/,%{_libdir}/,' %{SOURCE1} > apache.conf
e785f9d9 184sed -e 's,%{_prefix}/lib/,%{_libdir}/,' %{SOURCE6} > lighttpd.conf
078e0b6e 185
1b3d1540 186%build
156a07c5 187cp -f /usr/share/automake/config.sub .
a9824b3a
TO
188%{__aclocal}
189%{__autoconf}
190%configure \
1b3d1540
TO
191 --with-nagios-user=%{name} \
192 --with-nagios-grp=%{name} \
156a07c5
ER
193 --with-command-user=%{name} \
194 --with-command-grp=%{name} \
195 --with-lockfile=%{_localstatedir}/%{name}.pid \
0964d76f 196 --with-ping_command='/bin/ping -n %%s -c %%d' \
f4277206 197 --enable-event-broker \
e1f9e4d5 198 %{!?with_gd:--disable-statusmap --disable-trends}
1b3d1540
TO
199
200%{__make} all
201
202%install
203rm -rf $RPM_BUILD_ROOT
156a07c5 204install -d $RPM_BUILD_ROOT{/etc/{sysconfig,rc.d/init.d},%{_includedir}/%{name},%{_libdir}/%{name}/{eventhandlers,plugins}} \
aca04140 205 $RPM_BUILD_ROOT{%{_var}/log/%{name}/archives,%{_localstatedir}/rw,%{_sysconfdir}/{plugins,local},%{_examplesdir}/%{name}-%{version}} \
31f3ed2f 206 $RPM_BUILD_ROOT%{_webapps}/%{_webapp}
1b3d1540 207
a937d63b 208install include/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}
1b3d1540 209
aca04140 210%{__make} install-unstripped \
1b3d1540
TO
211 DESTDIR=$RPM_BUILD_ROOT \
212 INSTALL_OPTS="" \
213 INIT_OPTS="" \
214 COMMAND_OPTS=""
215
3f16fe73 216install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
156a07c5
ER
217install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
218install %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}
219
220# install templated configuration files
3e125558 221tar jxf %{SOURCE5} --strip-components=1 -C $RPM_BUILD_ROOT%{_sysconfdir}
09b7a682 222sed -i -e 's,%{_prefix}/lib/,%{_libdir}/,' $RPM_BUILD_ROOT%{_sysconfdir}/resource.cfg
c0350ebc 223
31f3ed2f 224# webserver files
078e0b6e
ER
225install apache.conf $RPM_BUILD_ROOT%{_webapps}/%{_webapp}/apache.conf
226install apache.conf $RPM_BUILD_ROOT%{_webapps}/%{_webapp}/httpd.conf
e785f9d9 227install lighttpd.conf $RPM_BUILD_ROOT%{_webapps}/%{_webapp}/lighttpd.conf
31f3ed2f
ER
228mv $RPM_BUILD_ROOT{%{_sysconfdir}/cgi.cfg,%{_webapps}/%{_webapp}}
229> $RPM_BUILD_ROOT%{_webapps}/%{_webapp}/passwd
230echo 'nagios:' > $RPM_BUILD_ROOT%{_webapps}/%{_webapp}/group
156a07c5
ER
231
232# install event handlers
233cp -a contrib/eventhandlers $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
234
235# Object data/cache files
236for i in {objects.cache,{comments,downtime,retention,status}.dat,nagios.tmp}; do
237 > $RPM_BUILD_ROOT%{_localstatedir}/$i
b0a1a45f 238done
156a07c5 239> $RPM_BUILD_ROOT%{_localstatedir}/rw/nagios.cmd
e58661fb 240
1b3d1540
TO
241%clean
242rm -rf $RPM_BUILD_ROOT
243
1b3d1540 244%post
156a07c5
ER
245for i in %{_localstatedir}/{objects.cache,{comments,downtime,retention,status}.dat}; do
246 [ ! -f $i ] && touch $i
247 chown root:nagios $i
248 chmod 664 $i
249done
250
fe2307cb 251/sbin/chkconfig --add %{name}
09b7a682 252%service %{name} restart "Nagios service"
fe2307cb 253
1b3d1540
TO
254%preun
255if [ "$1" = "0" ] ; then
fe2307cb 256 %service %{name} stop
1b3d1540
TO
257 /sbin/chkconfig --del %{name}
258fi
259
901d97df
ER
260%pre common
261if [ "`getgid netsaint`" = "72" ]; then
262 /usr/sbin/groupmod -n nagios netsaint
263fi
264%groupadd -g 72 nagios
265%groupadd -g 147 -f nagios-data
266if [ -n "`id -u netsaint 2>/dev/null`" ] && [ "`id -u netsaint`" = "72" ]; then
267 /usr/sbin/usermod -d %{_libdir}/nagios -l nagios -c "Nagios User" -G nagios-data netsaint
268fi
269%useradd -u 72 -d %{_libdir}/nagios -s /bin/false -c "Nagios User" -g nagios -G nagios-data nagios
270
271%postun common
4b3055f2 272if [ "$1" = "0" ]; then
56d92939 273 %userremove nagios
274 %groupremove nagios
156a07c5 275 %groupremove nagios-data
4b3055f2 276fi
277
7441a39b 278%post cgi
156a07c5
ER
279if [ "$1" = 1 ]; then
280%banner %{name} -e <<EOF
281NOTE:
31f3ed2f 282You need to add user to %{_webapps}/%{_webapp}/passwd and
fe2307cb 283%{_webapps}/%{_webapp}/group to access Nagios via web.
156a07c5
ER
284
285EOF
286fi
287
91b73a43 288%triggerin cgi -- apache1 < 1.3.37-3, apache1-base
a0abc943 289%addusertogroup http nagios-data
31f3ed2f 290%webapp_register apache %{_webapp}
26c807b6 291
91b73a43 292%triggerun cgi -- apache1 < 1.3.37-3, apache1-base
31f3ed2f 293%webapp_unregister apache %{_webapp}
26c807b6 294
44abff38 295%triggerin cgi -- apache < 2.2.0, apache-base
a0abc943 296%addusertogroup http nagios-data
31f3ed2f 297%webapp_register httpd %{_webapp}
26c807b6 298
44abff38 299%triggerun cgi -- apache < 2.2.0, apache-base
31f3ed2f 300%webapp_unregister httpd %{_webapp}
156a07c5 301
e785f9d9
ER
302%triggerin cgi -- lighttpd
303%addusertogroup lighttpd nagios-data
304%webapp_register lighttpd %{_webapp}
305
306%triggerun cgi -- lighttpd
307%webapp_unregister lighttpd %{_webapp}
308
156a07c5
ER
309%triggerpostun -- nagios-cgi < 2.0-0.b3.21
310chown root:http %{_sysconfdir}/cgi.cfg
311
312%triggerpostun -- nagios < 2.0-0.b3.21
313chown root:nagios %{_sysconfdir}/*.cfg
314chown root:nagios-data %{_sysconfdir}/nagios.cfg
315%addusertogroup nagios nagios-data
316
317# must unify nagios.cfg
318sed -i -e '
319s,^status_file=.*,status_file=%{_localstatedir}/status.dat,
320s,^comment_file=.*,comment_file=%{_localstatedir}/comments.dat,
321s,^downtime_file=.*,downtime_file=%{_localstatedir}/downtime.dat,
322s,^lock_file=.*,lock_file=%{_localstatedir}/nagios.pid,
323s,^temp_file=.*,temp_file=%{_localstatedir}/nagios.tmp,
324s,^state_retention_file=.*,state_retention_file=%{_localstatedir}/retention.dat,
325
326# option changes
327s,^log_passive_service_checks=,log_passive_checks=,
328s,^inter_check_delay_method=,service_inter_check_delay_method=,
329s,^use_agressive_host_checking=,use_aggressive_host_checking=,
330s,^freshness_check_interval=,service_freshness_check_interval=,
331
332' %{_sysconfdir}/nagios.cfg
333
334sed -i -e '
335s,\$DATETIME\$,$LONGDATETIME$,g
336s,Nagios/1.2,Nagios/%{version},g
337' %{_sysconfdir}/misccommands.cfg
338
339mv -f /var/log/nagios/status.log %{_localstatedir}/status.dat 2>/dev/null
340mv -f /var/log/nagios/comment.log %{_localstatedir}/comments.dat 2>/dev/null
341mv -f /var/log/nagios/downtime.log %{_localstatedir}/downtime.dat 2>/dev/null
342mv -f /var/run/nagios.pid %{_localstatedir}/nagios.pid 2>/dev/null
343mv -f /var/log/nagios/nagios.tmp %{_localstatedir}/nagios.tmp 2>/dev/null
344mv -f /var/log/nagios/status.sav %{_localstatedir}/retention.dat 2>/dev/null
345chown nagios:nagios %{_localstatedir}/nagios.pid 2>/dev/null
346chown nagios:nagios-data %{_localstatedir}/rw/nagios.cmd 2>/dev/null
347
09b7a682 348%service -q %{name} restart
7441a39b 349
b0d8c586
ER
350%banner -e %{name}-2.0 <<'EOF'
351Please read <http://nagios.sourceforge.net/docs/2_0/whatsnew.html>
352there are changes that no longer work in Nagios 2.0.
353
354You could also try use <http://oss.op5.se/nagios/object_config_fix.php.gz>
355to convert your config (yes i know it's too late to say it now, after
356the upgrade, but still :))
357EOF
358#'vim
156a07c5 359
31f3ed2f 360# webapps trigger
9ab8f7af 361%triggerpostun cgi -- %{name}-cgi < 2.0-0.b6.0.2
31f3ed2f
ER
362for i in cgi.cfg group passwd; do
363 if [ -f /etc/nagios/$i.rpmsave ]; then
364 mv -f %{_webapps}/%{_webapp}/$i{,.rpmnew}
365 mv -f /etc/nagios/$i.rpmsave %{_webapps}/%{_webapp}/$i
366 fi
367done
368
369# migrate from httpd (apache2) config dir
370if [ -f /etc/httpd/%{name}.conf.rpmsave ]; then
371 cp -f %{_webapps}/%{_webapp}/httpd.conf{,.rpmnew}
372 mv -f /etc/httpd/%{name}.conf.rpmsave %{_webapps}/%{_webapp}/httpd.conf
373fi
374
375# migrate from apache-config macros
376if [ -f /etc/%{name}/apache-nagios.conf.rpmsave ]; then
377 if [ -d /etc/apache/webapps.d ]; then
378 cp -f %{_webapps}/%{_webapp}/apache.conf{,.rpmnew}
379 cp -f /etc/%{name}/apache-nagios.conf.rpmsave %{_webapps}/%{_webapp}/apache.conf
380 fi
381
382 if [ -d /etc/httpd/webapps.d ]; then
383 cp -f %{_webapps}/%{_webapp}/httpd.conf{,.rpmnew}
384 cp -f /etc/%{name}/apache-nagios.conf.rpmsave %{_webapps}/%{_webapp}/httpd.conf
385 fi
386 rm -f /etc/%{name}/apache-nagios.conf.rpmsave
387fi
388
389# place new config location, as trigger puts config only on first install, do it here.
9ab8f7af
ER
390if [ -L /etc/apache/conf.d/99_%{name}.conf ]; then
391 rm -f /etc/apache/conf.d/99_%{name}.conf
31f3ed2f
ER
392 apache_reload=1
393fi
9ab8f7af
ER
394if [ -L /etc/httpd/httpd.conf/99_%{name}.conf ]; then
395 rm -f /etc/httpd/httpd.conf/99_%{name}.conf
31f3ed2f
ER
396 httpd_reload=1
397fi
398
31f3ed2f 399if [ "$apache_reload" ]; then
9ab8f7af 400 /usr/sbin/webapp register apache %{_webapp}
09b7a682 401 %service -q apache reload
31f3ed2f 402fi
9ab8f7af
ER
403if [ "$httpd_reload" ]; then
404 /usr/sbin/webapp register httpd %{_webapp}
09b7a682 405 %service -q httpd reload
9ab8f7af 406fi
31f3ed2f 407
1b3d1540
TO
408%files
409%defattr(644,root,root,755)
156a07c5 410%doc Changelog README* UPGRADING INSTALLING LICENSE
b762c83c 411%doc sample-config/template-object/{localhost,commands}.cfg
156a07c5
ER
412%attr(640,root,nagios-data) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nagios.cfg
413%attr(640,root,nagios) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/[!n]*.cfg
156a07c5 414
3f16fe73 415%attr(754,root,root) /etc/rc.d/init.d/%{name}
156a07c5
ER
416%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
417
e1f9e4d5 418%attr(755,root,root) %{_bindir}/%{name}
156a07c5
ER
419%attr(755,root,root) %{_bindir}/nagiostats
420
31f3ed2f 421%attr(770,root,nagios-data) %dir %{_var}/log/%{name}
156a07c5
ER
422%attr(770,root,nagios-data) %dir %{_var}/log/%{name}/archives
423
424%attr(770,root,nagios-data) %dir %{_localstatedir}
425%attr(2770,root,nagios-data) %dir %{_localstatedir}/rw
3e125558
ER
426%attr(660,nagios,nagios-data) %ghost %{_localstatedir}/rw/nagios.cmd
427%attr(664,root,nagios) %ghost %{_localstatedir}/objects.cache
428%attr(664,root,nagios) %ghost %{_localstatedir}/*.dat
429%attr(664,root,nagios) %ghost %{_localstatedir}/%{name}.tmp
156a07c5
ER
430
431%{_examplesdir}/%{name}-%{version}
432
901d97df
ER
433%files common
434%defattr(644,root,root,755)
435%attr(750,root,nagios-data) %dir %{_sysconfdir}
3e125558
ER
436%attr(2750,root,nagios) %dir %{_sysconfdir}/plugins
437%attr(2750,root,nagios) %dir %{_sysconfdir}/local
901d97df
ER
438%dir %{_libdir}/%{name}
439%dir %{_libdir}/%{name}/plugins
156a07c5 440%dir %{_libdir}/%{name}/eventhandlers
1b3d1540
TO
441
442%files cgi
443%defattr(644,root,root,755)
31f3ed2f
ER
444%dir %attr(750,root,http) %{_webapps}/%{_webapp}
445%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/apache.conf
446%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/httpd.conf
e785f9d9 447%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/lighttpd.conf
31f3ed2f
ER
448%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/cgi.cfg
449%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/passwd
450%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/group
156a07c5
ER
451%dir %{_sbindir}
452%attr(755,root,root) %{_sbindir}/*.cgi
20145354
ER
453
454%dir %{_datadir}
73072fcf
ER
455%dir %{_datadir}/images
456%dir %{_datadir}/stylesheets
20145354
ER
457%{_datadir}/favicon.ico
458%{_datadir}/robots.txt
73072fcf
ER
459%{_datadir}/contexthelp
460%{_datadir}/docs
461%{_datadir}/media
462%{_datadir}/ssi
20145354
ER
463
464%files theme-default
465%defattr(644,root,root,755)
73072fcf
ER
466%{_datadir}/*.html
467%{_datadir}/images/*
468%{_datadir}/stylesheets/*
1b3d1540
TO
469
470%files devel
471%defattr(644,root,root,755)
472%dir %{_includedir}/%{name}
473%{_includedir}/%{name}/*.h
This page took 0.147774 seconds and 4 git commands to generate.