]> git.pld-linux.org Git - packages/nagios-plugins.git/blame - nagios-plugins.spec
- cosmetics, BR: ac,am
[packages/nagios-plugins.git] / nagios-plugins.spec
CommitLineData
061f9822
TO
1Summary: Plugins for Nagios
2Summary(pl): Wtyczki dla Nagiosa
3Name: nagios-plugins
813d0817 4Version: 1.3.1
061f9822
TO
5Release: 0.9
6License: GPL v2
7Group: Networking
8Source0: http://dl.sourceforge.net/nagiosplug/%{name}-%{version}.tar.gz
813d0817 9# Source0-md5: 0078c9c8137694181a4cdf596fdbd74f
061f9822 10URL: http://nagiosplug.sourceforge.net/
cb162c98
JB
11BuildRequires: autoconf
12BuildRequires: automake
061f9822
TO
13BuildRequires: mysql-devel
14BuildRequires: net-snmp-devel
15BuildRequires: openldap-devel
16BuildRequires: openssl-devel
17BuildRequires: postgresql-devel
18Requires: nagios
19Obsoletes: netsaint-plugins
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
cb162c98 23Plugins for Nagios.
061f9822
TO
24
25%description -l pl
cb162c98 26Wtyczki dla Nagiosa.
061f9822
TO
27
28%prep
29%setup -q
30
31%build
32rm -f missing
33%{__aclocal}
34%{__autoconf}
35%{__autoheader}
36%{__automake}
37%configure \
38 --libexecdir=%{_libdir}/nagios/plugins
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
cb162c98
JB
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
061f9822
TO
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc AUTHORS ChangeLog FAQ NEWS README REQUIREMENTS SUPPORT
53%attr(755,root,root) %{_libdir}/nagios/plugins/*
This page took 0.035235 seconds and 4 git commands to generate.