Code

adjustments to remove beta tagging
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Sun, 2 Mar 2003 04:58:12 +0000 (04:58 +0000)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>
Sun, 2 Mar 2003 04:58:12 +0000 (04:58 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@359 f882894a-f735-0410-b71e-b25c423dba1c

configure.in
nagios-plugins.spec.in

index 380307bd66eddcfa674aa4d61e0c3ce69ebb33de..08996c9a46e475325f5d1580c5c83412782243f3 100644 (file)
@@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script.
 AC_REVISION ($Revision$)
 AC_INIT(Helper.pm)
 VER=1.3.0
-REL=beta3
+REL=1
 AC_SUBST(VER)
 AC_SUBST(REL)
-PACKAGE_VERSION="${VER}-${REL}"
+PACKAGE_VERSION="${VER}"
 AC_SUBST(PACKAGE_VERSION)
 PACKAGE_RELEASE="${REL}"
 AC_SUBST(PACKAGE_RELEASE)
index 88fef6e7eeb9783ae06402aa5f633c457c8d94fe..82b4d810bc15dffba38be92549177ca8aa6db07f 100644 (file)
@@ -10,7 +10,7 @@
 
 %define version %%{VER}
 %define release %%{REL}
-%define source %{archive}-%{version}-%{release}
+%define source %{archive}-%{version}
 
 Name: %{name}
 Version: %{version}