Browse Source

libedit: add --enable-widec to support wide-char/UTF-8

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2513 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
4c7821ea2d
1 changed files with 5 additions and 2 deletions
  1. 5 2
      lib/libe/libedit/libedit-vl.spec

+ 5 - 2
lib/libe/libedit/libedit-vl.spec

@@ -4,7 +4,7 @@ Summary:	The NetBSD Editline library
 Summary(ja):	NetBSD Editline ライブラリ
 Name:		libedit
 Version:	3.0
-Release:        2.%{snap}%{?_dist_release}
+Release:        3.%{snap}%{?_dist_release}
 License:	BSD
 Group:		System Environment/Libraries
 URL:		http://www.thrysoee.dk/editline/
@@ -44,7 +44,7 @@ iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
   --output ChangeLog.utf-8 && mv ChangeLog.utf-8 ./ChangeLog
 
 %build
-%configure --disable-static
+%configure --disable-static --enable-widec
 
 # Trying to omit unused direct shared library dependencies leads to
 # undefined non-weak symbols.
@@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/editline/readline.h
 
 %changelog
+* Sun Jan 16 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-3.20100424
+- add --enable-widec to support wide-chat/UTF-8
+
 * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0-2.20100424
 - rebuild with rpm-4.8.1 for pkg-config file