Changes of Revision 2
[-] | Changed | check_dir.spec |
x 1
2 %define version 2.1.5 3 %define release 0 4 %define pkgname nagios-plugins-check_dir 5 -%define name check_dir 6 +%define srcname check_dir 7 %define _nagdir %{_prefix}/lib/nagios 8 %define _plugindir %{_nagdir}/plugins 9 10
11 License: GPL 12 Group: Applications/System 13 BuildRoot: %{_tmppath}/%{name}-%{version}-root 14 -Source: http://www.id.ethz.ch/people/allid_list/corti/%{name}-%{version}.tar.gz 15 +Source: http://www.id.ethz.ch/people/allid_list/corti/%{srcname}-%{version}.tar.gz 16 BuildArch: noarch 17 18 %description 19
20 %doc AUTHORS Changes NEWS README INSTALL TODO COPYING VERSION 21 %dir %{_nagdir} 22 %dir %{_plugindir} 23 -%attr(0755, root, root) %{_plugindir}/%{name} 24 -%attr(0755, root, root) /usr/share/man/man3/%{name}.3pm.gz 25 +%attr(0755, root, root) %{_plugindir}/%{srcname} 26 +%attr(0755, root, root) /usr/share/man/man3/%{srcname}.3pm.gz 27 28 %changelog 29 * Fri Mar 21 2008 Matteo Corti <matteo.corti@id.ethz.ch> - 2.1.5-0 30 |