SPECS: hunspell.spec - enabled ncurses ui with readline - upgraded...

agaran agaran at pld-linux.org
Mon Dec 31 14:51:34 CET 2007


Author: agaran                       Date: Mon Dec 31 13:51:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- enabled ncurses ui with readline
- upgraded to 1.2.1 (possible soname change) rel := 0.1

---- Files affected:
SPECS:
   hunspell.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/hunspell.spec
diff -u SPECS/hunspell.spec:1.10 SPECS/hunspell.spec:1.11
--- SPECS/hunspell.spec:1.10	Tue Dec 25 19:30:34 2007
+++ SPECS/hunspell.spec	Mon Dec 31 14:51:29 2007
@@ -2,12 +2,12 @@
 Summary:	Hunspell - a spell checker and morphological analyzer library
 Summary(pl.UTF-8):	hunspell - biblioteka do sprawdzania pisowni i analizy morfologicznej
 Name:		hunspell
-Version:	1.1.12
-Release:	3
+Version:	1.2.1
+Release:	0.1
 License:	MPL v1.1 or GPL v2+ or LGPL v2.1+
 Group:		Libraries
-Source0:	http://dl.sourceforge.net/hunspell/%{name}-%{version}-2.tar.gz
-# Source0-md5:	f4bb481a318eb388e07773f22be853d5
+Source0:	http://dl.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
+# Source0-md5:	c504f9c2065f697e586593992dd74dae
 URL:		http://hunspell.sourceforge.net/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
@@ -81,7 +81,11 @@
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
-%configure
+CPPFLAGS="-I/usr/include/ncurses" 
+%configure \
+	--with-ui \
+	--with-readline
+
 %{__make}
 
 %install
@@ -104,8 +108,8 @@
 %defattr(644,root,root,755)
 %doc README README.myspell AUTHORS AUTHORS.myspell license.hunspell license.myspell THANKS
 %attr(755,root,root) %{_bindir}/hunspell
-%attr(755,root,root) %{_libdir}/libhunspell-1.1.so.*.*.*
-%attr(755,root,root) %{_libdir}/libhunspell.so.0
+#%attr(755,root,root) %{_libdir}/libhunspell-1.1.so.*.*.*
+%attr(755,root,root) %{_libdir}/libhunspell.so.1.0.1
 %{_mandir}/man1/hunspell.1*
 %{_mandir}/man4/hunspell.4*
 %lang(hu) %{_mandir}/hu/man1/hunspell.1*
@@ -113,20 +117,24 @@
 
 %files tools
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/analyze
+%attr(755,root,root) %{_bindir}/chmorph
 %attr(755,root,root) %{_bindir}/munch
 %attr(755,root,root) %{_bindir}/unmunch
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libhunspell-1.1.so
-%{_libdir}/libhunspell-1.1.la
+#%attr(755,root,root) %{_libdir}/libhunspell-1.1.so
+%{_libdir}/libhunspell.la
 %{_libdir}/libparsers.a
 %{_includedir}/%{name}
+%{_includedir}/munch.h
+%{_includedir}/unmunch.h
 %{_pkgconfigdir}/hunspell.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libhunspell-1.1.a
+%{_libdir}/libhunspell.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -134,6 +142,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2007-12-31 13:51:29  agaran
+- enabled ncurses ui with readline
+- upgraded to 1.2.1 (possible soname change) rel := 0.1
+
 Revision 1.10  2007-12-25 18:30:34  glen
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/hunspell.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list