]> git.pld-linux.org Git - packages/net-snmp.git/blame - net-snmp.spec
- upstart config
[packages/net-snmp.git] / net-snmp.spec
CommitLineData
ff3b83c0 1# TODO
8795945f
ER
2# - package or remove:
3# %{_datadir}/snmp/snmp_perl.pl
0ef2b96e 4# - make noarch -n mibs-net-snmp package (need separate .spec then)
15c329ac 5# - FHS: #define NETSNMP_AGENTX_SOCKET "/var/agentx/master"
990f7362 6# - php-snmp (and likely other bindings) use only %{_libdir}/libnetsnmp.so.*, move other libs back to main (daemon) package?
ad841d97
JB
7#
8# Conditional build:
9%bcond_without autodeps # don't BR packages only for deps resolving
7470cbdb
JK
10%bcond_without rpm # don't include RPM support
11%bcond_without kerberos5 # don't include kerberos support
12%bcond_without lm_sensors # don't include sensors support
13%bcond_without perl # don't include Perl modules and utils
14%bcond_without python # don't include Python modules
c4627f0b 15%bcond_without static_libs # don't build static library
15c329ac
ER
16
17%ifnarch %{ix86} %{x8664}
18%undefine with_lm_sensors
19%endif
20
570a6707 21%define so_version 25
ea774f60
AF
22%include /usr/lib/rpm/macros.perl
23Summary: A collection of SNMP protocol tools
7d4e48ba
ER
24Summary(es.UTF-8): Agente SNMP de la UCD
25Summary(pl.UTF-8): Kolekcja narzędzi do obsługi protokołu SNMP
26Summary(pt_BR.UTF-8): Agente SNMP da UCD
27Summary(ru.UTF-8): Набор утилит для протокола SNMP от UC-Davis
28Summary(uk.UTF-8): Набір утиліт для протоколу SNMP від UC-Davis
ea774f60 29Name: net-snmp
afbe2a1a 30Version: 5.6
570a6707 31Release: 3
ea774f60
AF
32License: BSD-like
33Group: Networking/Daemons
afbe2a1a
JB
34Source0: http://downloads.sourceforge.net/net-snmp/%{name}-%{version}.tar.gz
35# Source0-md5: 89b3a7a77e68daef925abee43a3f7018
ea774f60 36Source1: %{name}d.init
6810e918 37Source2: %{name}d.conf
ea774f60
AF
38Source3: %{name}d.sysconfig
39Source4: %{name}trapd.init
6810e918 40Source5: %{name}trapd.conf
ea774f60 41Source6: %{name}trapd.sysconfig
ee18f99a 42Source7: ucd-ipchains.tar.gz
6789d157 43# Source7-md5: 29949f1008f1a04d6efefd5b3ea607da
ee18f99a
AM
44Patch0: %{name}-acfix.patch
45Patch1: %{name}-rpm-implicit-libs.patch
46Patch2: %{name}-config-noflags.patch
82f38c90
JB
47Patch3: %{name}-manpage.patch
48Patch4: %{name}-link.patch
49Patch5: %{name}-llinterfaces.patch
50Patch6: %{name}-kernel_headers.patch
51Patch7: %{name}-rpmpath.patch
52Patch8: %{name}-snmpksm.patch
53Patch9: %{name}-python.patch
713ab55c 54Patch10: %{name}-lvalue.patch
9f68faa0 55Patch11: %{name}-defaultconfig.patch
c4627f0b 56Patch12: %{name}-use-rpm-hrmib.patch
afbe2a1a
JB
57Patch13: %{name}-TCP_STATS_CACHE_TIMEOUT.patch
58Patch14: %{name}-nodebug.patch
ea774f60 59URL: http://www.net-snmp.org/
8acd0167 60BuildRequires: autoconf >= 2.63
ea774f60 61BuildRequires: automake
e43a09d3 62BuildRequires: elfutils-devel
335d4745 63%{?with_kerberos5:BuildRequires: heimdal-devel}
24482372 64BuildRequires: libnl-devel >= 1:1.1
ea774f60
AF
65BuildRequires: libtool >= 1.4
66BuildRequires: libwrap-devel
0e59b3ea 67%{?with_lm_sensors:BuildRequires: lm_sensors-devel >= 3.0.1}
2e25f11c 68BuildRequires: openssl-devel >= 0.9.7d
ad841d97
JB
69%{?with_autodeps:BuildRequires: perl-Term-ReadKey}
70BuildRequires: perl-devel >= 1:5.8.0
7470cbdb 71%if %{with python}
5d80d411 72BuildRequires: python-devel
ed50280b 73BuildRequires: python-modules
c2ceb56d 74BuildRequires: python-setuptools
ed50280b 75BuildRequires: rpm-pythonprov
7470cbdb
JK
76%endif
77%if %{with rpm}
2bacb8e1 78BuildRequires: rpm
ea774f60 79BuildRequires: rpm-perlprov >= 3.0.3-16
7470cbdb 80%endif
fa43c632 81BuildRequires: rpmbuild(macros) >= 1.268
ea774f60 82Requires(post,preun): /sbin/chkconfig
b0389a15 83Requires: %{name}-libs = %{version}-%{release}
ea774f60 84Requires: /usr/bin/setsid
0ef2b96e 85Requires: mibs-%{name} = %{version}-%{release}
b0389a15 86Requires: rc-scripts >= 0.2.0
ea774f60 87Provides: snmpd
ea774f60
AF
88Obsoletes: cmu-snmp
89Obsoletes: snmpd
e93f5ac2 90Obsoletes: ucd-snmp
c4627f0b 91Conflicts: rpm < 4.4.9-43.11
fa43c632 92BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
ea774f60 93
37498b4b
AM
94# linking libraries is ugly in this package
95%define no_install_post_check_so 1
96
ea774f60
AF
97%define logfile /var/log/snmpd.log
98
99%description
100SNMP (Simple Network Management Protocol) is a protocol used for
531ca0ff 101network management (hence the name). The net-snmp project includes
ea774f60
AF
102various SNMP tools: an extensible agent, an SNMP library, tools for
103requesting or setting information from SNMP agents, tools for
104generating and handling SNMP traps, a version of the netstat command
105which uses SNMP, and a Tk/Perl mib browser. This package contains the
106snmpd daemon, documentation, etc.
107
b1738c7c
JR
108%description -l es.UTF-8
109Este paquete se deriva de la implementación del Protocolo Simple de
110Gestión de Redes versión 2 (SNMPv2) de la Universidad Carnegie Mellon.
111Útil para administrar redes y hacer contabilidad.
112
113%description -l pl.UTF-8
114SNMP (Simple Network Management Protocol) jest protokołem używanym do
115zarządzania sieciami. Pakiet zawiera narzędzia: rozbudowywalnego
116agenta, bibliotekę SNMP, narzędzia do odpytywania oraz ustawiania
117informacji poprzez agentów SNMP, narzędzia do generowania i obsługi
118pułapek SNMP, wersję komendy netstat używającą SNMP, przeglądarkę mib
119w Tk/Perl, demona, dokumentację itp.
120
121%description -l pt_BR.UTF-8
122Este pacote é derivado da implementação do Protocolo Simples de
123Gerenciamento de Redes versão 2 (SNMPv2) da Universidade Carnegie
124Mellon. Útil para gerenciar redes e fazer contabilidade.
125
126%description -l ru.UTF-8
127SNMP (Simple Network Management Protocol) - это протокол, используемый
128для управления сетью (отсюда и название). Проект net-snmp включает
129разнообразные SNMP-утилиты: расширяемый агент, библиотека SNMP,
130утилиты для запроса или установки информации от SNMP-агентов, утилиты
131для генерации и обработки SNMP-трапов, версия команды netstat,
132использующей SNMP, и mib-браузер на Tk/Perl. Этот пакет содержит
133демоны snmpd и snmptrapd, документацию и т.д.
134
135%description -l uk.UTF-8
136SNMP (Simple Network Management Protocol) - це протокол, який
137використовують для керування мережею (звідси і назва). Проект net-snmp
138містить різноманітні SNMP-утиліти: розширюваний агент, бібліотека
139SNMP, утиліти для запросу та встановлення інформації від NMP-агентів,
140утиліти для генерації та обробки SNMP-трапів, версія команди netstat,
141яка використовує SNMP, та mib-браузер на Tk/Perl. Цей пакет містить
142демони snmpd та snmptrapd, документацію і т.і.
ea774f60
AF
143
144%package libs
e93f5ac2 145Summary: NET SNMP libraries
7d4e48ba 146Summary(pl.UTF-8): Biblioteki SNMP
ea774f60 147Group: Libraries
0ef2b96e 148Suggests: mibs-%{name}
5ae1bff8 149Obsoletes: net-snmp-compat-libs
60e7e283 150Obsoletes: ucd-snmp-libs
ea774f60
AF
151
152%description libs
e93f5ac2 153NET SNMP libraries.
ea774f60 154
b1738c7c 155%description libs -l pl.UTF-8
ea774f60
AF
156Biblioteki SNMP.
157
ea774f60 158%package devel
531ca0ff 159Summary: The development environment for the net-snmp project
7d4e48ba
ER
160Summary(es.UTF-8): Archivos de inclusión y bibliotecas para desarrollo en el SNMP de la UCD
161Summary(pl.UTF-8): Pliki dla programistów używających bibliotek net-snmp
162Summary(pt_BR.UTF-8): Arquivos de inclusão e bibliotecas para desenvolvimento no SNMP da UCD
163Summary(ru.UTF-8): Среда разработки для проекта UCD-SNMP
164Summary(uk.UTF-8): Середовище розробки для проекту UCD-SNMP
ea774f60 165Group: Development/Libraries
9274a72b 166Requires: %{name}-libs = %{version}-%{release}
e43a09d3 167Requires: elfutils-devel
335d4745 168%{?with_kerberos5:Requires: heimdal-devel}
ba3da9c3 169Requires: libnl-devel >= 1:1.1
b0389a15 170Requires: libwrap-devel
0e59b3ea 171%{?with_lm_sensors:Requires: lm_sensors-devel >= 3.0.1}
8d251b9e 172Requires: openssl-devel >= 0.9.7c
60e7e283 173Obsoletes: ucd-snmp-devel
ea774f60
AF
174
175%description devel
176The ucd-snmp-devel package contains the development libraries and
531ca0ff 177header files for use with the net-snmp project's network management
ea774f60
AF
178tools.
179
b1738c7c
JR
180%description devel -l es.UTF-8
181Estas son las bibliotecas y archivos de inclusión para desarrollo con
182el SNMP de la UCD. Con este paquete es posible la creación de
183programas para uso en la gestión de redes.
ea774f60 184
b1738c7c
JR
185%description devel -l pl.UTF-8
186Pakiet zawiera pliki nagłówkowe i biblioteki potrzebne do rozwoju
187aplikacji używających protokołu SNMP.
ea774f60 188
b1738c7c
JR
189%description devel -l pt_BR.UTF-8
190Estas são as bibliotecas e arquivos de inclusão para desenvolvimento
191com o SNMP da UCD. Com este pacote é possível a criação de programas
ea774f60
AF
192para uso no gerenciamento de redes.
193
b1738c7c
JR
194%description devel -l ru.UTF-8
195Пакет ucd-snmp-devel содержит библиотеки разработчика и хедера для
196использования с утилитами управления сетью проекта net-snmp.
ea774f60 197
b1738c7c
JR
198%description devel -l uk.UTF-8
199Пакет ucd-snmp-devel містить бібліотеки програміста та хедери для
200використання з утилітами керування мережею проекту net-snmp.
ea774f60
AF
201
202%package static
531ca0ff 203Summary: Static net-snmp libraries
7d4e48ba
ER
204Summary(pl.UTF-8): Statyczne biblioteki net-snmp
205Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolvimento com ucd-snmp
206Summary(ru.UTF-8): Статические библиотеки для проекта net-snmp
207Summary(uk.UTF-8): Статичні бібліотеки для проекту net-snmp
ea774f60 208Group: Development/Libraries
9274a72b 209Requires: %{name}-devel = %{version}-%{release}
60e7e283 210Obsoletes: ucd-snmp-static
ea774f60
AF
211
212%description static
531ca0ff 213Static net-snmp libraries.
ea774f60 214
b1738c7c 215%description static -l pl.UTF-8
531ca0ff 216Statyczne biblioteki net-snmp.
ea774f60 217
b1738c7c
JR
218%description static -l pt_BR.UTF-8
219Bibliotecas estáticas para desenvolvimento com net-snmp.
531ca0ff 220
e93f5ac2
AF
221%package compat-devel
222Summary: The development environment for the UCD-SNMP project
7d4e48ba
ER
223Summary(es.UTF-8): Archivos de inclusión y bibliotecas para desarrollo en el SNMP de la UCD
224Summary(pl.UTF-8): Pliki dla programistów używających bibliotek UCD-SNMP
225Summary(pt_BR.UTF-8): Arquivos de inclusão e bibliotecas para desenvolvimento no SNMP da UCD
226Summary(ru.UTF-8): Среда разработки для проекта UCD-SNMP
227Summary(uk.UTF-8): Середовище розробки для проекту UCD-SNMP
e93f5ac2 228Group: Development/Libraries
9274a72b
JB
229Requires: %{name}-libs = %{version}-%{release}
230Requires: openssl-devel >= 0.9.7d
e93f5ac2
AF
231Obsoletes: cmu-snmp-devel
232Obsoletes: ucd-snmp-devel
233
234%description compat-devel
235The ucd-snmp-devel package contains the development libraries and
236header files for use with the UCD-SNMP project's network management
237tools.
238
b1738c7c
JR
239%description compat-devel -l es.UTF-8
240Estas son las bibliotecas y archivos de inclusión para desarrollo con
241el SNMP de la UCD. Con este paquete es posible la creación de
242programas para uso en la gestión de redes.
e93f5ac2 243
b1738c7c
JR
244%description compat-devel -l pl.UTF-8
245Pakiet zawiera pliki nagłówkowe i biblioteki potrzebne do rozwoju
246aplikacji używających protokołu SNMP.
e93f5ac2 247
b1738c7c
JR
248%description compat-devel -l pt_BR.UTF-8
249Estas são as bibliotecas e arquivos de inclusão para desenvolvimento
250com o SNMP da UCD. Com este pacote é possível a criação de programas
e93f5ac2
AF
251para uso no gerenciamento de redes.
252
b1738c7c
JR
253%description compat-devel -l ru.UTF-8
254Пакет ucd-snmp-devel содержит библиотеки разработчика и хедера для
255использования с утилитами управления сетью проекта UCD-SNMP.
e93f5ac2 256
b1738c7c
JR
257%description compat-devel -l uk.UTF-8
258Пакет ucd-snmp-devel містить бібліотеки програміста та хедери для
259використання з утилітами керування мережею проекту UCD-SNMP.
e93f5ac2
AF
260
261%package compat-static
262Summary: Static UCD-SNMP libraries
7d4e48ba
ER
263Summary(pl.UTF-8): Statyczne biblioteki UCD-SNMP
264Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolvimento com ucd-snmp
265Summary(ru.UTF-8): Статические библиотеки для проекта UCD-SNMP
266Summary(uk.UTF-8): Статичні бібліотеки для проекту UCD-SNMP
e93f5ac2 267Group: Development/Libraries
9274a72b 268Requires: %{name}-compat-devel = %{version}-%{release}
e93f5ac2
AF
269Obsoletes: ucd-snmp-static
270
271%description compat-static
272Static UCD-SNMP libraries.
273
b1738c7c 274%description compat-static -l pl.UTF-8
531ca0ff 275Statyczne biblioteki UCD-SNMP.
e93f5ac2 276
b1738c7c
JR
277%description compat-static -l pt_BR.UTF-8
278Bibliotecas estáticas para desenvolvimento com ucd-snmp.
531ca0ff 279
15c329ac
ER
280%package -n mibs-net-snmp
281Summary: Net-SNMP provided MIBs
7d4e48ba 282Summary(pl.UTF-8): Baza danych MIB
531ca0ff 283Group: Applications/System
15c329ac
ER
284Requires: mibs-dirs
285Obsoletes: net-snmp-mibs
9274a72b 286Conflicts: ucd-snmp-libs
531ca0ff 287
15c329ac
ER
288%description -n mibs-net-snmp
289Net-SNMP provided MIBs (Management Information Base).
531ca0ff 290
15c329ac 291%description -n mibs-net-snmp -l pl.UTF-8
531ca0ff
JB
292Baza danych MIB.
293
294%package snmptrapd
295Summary: SNMP trap daemon
7d4e48ba 296Summary(pl.UTF-8): Demon obsługujący pułapki SNMP
531ca0ff 297Group: Applications/System
531ca0ff 298Requires(post,preun): /sbin/chkconfig
b0389a15
ER
299Requires: %{name} = %{version}-%{release}
300Requires: rc-scripts >= 0.2.0
531ca0ff
JB
301Obsoletes: cmu-snmp-utils
302Obsoletes: ucd-snmp-snmptrapd
303
304%description snmptrapd
305The ucd-snmp-snmptrapd package contains snmp trap daemon.
306
b1738c7c
JR
307%description snmptrapd -l pl.UTF-8
308Pakiet zawiera demon obsługujący pułapki SNMP.
531ca0ff
JB
309
310%package utils
311Summary: Network management utilities using SNMP, from the NET-SNMP project
7d4e48ba
ER
312Summary(es.UTF-8): Utilitarios del SNMP de la UCD
313Summary(pl.UTF-8): Narzędzia używające protokołu SNMP
314Summary(pt_BR.UTF-8): Utilitários do SNMP da UCD
315Summary(ru.UTF-8): Утилиты управления сетью по SNMP из проекта NET-SNMP
316Summary(uk.UTF-8): Утиліти керування мережею по SNMP з проекту NET-SNMP
531ca0ff 317Group: Applications/System
9274a72b 318Requires: %{name}-libs = %{version}-%{release}
0ef2b96e 319Suggests: mibs-%{name} = %{version}-%{release}
531ca0ff
JB
320Obsoletes: cmu-snmp-utils
321Obsoletes: ucd-snmp-utils
322
323%description utils
324This package contains various utilities for managing your network
325using the SNMP protocol.
326
b1738c7c 327%description utils -l es.UTF-8
531ca0ff
JB
328Varios utilitarios para uso con el SNMP de la UCD. Contiene
329utilitarios como: snmpwalk, snmptest y otros.
330
b1738c7c
JR
331%description utils -l pl.UTF-8
332Różnego rodzaju narzędzia do zarządzania siecią przy użyciu protokołu
531ca0ff
JB
333SNMP.
334
b1738c7c
JR
335%description utils -l pt_BR.UTF-8
336Vários utilitários para uso com o SNMP da UCD. Contém utilitários
531ca0ff
JB
337como: snmpwalk, snmptest e outros.
338
b1738c7c
JR
339%description utils -l ru.UTF-8
340Пакет ucd-snmp-utils содержит разнообразные утилиты для использования
341в проекте управления сетью net-snmp.
531ca0ff 342
b1738c7c
JR
343%description utils -l uk.UTF-8
344Пакет ucd-snmp-utils містить різноманітні утиліти для використання в
345проекті керування мережею net-snmp.
531ca0ff
JB
346
347%package -n perl-SNMP
348Summary: SNMP and NetSNMP::* Perl modules
7d4e48ba 349Summary(pl.UTF-8): Moduły Perla SNMP oraz NetSNMP::*
531ca0ff 350Group: Development/Languages/Perl
9274a72b
JB
351Requires: %{name}-libs = %{version}-%{release}
352Conflicts: ucd-snmp-utils-perl
531ca0ff
JB
353
354%description -n perl-SNMP
355SNMP and NetSNMP::* Perl modules - Perl interface to net-snmp.
356
b1738c7c
JR
357%description -n perl-SNMP -l pl.UTF-8
358Moduły Perla SNMP oraz NetSNMP::* - perlowy interfejs do net-snmp.
531ca0ff
JB
359
360%package utils-perl
361Summary: Perl utilities for network management using SNMP
7d4e48ba 362Summary(pl.UTF-8): Perlowe narzędzia używające protokołu SNMP
531ca0ff 363Group: Applications/System
9274a72b 364Requires: perl-SNMP = %{version}-%{release}
531ca0ff
JB
365Obsoletes: cmu-snmp-utils
366Obsoletes: ucd-snmp-utils-perl
367
368%description utils-perl
369This package contains various Perl utilities for managing your network
370using the SNMP protocol.
371
b1738c7c
JR
372%description utils-perl -l pl.UTF-8
373Perlowe narzędzia do zarządzania siecią przy użyciu protokołu SNMP.
e93f5ac2
AF
374
375%package snmpconf
531ca0ff 376Summary: snmpconf - creating and modifying SNMP configuration files
7d4e48ba 377Summary(pl.UTF-8): snmpconf - tworzenie i modyfikowanie plików konfiguracyjnych SNMP
e93f5ac2 378Group: Applications/System
9274a72b
JB
379Requires: %{name} = %{version}-%{release}
380Requires: perl-SNMP = %{version}-%{release}
e93f5ac2
AF
381
382%description snmpconf
531ca0ff
JB
383snmpconf is a simple Perl script that walks you through setting up a
384configuration file step by step. It should be fairly straight forward
385to use.
386
b1738c7c
JR
387%description snmpconf -l pl.UTF-8
388snmpconf to prosty skrypt Perla pozwalający na tworzenie pliku
389konfiguracyjnego krok po kroku. Powinien być w miarę prosty w użyciu.
e93f5ac2
AF
390
391%package tkmib
2ffae1a4 392Summary: MIB browser in Tk
7d4e48ba 393Summary(pl.UTF-8): Przeglądarka MIB-ów w Tk
e93f5ac2 394Group: Applications/System
9274a72b 395Requires: perl-SNMP = %{version}-%{release}
531ca0ff 396Requires: perl-Tk
e93f5ac2
AF
397
398%description tkmib
2ffae1a4 399MIB browser in Tk.
531ca0ff 400
b1738c7c
JR
401%description tkmib -l pl.UTF-8
402Przeglądarka MIB-ów w Tk.
e93f5ac2 403
a5fe3234
JB
404%package -n python-netsnmp
405Summary: Python netsnmp extension module
7d4e48ba 406Summary(pl.UTF-8): Moduł rozszerzenia netsnmp dla Pythona
a5fe3234
JB
407Group: Libraries/Python
408Requires: %{name}-libs = %{version}-%{release}
409
410%description -n python-netsnmp
411The 'netsnmp' Python extension module provides a full featured,
412tri-lingual SNMP (SNMPv3, SNMPv2c, SNMPv1) client API.
413
b1738c7c
JR
414%description -n python-netsnmp -l pl.UTF-8
415Moduł rozszerzenia netsnmp dla Pythona udostępnia pełne API klienckie
416SNMP dla trzech wersji tego protokołu (SNMPv3, SNMPv2c, SNMPv1).
a5fe3234 417
ea774f60 418%prep
797d6879 419%setup -q -a7
ea774f60
AF
420%patch1 -p1
421%patch2 -p1
422%patch3 -p1
531ca0ff 423%patch4 -p1
edf6eebd
JB
424%patch5 -p1
425%patch6 -p1
8a2022cc 426%patch7 -p1
9274a72b 427%patch8 -p1
f42492ff 428%patch9 -p1
713ab55c 429%patch10 -p1
9f68faa0 430%patch11 -p1
c4627f0b 431%patch12 -p1
cf3659bc
AM
432%patch13 -p1
433%patch14 -p1
ea774f60
AF
434
435%build
436%{__libtoolize}
849c236b 437%{__aclocal} -I m4
ea774f60 438%{__autoconf}
564bc1fe 439%{__autoheader}
eca4ed56 440cp -f /usr/share/automake/config.sub .
15c329ac
ER
441
442MIBS="\
443host agentx smux \
444mibII/mta_sendmail \
445disman/event disman/schedule \
446ucd-snmp/diskio \
447target \
448misc/ipfwacc \
449"
450
451%if %{with lm_sensors}
452MIBS="$MIBS ucd-snmp/lmsensorsMib"
453%endif
454
ea774f60 455%configure \
27b5f5a2
JR
456 --disable-debugging \
457 --enable-as-needed \
c4627f0b 458 %{!?with_static_libs:--disable-static} \
c05d0e2e 459 --with-cflags="%{rpmcflags} %{rpmcppflags} -I/usr/include/et" \
ea774f60 460 --with-ldflags="%{rpmldflags}" \
c74e79f9
JB
461 --with-defaults \
462 --with-default-snmp-version=3 \
7470cbdb 463 %{?with_kerberos5:--with-krb5=%{_prefix}} \
1c79f0b7 464 %{!?with_kerberos5:--without-krb5} \
27b5f5a2
JR
465 --with-openssl=%{_prefix} \
466 --with-libwrap=%{_prefix} \
570a6707 467 --with-logfile=%{logfile} \
27b5f5a2
JR
468 --with-zlib=%{_prefix} \
469 --with-bzip2=%{_prefix} \
ff4ab342 470 --with%{!?with_perl:out}-perl-modules \
471 --with%{!?with_python:out}-python-modules \
2d9facbb 472 --enable-local-smux \
15c329ac
ER
473 --with-mibdirs='$HOME/.snmp/mibs:/usr/share/mibs:%{_datadir}/snmp/mibs' \
474 --with-mib-modules="$MIBS" \
7470cbdb 475 %{?with_kerberos5:--with-security-modules="ksm"} \
ea774f60 476 --with-sys-contact="root@localhost" \
c74e79f9 477 --with-sys-location="Unknown" \
2d9facbb 478 --with-transports="UDP UDPIPv6 TCP TCPIPv6 Unix Callback" \
27b5f5a2
JR
479 --with-persistent-directory="/var/lib/net-snmp" \
480 --enable-ucd-snmp-compatibility \
7470cbdb
JK
481 --enable-ipv6 \
482 --with%{!?with_rpm:out}-rpm
2d4ec541 483
cb52cd5b 484%{__make} -j1
ea774f60 485
531ca0ff 486cd perl
531ca0ff 487%{__perl} Makefile.PL \
2b15ac96 488 -NET-SNMP-IN-SOURCE=true \
531ca0ff 489 INSTALLDIRS=vendor \
c05d0e2e 490 OPTIMIZE="%{rpmcflags} %{rpmcppflags}" \
531ca0ff 491 </dev/null
2b15ac96 492
531ca0ff
JB
493# avoid rpaths generated by MakeMaker
494perl -pi -e 's@LD_RUN_PATH="\$\(LD_RUN_PATH\)" @@' */Makefile */*/Makefile
495
d59f5301
JK
496%{__make} \
497 LDFLAGS="%{rpmldflags}"
ea774f60
AF
498
499%install
500rm -rf $RPM_BUILD_ROOT
d85a4807 501install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig,snmp},/var/log,/var/lib/net-snmp,%{_libdir}/snmp/dlmod}
ea774f60 502
3793442d 503%{__make} -j1 install \
15c329ac 504 mibdir=%{_datadir}/mibs \
543e900e 505 DESTDIR=$RPM_BUILD_ROOT
ea774f60 506
570a6707 507cp -a %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/snmp/snmpd.conf
6810e918 508:> $RPM_BUILD_ROOT%{_sysconfdir}/snmp/snmpd.local.conf
6e818aed 509:> $RPM_BUILD_ROOT%{_sysconfdir}/snmp/snmp.conf
e93f5ac2 510:> $RPM_BUILD_ROOT%{logfile}
ea774f60 511
570a6707
ER
512install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/snmpd
513cp -a %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/snmp/snmpd.conf
514cp -a %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/snmpd
ea774f60 515
570a6707
ER
516install -p %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/snmptrapd
517cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/snmp/snmptrapd.conf
518cp -a %{SOURCE6} $RPM_BUILD_ROOT/etc/sysconfig/snmptrapd
ea774f60 519
531ca0ff 520cd perl
3793442d 521%{__make} -j1 install \
531ca0ff 522 DESTDIR=$RPM_BUILD_ROOT
9274a72b 523
531ca0ff 524install -d $RPM_BUILD_ROOT%{_examplesdir}/perl-SNMP-%{version}
570a6707 525install -p SNMP/examples/*.pl $RPM_BUILD_ROOT%{_examplesdir}/perl-SNMP-%{version}
b572d007 526cd ..
ea774f60 527
9274a72b
JB
528# IP-Filter (non-Linux)
529rm -f $RPM_BUILD_ROOT%{_bindir}/ipf-mod.pl
530
7f35dfac 531rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
3a0b5f9c
ER
532rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/Bundle/Makefile.subs.pl
533rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Bundle/NetSNMP/.packlist
7f35dfac 534
c4627f0b
ER
535%if %{with static_libs}
536# hack: convert DynaLoader.a inside .a file to .o, as strip(1) would otherwise say invalid argument
537for a in $RPM_BUILD_ROOT%{_libdir}/libnet*.a; do
538 rm -f *.o *.a
539 ar x $a DynaLoader.a
540 if [ -f DynaLoader.a ]; then
541 ar x DynaLoader.a
542 ar cr $a DynaLoader.o
543 ar d $a DynaLoader.a
544 # remove second file too
545 ar d $a DynaLoader.a
546 fi
547done
2bacb8e1
ER
548%else
549rm -f $RPM_BUILD_ROOT%{_libdir}/libsnmp.a
c4627f0b
ER
550%endif
551
8aa6620b 552%if %{with python}
ae60ec22
JB
553%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/netsnmp/tests
554%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/netsnmp/*.py
8aa6620b 555%endif
ae60ec22 556
ea774f60
AF
557%clean
558rm -rf $RPM_BUILD_ROOT
559
e93f5ac2 560%post
ea774f60
AF
561touch %{logfile}
562chmod 640 %{logfile}
fa43c632
ER
563/sbin/chkconfig --add snmpd
564%service snmpd restart "snmpd daemon"
ea774f60 565
60e7e283
AF
566%preun
567if [ "$1" = "0" ]; then
fa43c632 568 %service snmpd stop
60e7e283
AF
569 /sbin/chkconfig --del snmpd
570fi
ea774f60
AF
571
572%post libs -p /sbin/ldconfig
573%postun libs -p /sbin/ldconfig
574
5b201584
JB
575%triggerpostun -- ucd-snmp
576/sbin/chkconfig --add snmpd
577
e93f5ac2 578%post snmptrapd
ea774f60
AF
579touch %{logfile}
580chmod 640 %{logfile}
fa43c632
ER
581/sbin/chkconfig --add snmptrapd
582%service snmptrapd restart "snmp trap daemon"
ea774f60 583
60e7e283
AF
584%preun snmptrapd
585if [ "$1" = "0" ]; then
fa43c632 586 %service snmptrapd stop
60e7e283
AF
587 /sbin/chkconfig --del snmptrapd
588fi
ea774f60 589
605b587c 590%triggerpostun snmptrapd -- ucd-snmp-snmptrapd
5b201584
JB
591/sbin/chkconfig --add snmptrapd
592
ea774f60
AF
593%files
594%defattr(644,root,root,755)
595%doc README local
596%doc ChangeLog EXAMPLE.conf.def EXAMPLE.conf
597%doc FAQ NEWS PORTING README.snmpv3 TODO AGENT.txt
598
60e7e283 599%attr(754,root,root) /etc/rc.d/init.d/snmpd
9e8f34e2 600%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/snmpd
ea774f60 601
9e8f34e2
JB
602%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/snmp/snmpd.conf
603%attr(640,root,root) %config(missingok,noreplace) %verify(not md5 mtime size) %{_sysconfdir}/snmp/snmpd.local.conf
ea774f60
AF
604
605%attr(755,root,root) %{_sbindir}/snmpd
cf3659bc 606%attr(755,root,root) %{_bindir}/net-snmp-create-v3-user
ea774f60 607
230d3f00
ER
608%dir %{_libdir}/snmp
609%dir %{_libdir}/snmp/dlmod
610
cf3659bc 611%{_mandir}/man1/net-snmp-create-v3-user.1*
ea774f60 612%{_mandir}/man5/snmpd.conf.5*
a23e7817
JB
613%{_mandir}/man5/snmpd.examples.5*
614%{_mandir}/man5/snmpd.internal.5*
ea774f60 615%{_mandir}/man5/variables.5*
531ca0ff 616%{_mandir}/man8/snmpd.8*
ea774f60 617
96249811
ER
618%dir %attr(700,root,root) /var/lib/net-snmp
619
e93f5ac2 620%attr(640,root,root) %ghost %{logfile}
ea774f60
AF
621
622%files libs
623%defattr(644,root,root,755)
e043d0db 624%dir %{_sysconfdir}/snmp
0e10a309 625%dir %{_datadir}/snmp
afbe2a1a
JB
626%attr(755,root,root) %{_libdir}/libnetsnmp.so.*.*.*
627%attr(755,root,root) %{_libdir}/libnetsnmpagent.so.*.*.*
628%attr(755,root,root) %{_libdir}/libnetsnmphelpers.so.*.*.*
629%attr(755,root,root) %{_libdir}/libnetsnmpmibs.so.*.*.*
630%attr(755,root,root) %{_libdir}/libnetsnmptrapd.so.*.*.*
cf3659bc
AM
631%attr(755,root,root) %ghost %{_libdir}/libnetsnmp.so.%{so_version}
632%attr(755,root,root) %ghost %{_libdir}/libnetsnmpagent.so.%{so_version}
633%attr(755,root,root) %ghost %{_libdir}/libnetsnmphelpers.so.%{so_version}
634%attr(755,root,root) %ghost %{_libdir}/libnetsnmpmibs.so.%{so_version}
635%attr(755,root,root) %ghost %{_libdir}/libnetsnmptrapd.so.%{so_version}
ea774f60 636
531ca0ff
JB
637%files devel
638%defattr(644,root,root,755)
639%attr(755,root,root) %{_bindir}/mib2c
f2ba5e16 640%attr(755,root,root) %{_bindir}/mib2c-update
531ca0ff 641%attr(755,root,root) %{_bindir}/net-snmp-config
2bacb8e1
ER
642%attr(755,root,root) %{_libdir}/libnetsnmp.so
643%attr(755,root,root) %{_libdir}/libnetsnmpagent.so
644%attr(755,root,root) %{_libdir}/libnetsnmphelpers.so
07ee8549 645%attr(755,root,root) %{_libdir}/libnetsnmpmibs.so
646%attr(755,root,root) %{_libdir}/libnetsnmptrapd.so
2bacb8e1
ER
647%{_libdir}/libnetsnmp.la
648%{_libdir}/libnetsnmpagent.la
649%{_libdir}/libnetsnmphelpers.la
07ee8549 650%{_libdir}/libnetsnmpmibs.la
651%{_libdir}/libnetsnmptrapd.la
531ca0ff
JB
652%{_includedir}/net-snmp
653%{_datadir}/snmp/mib2c*
654%{_mandir}/man1/mib2c.1*
a5fe3234
JB
655%{_mandir}/man1/mib2c-update.1*
656%{_mandir}/man1/net-snmp-config.1*
bdee8ff5 657%{_mandir}/man3/[!NS]*
f2ba5e16 658%{_mandir}/man5/mib2c.conf.5*
531ca0ff 659
c4627f0b 660%if %{with static_libs}
531ca0ff
JB
661%files static
662%defattr(644,root,root,755)
afbe2a1a
JB
663%{_libdir}/libnetsnmp.a
664%{_libdir}/libnetsnmpagent.a
665%{_libdir}/libnetsnmphelpers.a
666%{_libdir}/libnetsnmpmibs.a
667%{_libdir}/libnetsnmptrapd.a
c4627f0b 668%endif
531ca0ff 669
531ca0ff
JB
670%files compat-devel
671%defattr(644,root,root,755)
672%attr(755,root,root) %{_libdir}/libsnmp.so
673%{_libdir}/libsnmp.la
674%{_includedir}/ucd-snmp
675
c4627f0b 676%if %{with static_libs}
531ca0ff
JB
677%files compat-static
678%defattr(644,root,root,755)
679%{_libdir}/libsnmp.a
c4627f0b 680%endif
531ca0ff 681
15c329ac 682%files -n mibs-net-snmp
60e7e283 683%defattr(644,root,root,755)
15c329ac 684%{_datadir}/mibs/*.txt
ea774f60 685
531ca0ff 686%files snmptrapd
60e7e283 687%defattr(644,root,root,755)
531ca0ff
JB
688%attr(755,root,root) %{_sbindir}/snmptrapd
689%attr(754,root,root) /etc/rc.d/init.d/snmptrapd
9e8f34e2
JB
690%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/snmptrapd
691%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/snmp/snmptrapd.conf
7470cbdb 692%if %{with perl}
f2ba5e16 693%attr(755,root,root) %{_datadir}/snmp/snmp_perl_trapd.pl
7470cbdb 694%endif
531ca0ff
JB
695%{_mandir}/man5/snmptrapd.conf.5*
696%{_mandir}/man8/snmptrapd.8*
60e7e283 697
ea774f60
AF
698%files utils
699%defattr(644,root,root,755)
afbe2a1a 700%attr(755,root,root) %{_bindir}/agentxtrap
ea774f60
AF
701%attr(755,root,root) %{_bindir}/encode_keychange
702%attr(755,root,root) %{_bindir}/snmpbulkget
703%attr(755,root,root) %{_bindir}/snmpbulkwalk
704%attr(755,root,root) %{_bindir}/snmpdelta
6789d157 705%attr(755,root,root) %{_bindir}/snmpdf
ea774f60
AF
706%attr(755,root,root) %{_bindir}/snmpget
707%attr(755,root,root) %{_bindir}/snmpgetnext
6789d157 708%attr(755,root,root) %{_bindir}/snmpinform
ea774f60
AF
709%attr(755,root,root) %{_bindir}/snmpnetstat
710%attr(755,root,root) %{_bindir}/snmpset
711%attr(755,root,root) %{_bindir}/snmpstatus
712%attr(755,root,root) %{_bindir}/snmptable
713%attr(755,root,root) %{_bindir}/snmptest
714%attr(755,root,root) %{_bindir}/snmptranslate
715%attr(755,root,root) %{_bindir}/snmptrap
716%attr(755,root,root) %{_bindir}/snmpusm
ea774f60 717%attr(755,root,root) %{_bindir}/snmpvacm
6789d157 718%attr(755,root,root) %{_bindir}/snmpwalk
afbe2a1a 719%{_mandir}/man1/agentxtrap.1*
a5fe3234 720%{_mandir}/man1/encode_keychange.1*
ea774f60
AF
721%{_mandir}/man1/snmpbulkget.1*
722%{_mandir}/man1/snmpbulkwalk.1*
723%{_mandir}/man1/snmpcmd.1*
724%{_mandir}/man1/snmpdelta.1*
6789d157 725%{_mandir}/man1/snmpdf.1*
ea774f60
AF
726%{_mandir}/man1/snmpget.1*
727%{_mandir}/man1/snmpgetnext.1*
6789d157 728%{_mandir}/man1/snmpinform.1*
ea774f60
AF
729%{_mandir}/man1/snmpnetstat.1*
730%{_mandir}/man1/snmpset.1*
731%{_mandir}/man1/snmpstatus.1*
732%{_mandir}/man1/snmptable.1*
733%{_mandir}/man1/snmptest.1*
734%{_mandir}/man1/snmptranslate.1*
735%{_mandir}/man1/snmptrap.1*
736%{_mandir}/man1/snmpusm.1*
6789d157 737%{_mandir}/man1/snmpvacm.1*
ea774f60 738%{_mandir}/man1/snmpwalk.1*
ea774f60
AF
739%{_mandir}/man5/snmp.conf.5*
740%{_mandir}/man5/snmp_config.5*
741
7bb0c439 742%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/snmp/snmp.conf
6e818aed 743
7470cbdb 744%if %{with perl}
531ca0ff 745%files -n perl-SNMP
c4deead5 746%defattr(644,root,root,755)
531ca0ff
JB
747%doc perl/SNMP/{BUG,README,TODO} perl/SNMP/examples
748%{perl_vendorarch}/SNMP.pm
749%{perl_vendorarch}/NetSNMP
750%dir %{perl_vendorarch}/auto/SNMP
751%{perl_vendorarch}/auto/SNMP/autosplit.ix
752%{perl_vendorarch}/auto/SNMP/SNMP.bs
753%attr(755,root,root) %{perl_vendorarch}/auto/SNMP/SNMP.so
754%dir %{perl_vendorarch}/auto/NetSNMP
755%dir %{perl_vendorarch}/auto/NetSNMP/*
756%{perl_vendorarch}/auto/NetSNMP/*/autosplit.ix
757%{perl_vendorarch}/auto/NetSNMP/*/*.bs
758%attr(755,root,root) %{perl_vendorarch}/auto/NetSNMP/*/*.so
759%dir %{perl_vendorarch}/auto/NetSNMP/agent/default_store
760%{perl_vendorarch}/auto/NetSNMP/agent/default_store/autosplit.ix
761%{perl_vendorarch}/auto/NetSNMP/agent/default_store/default_store.bs
762%attr(755,root,root) %{perl_vendorarch}/auto/NetSNMP/agent/default_store/default_store.so
763%{_mandir}/man3/NetSNMP::*.3*
764%{_mandir}/man3/SNMP.3*
765%{_examplesdir}/perl-SNMP-%{version}
766
ea774f60
AF
767%files utils-perl
768%defattr(644,root,root,755)
6789d157 769%attr(755,root,root) %{_bindir}/fixproc
afbe2a1a
JB
770%attr(755,root,root) %{_bindir}/net-snmp-cert
771%attr(755,root,root) %{_bindir}/snmp-bridge-mib
60e7e283 772%attr(755,root,root) %{_bindir}/snmpcheck
6810e918 773%attr(755,root,root) %{_bindir}/traptoemail
a5fe3234 774%{_mandir}/man1/fixproc.1*
afbe2a1a 775%{_mandir}/man1/snmp-bridge-mib.1*
a5fe3234 776%{_mandir}/man1/traptoemail.1*
7470cbdb 777%endif
531ca0ff
JB
778
779%files snmpconf
4ec38672 780%defattr(644,root,root,755)
531ca0ff 781%attr(755,root,root) %{_bindir}/snmpconf
60e7e283
AF
782%{_mandir}/man1/snmpconf.1*
783%{_datadir}/snmp/snmpconf-data
e93f5ac2 784
7470cbdb 785%if %{with perl}
e93f5ac2
AF
786%files tkmib
787%defattr(644,root,root,755)
4ec38672 788%attr(755,root,root) %{_bindir}/tkmib
a5fe3234 789%{_mandir}/man1/tkmib.1*
7470cbdb 790%endif
a5fe3234 791
7470cbdb 792%if %{with python}
a5fe3234
JB
793%files -n python-netsnmp
794%defattr(644,root,root,755)
795%dir %{py_sitedir}/netsnmp
796%attr(755,root,root) %{py_sitedir}/netsnmp/*.so
797%{py_sitedir}/netsnmp/*.py[co]
798%{py_sitedir}/netsnmp_python-*.egg-info
7470cbdb 799%endif
This page took 0.224549 seconds and 4 git commands to generate.