Author: freetz Date: Sun Feb 19 13:04:01 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added hspell provider, remove R(post): /sbin/ldconfig (auto-detected), rel.2
---- Files affected: SPECS: enchant.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/enchant.spec diff -u SPECS/enchant.spec:1.11 SPECS/enchant.spec:1.12 --- SPECS/enchant.spec:1.11 Mon Dec 26 22:38:47 2005 +++ SPECS/enchant.spec Sun Feb 19 14:03:56 2006 @@ -3,7 +3,7 @@ Summary(pl): libenchant - ogólna biblioteka sprawdzania pisowni Name: enchant Version: 1.2.0 -Release: 1 +Release: 2 License: LGPL Group: Libraries Source0: http://www.abisource.com/downloads/enchant/1.2.0/%{name}-%{version}.tar.gz @@ -13,10 +13,10 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: glib2-devel >= 2.0 +BuildRequires: hspell-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: uspell-devel >= 1.1.0 -Requires(post): /sbin/ldconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -99,6 +99,18 @@ %description aspell -l pl Moduł obsługujący aspella dla Enchanta. +%package hspell +Summary: aspell provider module for Enchant +Summary(pl): Moduł obsługujący aspella dla Enchanta +Group: Libraries +Requires: %{name} = %{version}-%{release} + +%description hspell +hspell provider module for Enchant. + +%description hspell -l pl +Moduł obsługujący hspella dla Enchanta. + %package ispell Summary: ispell provider module for Enchant Summary(pl): Moduł obsługujący ispella dla Enchanta @@ -200,6 +212,10 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/enchant/libenchant_aspell.so* +%files hspell +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/enchant/libenchant_hspell.so* + %files ispell %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/enchant/libenchant_ispell.so* @@ -218,6 +234,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2006/02/19 13:03:56 freetz +- added hspell provider, remove R(post): /sbin/ldconfig (auto-detected), + rel.2 + Revision 1.11 2005/12/26 21:38:47 qboosh - ldconfig dep ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/enchant.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
