[znc-infobot] Fix spec

Nick Bebout nb at fedoraproject.org
Wed Oct 19 01:12:31 UTC 2011


commit d0f49036d7e0b218daee8cd5c678bbb37d13afcb
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue Oct 18 20:12:23 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 1ef5ad3..1155546 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 = %{name}-%{version}
-BuildRequires:  znc-devel = %{name}-%{version}
+BuildRequires:  znc = znc-%{version}
+BuildRequires:  znc-devel = znc-devel-%{version}
 BuildRequires:  c-ares c-ares-devel pcre-devel openssl-devel
 
-Requires: znc = %{name}-%{version}
+Requires: znc = znc-%{version}
 Requires: pcre
 
 %description


More information about the scm-commits mailing list