Recompile with readline support

This commit is contained in:
Pavel Zhukov 2011-05-07 14:17:03 +04:00
parent 4d93d326de
commit 09f095b3a7
1 changed files with 9 additions and 8 deletions

View File

@ -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@lists.fedoraproject.org> - 0.4.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sat May 07 2011 Pavel Zhukov <landgraf@fedoraproject.org> - 0.4.2-5
- Enable readline support
- Thank to Vadim V. Raskhozhev <iamdexpl@gmail.com>
* Thu Jan 12 2011 Pavel Zhukov <pavel@zhukoff.net> - 0.4.2-4
* Thu Jan 12 2011 Pavel Zhukov <landgraf@fedoraproject.org> - 0.4.2-4
- fixed License tag
* Wed Jan 12 2011 Pavel Zhukov <pavel@zhukoff.net> - 0.4.2-3
* Wed Jan 12 2011 Pavel Zhukov <landgraf@fedoraproject.org> - 0.4.2-3
- rename patchs for better legibity
- fixed doc section
* Fri Dec 31 2010 Pavel Zhukov <pavel@zhukoff.net> - 0.4.2-2
* Fri Dec 31 2010 Pavel Zhukov <landgraf@fedoraproject.org> - 0.4.2-2
- some minor bugfixes and gettext patch
* Thu Dec 30 2010 Pavel Zhukov <pavel@zhukoff.net> - 0.4.2-1
* Thu Dec 30 2010 Pavel Zhukov <landgraf@fedoraproject.org> - 0.4.2-1
- Initial package
- version 0.4.2