[devtodo] Applied the patch from Miroslav Lichvar <mlichvar at redhat.com> on bug #511306.

Patrick Uiterwijk puiterwijk at fedoraproject.org
Wed Jul 11 18:16:11 UTC 2012


commit ee31003da17bbeabe0968cd7a2faaca4bbe2fe5d
Author: Patrick Uiterwijk <puiterwijk at gmail.com>
Date:   Wed Jul 11 20:15:13 2012 +0200

    Applied the patch from Miroslav Lichvar <mlichvar at redhat.com> on bug #511306.

 devtodo.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/devtodo.spec b/devtodo.spec
index 6d36bae..b4079ee 100644
--- a/devtodo.spec
+++ b/devtodo.spec
@@ -9,8 +9,7 @@ Source0:	http://swapoff.org/files/%{name}/%{name}-%{version}.tar.gz
 Patch0:		devtodo-0.1.20-buildfixes.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: ncurses-devel
-BuildRequires: readline-devel
+BuildRequires:	compat-readline5-devel
 
 %description
 Todo is a program to display and manage a hierarchical, prioritised list of 
@@ -30,6 +29,7 @@ For much more complete information please refer to the man page (devtodo(1)).
 
 
 %build
+export CPPFLAGS="-I%{_includedir}/readline5" LDFLAGS="-L%{_libdir}/readline5"
 %configure
 
 make %{?_smp_mflags}


More information about the scm-commits mailing list