- fix multilib problem (used pkgconfig)

This commit is contained in:
Ivana Varekova 2006-05-24 08:29:37 +00:00
parent 0d3d26b9a5
commit e489b3bdf8

View File

@ -1,7 +1,7 @@
Summary: A spelling checker.
Name: aspell
Version: 0.60.3
Release: 6
Release: 7
Epoch: 12
License: LGPL
Group: Applications/Text
@ -13,9 +13,10 @@ Patch3: aspell-0.60.3-install_info.patch
Patch4: aspell-0.60.3-gcc41.patch
Patch5: aspell-0.60.3-fileconflict.patch
Patch6: aspell-0.60.3-man_page.patch
Patch7: aspell-0.60.3-pspell_conf.patch
Requires: aspell-en
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: gettext, ncurses-devel
BuildRequires: gettext, ncurses-devel, pkgconfig
Prereq: /sbin/install-info
Provides: pspell
Obsoletes: ispell, pspell, aspell-de < 0.50, aspell-fr < 0.50, aspell-ca < 0.50, aspell-da < 0.50, aspell-es < 0.50, aspell-it < 0.50, aspell-nl < 0.50, aspell-no < 0.50, aspell-sv < 0.50, aspell-pt_BR, aspell-config
@ -50,6 +51,7 @@ rm -rf $RPM_BUILD_ROOT
%patch4 -p1 -b .gcc41
%patch5 -p1 -b .fc
%patch6 -p1 -b .stacc
%patch7 -p1 -b .mlib
%build
%configure
@ -120,10 +122,14 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/aspell.h
%{_includedir}/pspell/pspell.h
%{_libdir}/lib*spell.so
%{_libdir}/pkgconfig/*
%{_infodir}/aspell-dev.*
%{_mandir}/man1/pspell-config.1*
%changelog
* Tue May 23 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.3-7
- fix multilib problem (used pkgconfig)
* Wed Mar 22 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.3-6
- remove .la files (bug 184184)