fix versioning in spec file

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@109 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
imaginos
2005-04-04 07:04:50 +00:00
parent 1c5af2d7d2
commit 43af62d6d8
+3 -3
View File
@@ -1,5 +1,5 @@
Name: znc
Version: 0.023
Version: 0.028
Release: 1
Packager: imaginos@imaginos.net
Summary: znc
@@ -10,13 +10,13 @@ BuildRequires: gcc >= 3.2
BuildRequires: openssl >= 0.9b
BuildRoot: /tmp/znc-TMP/
Prefix: /usr
Source: znc.tar.gz
Source: znc-%{version}.tar.gz
%description
ZNC is an IRC bounce with many advanced features like detaching, multiple users, per channel playback buffer, SSL, transparent DCC bouncing, and c++ module support to name a few.
%prep
%setup -n znc
%setup -n znc-%{version}
%build
./configure --prefix=%{prefix}