[sdcv/f14/master] Recompile with readline support

Pavel Zhukov landgraf at fedoraproject.org
Sat May 7 10:09:51 UTC 2011


commit ea75e066561895153d7b2b35802707b27f239e33
Author: Pavel Zhukov <pavel at zhukoff.net>
Date:   Sat May 7 14:08:56 2011 +0400

    Recompile with readline support

 sdcv.spec |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/sdcv.spec b/sdcv.spec
index 947f3cd..12f5af1 100644
--- a/sdcv.spec
+++ b/sdcv.spec
@@ -1,8 +1,7 @@
 Name:           sdcv
 Version:        0.4.2 
-Release:        4%{?dist}
+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,17 +62,21 @@ make install DESTDIR=%{buildroot}
 %{_mandir}/uk/man1/sdcv.1.gz
 
 %changelog
-* Thu Jan 12 2011 Pavel Zhukov <pavel at zhukoff.net> - 0.4.2-4
+* 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 <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