Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37733868
en ru br
Репозитории ALT
S:1.7.2-alt1
5.1: 1.2.8-alt1
4.1: 1.2.1-alt1
4.0: 1.2.1-alt0.M40.1
www.altlinux.org/Changes

Группа :: Работа с текстами
Пакет: hunspell

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: hunspell-1.2.8-alt-soname.patch
Скачать


--- hunspell-1.2.8/hunspell.pc.in.alt	2008-06-12 19:09:16 +0400
+++ hunspell-1.2.8/hunspell.pc.in	2009-02-11 15:54:35 +0300
@@ -6,5 +6,5 @@ includedir=@includedir@
 Name: hunspell
 Description: Hunpell spellchecking library
 Version: @VERSION@
-Libs: -L${libdir} -lhunspell-@HUNSPELL_VERSION_MAJOR@.@HUNSPELL_VERSION_MINOR@
+Libs: -L${libdir} -lhunspell
 Cflags: -I${includedir}/hunspell
--- hunspell-1.2.8/src/hunspell/Makefile.am.alt	2008-10-30 12:59:32 +0300
+++ hunspell-1.2.8/src/hunspell/Makefile.am	2009-02-11 15:56:17 +0300
@@ -1,13 +1,15 @@
 #libhunspell_la_LDFLAGS = -version-info x:x:x
 
-lib_LTLIBRARIES = libhunspell-1.2.la
-libhunspell_1_2_includedir = $(includedir)/hunspell
-libhunspell_1_2_la_SOURCES=affentry.cxx affixmgr.cxx csutil.cxx \
+libhunspell_la_LDFLAGS = -version-info @HUNSPELL_VERSION_MINOR@:@HUNSPELL_VERSION_MAJOR@
+
+lib_LTLIBRARIES = libhunspell.la
+libhunspell_includedir = $(includedir)/hunspell
+libhunspell_la_SOURCES=affentry.cxx affixmgr.cxx csutil.cxx \
 		     dictmgr.cxx hashmgr.cxx hunspell.cxx utf_info.cxx \
 	             suggestmgr.cxx license.myspell license.hunspell \
 	             phonet.cxx filemgr.cxx hunzip.cxx replist.cxx
 
-libhunspell_1_2_include_HEADERS=affentry.hxx htypes.hxx affixmgr.hxx \
+libhunspell_include_HEADERS=affentry.hxx htypes.hxx affixmgr.hxx \
 	        csutil.hxx hunspell.hxx atypes.hxx dictmgr.hxx hunspell.h \
 		suggestmgr.hxx baseaffix.hxx hashmgr.hxx langnum.hxx \
 		phonet.hxx filemgr.hxx hunzip.hxx w_char.hxx replist.hxx
--- hunspell-1.2.8/src/parsers/Makefile.am.alt	2007-11-16 11:50:27 +0300
+++ hunspell-1.2.8/src/parsers/Makefile.am	2009-02-11 15:54:35 +0300
@@ -7,4 +7,4 @@ noinst_PROGRAMS=testparser
 testparser_SOURCES=firstparser.cxx firstparser.hxx htmlparser.cxx htmlparser.hxx latexparser.cxx latexparser.hxx manparser.cxx manparser.hxx testparser.cxx textparser.cxx textparser.hxx
 
 # need mystrdup()
-LDADD = ../hunspell/libhunspell-1.2.la
+LDADD = ../hunspell/libhunspell.la
--- hunspell-1.2.8/src/tools/Makefile.am.alt	2008-11-01 14:42:35 +0300
+++ hunspell-1.2.8/src/tools/Makefile.am	2009-02-11 15:54:35 +0300
@@ -4,24 +4,24 @@ INCLUDES=-I${top_srcdir}/src/hunspell -I
 
 hzip_SOURCES=hzip.c
 hunzip_SOURCES=hunzip.cxx
-hunzip_LDADD = ../hunspell/libhunspell-1.2.la
+hunzip_LDADD = ../hunspell/libhunspell.la
 
 munch_SOURCES=munch.c
 unmunch_SOURCES=unmunch.c
 include_HEADERS=munch.h unmunch.h
 
 example_SOURCES=example.cxx
-example_LDADD = ../hunspell/libhunspell-1.2.la
+example_LDADD = ../hunspell/libhunspell.la
 
 hunspell_SOURCES=hunspell.cxx
-hunspell_LDADD = @LIBINTL@ ../hunspell/libhunspell-1.2.la \
+hunspell_LDADD = @LIBINTL@ ../hunspell/libhunspell.la \
 	../parsers/libparsers.a @CURSESLIB@ @READLINELIB@
 
 analyze_SOURCES=analyze.cxx
-analyze_LDADD = ../hunspell/libhunspell-1.2.la
+analyze_LDADD = ../hunspell/libhunspell.la
 
 chmorph_SOURCES=chmorph.cxx
-chmorph_LDADD = ../hunspell/libhunspell-1.2.la ../parsers/libparsers.a
+chmorph_LDADD = ../hunspell/libhunspell.la ../parsers/libparsers.a
 
 noinst_PROGRAMS=example
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin