[znc-infobot] Fix spec

Nick Bebout nb at fedoraproject.org
Wed Oct 19 01:18:57 UTC 2011


commit 0e044ab01725c10b64f30cfb8982bbf79e2af696
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue Oct 18 20:18:51 2011 -0500

    Fix spec

 znc-infobot.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/znc-infobot.spec b/znc-infobot.spec
index 1155546..39d55fe 100644
--- a/znc-infobot.spec
+++ b/znc-infobot.spec
@@ -9,11 +9,11 @@ Source0:        znc-infobot-0.202.tar.gz
 # Had to generate tar.gz manually download source file : http://znc-msvc.googlecode.com/svn/trunk/flakes/infobot.cpp
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires:  znc = znc-%{version}
-BuildRequires:  znc-devel = znc-devel-%{version}
+BuildRequires:  znc = %{version}
+BuildRequires:  znc-devel = %{version}
 BuildRequires:  c-ares c-ares-devel pcre-devel openssl-devel
 
-Requires: znc = znc-%{version}
+Requires: znc = %{version}
 Requires: pcre
 
 %description


More information about the scm-commits mailing list