Author: glen Date: Sat Dec 15 15:32:31 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - keep also old style soname link; rel 2
---- Files affected: SPECS: hunspell.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/hunspell.spec diff -u SPECS/hunspell.spec:1.7 SPECS/hunspell.spec:1.8 --- SPECS/hunspell.spec:1.7 Mon Sep 10 19:49:43 2007 +++ SPECS/hunspell.spec Sat Dec 15 16:32:26 2007 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): hunspell - biblioteka do sprawdzania pisowni i analizy morfologicznej Name: hunspell Version: 1.1.12 -Release: 1 +Release: 2 License: MPL v1.1 or GPL v2+ or LGPL v2.1+ Group: Libraries Source0: http://dl.sourceforge.net/hunspell/%{name}-%{version}-2.tar.gz @@ -13,6 +13,7 @@ BuildRequires: automake BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.5 +Provides: libhunspell.so.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -84,6 +85,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +ln -s $(basename $RPM_BUILD_ROOT%{_libdir}/libhunspell-1.1.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/libhunspell.so.0 %find_lang %{name} rm -f $RPM_BUILD_ROOT%{_bindir}/example @@ -99,6 +101,7 @@ %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.*.*.* +%{_libdir}/libhunspell.so.0 %{_mandir}/man1/hunspell.1* %{_mandir}/man4/hunspell.4* %lang(hu) %{_mandir}/hu/man1/hunspell.1* @@ -127,7 +130,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.7 2007-09-10 17:49:43 qboosh +Revision 1.8 2007-12-15 15:32:26 glen +- keep also old style soname link; rel 2 + +Revision 1.7 2007/09/10 17:49:43 qboosh - updated to 1.1.12 Revision 1.6 2007/09/03 18:15:22 qboosh ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/hunspell.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
