mirror of
https://github.com/znc/znc.git
synced 2026-07-05 09:21:31 +02:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user