]> git.pld-linux.org Git - packages/enchant.git/commitdiff
- rel.2 - get rid of stupid banners, use suggests auto/th/enchant-1_3_0-2 auto/ti/enchant-1_3_0-2
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 8 May 2008 21:12:37 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enchant.spec -> 1.22

enchant.spec

index 32406d626689dcd8e8409553f81d7326b84eefe3..8c06c56de2e91f814748294770dc1137d462cbce 100644 (file)
@@ -6,7 +6,7 @@ Summary:        libenchant - generic spell checking library
 Summary(pl.UTF-8):     libenchant - ogólna biblioteka sprawdzania pisowni
 Name:          enchant
 Version:       1.3.0
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.abisource.com/downloads/enchant/%{version}/%{name}-%{version}.tar.gz
@@ -20,6 +20,7 @@ BuildRequires:        hspell-devel >= 0.9-3
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: uspell-devel >= 1.1.0
+Suggests:      %{name}-backend
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -95,6 +96,7 @@ Summary(pl.UTF-8):    Moduł obsługujący aspella dla Enchanta
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      aspell >= 2:0.50.0
+Provides:      %{name}-backend
 
 %description aspell
 aspell provider module for Enchant.
@@ -107,6 +109,7 @@ Summary:    hspell provider module for Enchant
 Summary(pl.UTF-8):     Moduł obsługujący hspella dla Enchanta
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
+Provides:      %{name}-backend
 
 %description hspell
 hspell provider module for Enchant.
@@ -119,6 +122,7 @@ Summary:    ispell provider module for Enchant
 Summary(pl.UTF-8):     Moduł obsługujący ispella dla Enchanta
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
+Provides:      %{name}-backend
 
 %description ispell
 ispell provider module for Enchant.
@@ -131,6 +135,7 @@ Summary:    myspell provider module for Enchant
 Summary(pl.UTF-8):     Moduł obsługujący myspella dla Enchanta
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
+Provides:      %{name}-backend
 
 %description myspell
 myspell provider module for Enchant.
@@ -143,6 +148,7 @@ Summary:    uspell provider module for Enchant
 Summary(pl.UTF-8):     Moduł obsługujący uspella dla Enchanta
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
+Provides:      %{name}-backend
 
 %description uspell
 uspell provider module for Enchant.
@@ -179,17 +185,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/enchant/*.{la,a}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/sbin/ldconfig
-%banner %{name} -e << EOF
-you should install one of the backends for enchant:
-- enchant-aspell
-- enchant-hspell
-- enchant-ispell
-- enchant-myspell
-- enchant-uspell
-and appropriate dictionaries
-EOF
+%post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
 %files
This page took 0.093275 seconds and 4 git commands to generate.