mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
tweak source macro
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@160 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
1a810a98e9
commit
a4efa76f31
1 changed files with 3 additions and 3 deletions
|
|
@ -10,13 +10,13 @@
|
|||
|
||||
%define version PACKAGE_VERSION
|
||||
%define release PACKAGE_RELEASE
|
||||
%define source %{archive}-%{version}-%{release}.tar.gz
|
||||
%define source %{archive}-%{version}-%{release}
|
||||
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Copyright: GPL
|
||||
Source: %{source}
|
||||
Source: %{source}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
Prefix: %{_prefix}/lib/nagios/plugins
|
||||
Packager: Karl DeBisschop <kdebisschop@users.sourceforge.net>
|
||||
|
|
@ -64,7 +64,7 @@ will need to install the '--nodeps' option when invoking `rpm`
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{archive}-%{version}-%{release}
|
||||
%setup -q -n %{source}
|
||||
|
||||
|
||||
%build
|
||||
|
|
|
|||
Loading…
Reference in a new issue