[libtelnet] - Added BuildRequires on doxygen.

Sean Middleditch elanthis at fedoraproject.org
Wed Sep 15 02:00:41 UTC 2010


commit 5bb3251b72b194aa45f1dec0afd892a0527e832f
Author: Sean Middleditch <sean at middleditch.us>
Date:   Tue Sep 14 19:00:38 2010 -0700

    - Added BuildRequires on doxygen.

 libtelnet.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/libtelnet.spec b/libtelnet.spec
index 8aec3c6..0e65453 100644
--- a/libtelnet.spec
+++ b/libtelnet.spec
@@ -1,6 +1,6 @@
 Name:		libtelnet
 Version:	0.20
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	TELNET protocol parsing framework
 
 Group:		System Environment/Libraries
@@ -10,6 +10,7 @@ Source0:	http://cloud.github.com/downloads/elanthis/libtelnet/libtelnet-%{versio
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: zlib-devel
+BuildRequires: doxygen
 
 %description
 Small library for parsing the TELNET protocol, responding to TELNET
@@ -75,6 +76,9 @@ rm -rf "$RPM_BUILD_ROOT"
 %{_bindir}/*
 
 %changelog
+* Tue Sep 14 2010 Sean Middleditch <sean at middleditch.us> 0.20-2
+- Added BuildRequires on doxygen.
+
 * Tue Sep 14 2010 Sean Middleditch <sean at middleditch.us> 0.20-1
 - Update to libtelnet 0.20.
 


More information about the scm-commits mailing list