[sdcv] Recompile with readline support

Pavel Zhukov landgraf at fedoraproject.org
Sat May 7 10:01:33 UTC 2011


commit 51e49b01990aabf24724cfbd7918f4716756279f
Author: Pavel Zhukov <pavel at zhukoff.net>
Date:   Sat May 7 14:00:32 2011 +0400

    Recompile with readline support

 sdcv.spec |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/sdcv.spec b/sdcv.spec
index 18ba38f..12f5af1 100644
--- a/sdcv.spec
+++ b/sdcv.spec
@@ -2,7 +2,6 @@ Name:           sdcv
 Version:        0.4.2 
 Release:        5%{?dist}
 Summary:        Console version of StarDict program
-
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://sdcv.sourceforge.net/
@@ -20,6 +19,7 @@ Patch11:        %{name}-use-env-home.patch
 Patch12:        %{name}-zlib-return-value.patch
 
 BuildRequires:  zlib-devel glib2-devel gettext-devel autoconf automake
+BuildRequires:  readline-devel
 
 %description
 SDCV is simple, cross-platform text-base utility for work with
@@ -46,7 +46,7 @@ SDCV - простая, консольная утилита работы
 %build
 autopoint --force  
 autoreconf 
-%configure 
+%configure  --with-readline
 make %{?_smp_mflags}
 
 
@@ -62,20 +62,21 @@ make install DESTDIR=%{buildroot}
 %{_mandir}/uk/man1/sdcv.1.gz
 
 %changelog
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.2-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Sat May 07 2011 Pavel Zhukov <landgraf at fedoraproject.org> - 0.4.2-5
+- Enable readline support 
+- Thank to Vadim V. Raskhozhev <iamdexpl at gmail.com>
 
-* Thu Jan 12 2011 Pavel Zhukov <pavel at zhukoff.net> - 0.4.2-4
+* Thu Jan 12 2011 Pavel Zhukov <landgraf at fedoraproject.org> - 0.4.2-4
 - fixed License tag
 
-* Wed Jan 12 2011 Pavel Zhukov <pavel at zhukoff.net> - 0.4.2-3
+* Wed Jan 12 2011 Pavel Zhukov <landgraf at fedoraproject.org> - 0.4.2-3
 - rename patchs for better legibity
 - fixed doc section 
 
-* Fri Dec 31 2010 Pavel Zhukov <pavel at zhukoff.net> - 0.4.2-2
+* Fri Dec 31 2010 Pavel Zhukov <landgraf at fedoraproject.org> - 0.4.2-2
 - some minor bugfixes and gettext patch
 
-* Thu Dec 30 2010 Pavel Zhukov <pavel at zhukoff.net> - 0.4.2-1
+* Thu Dec 30 2010 Pavel Zhukov <landgraf at fedoraproject.org> - 0.4.2-1
 - Initial package
 - version 0.4.2
 


More information about the scm-commits mailing list