- fix multilib problem (used pkgconfig)
This commit is contained in:
parent
0d3d26b9a5
commit
e489b3bdf8
10
aspell.spec
10
aspell.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A spelling checker.
|
Summary: A spelling checker.
|
||||||
Name: aspell
|
Name: aspell
|
||||||
Version: 0.60.3
|
Version: 0.60.3
|
||||||
Release: 6
|
Release: 7
|
||||||
Epoch: 12
|
Epoch: 12
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
@ -13,9 +13,10 @@ Patch3: aspell-0.60.3-install_info.patch
|
|||||||
Patch4: aspell-0.60.3-gcc41.patch
|
Patch4: aspell-0.60.3-gcc41.patch
|
||||||
Patch5: aspell-0.60.3-fileconflict.patch
|
Patch5: aspell-0.60.3-fileconflict.patch
|
||||||
Patch6: aspell-0.60.3-man_page.patch
|
Patch6: aspell-0.60.3-man_page.patch
|
||||||
|
Patch7: aspell-0.60.3-pspell_conf.patch
|
||||||
Requires: aspell-en
|
Requires: aspell-en
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: gettext, ncurses-devel
|
BuildRequires: gettext, ncurses-devel, pkgconfig
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Provides: pspell
|
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
|
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
|
%patch4 -p1 -b .gcc41
|
||||||
%patch5 -p1 -b .fc
|
%patch5 -p1 -b .fc
|
||||||
%patch6 -p1 -b .stacc
|
%patch6 -p1 -b .stacc
|
||||||
|
%patch7 -p1 -b .mlib
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -120,10 +122,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/aspell.h
|
%{_includedir}/aspell.h
|
||||||
%{_includedir}/pspell/pspell.h
|
%{_includedir}/pspell/pspell.h
|
||||||
%{_libdir}/lib*spell.so
|
%{_libdir}/lib*spell.so
|
||||||
|
%{_libdir}/pkgconfig/*
|
||||||
%{_infodir}/aspell-dev.*
|
%{_infodir}/aspell-dev.*
|
||||||
%{_mandir}/man1/pspell-config.1*
|
%{_mandir}/man1/pspell-config.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 22 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.3-6
|
||||||
- remove .la files (bug 184184)
|
- remove .la files (bug 184184)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user