]> git.pld-linux.org Git - packages/enchant.git/commitdiff
- added hspell provider, remove R(post): /sbin/ldconfig (auto-detected), auto/th/enchant-1_2_0-2
authorfreetz <freetz@pld-linux.org>
Sun, 19 Feb 2006 13:03:56 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  rel.2

Changed files:
    enchant.spec -> 1.12

enchant.spec

index 5bbfeaf6959657ba67230ab1d49a9c279f086f9f..75cdaf4345ded6f7085c2f37eac8636943df443c 100644 (file)
@@ -2,7 +2,7 @@ Summary:        libenchant - generic spell checking library
 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
@@ -12,10 +12,10 @@ BuildRequires:      aspell-devel >= 2:0.50.0
 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
@@ -98,6 +98,18 @@ aspell provider module for Enchant.
 %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
@@ -199,6 +211,10 @@ EOF
 %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*
This page took 0.03762 seconds and 4 git commands to generate.