add config script patch
This commit is contained in:
parent
cbdea78a75
commit
b7fc23b80f
@ -9,6 +9,7 @@ URL: http://aspell.net/
|
|||||||
Source0: ftp://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
|
||||||
#Patch0: aspell-0.50.3.prefix.patch
|
#Patch0: aspell-0.50.3.prefix.patch
|
||||||
Patch1: aspell-0.50.3-gcc33.patch
|
Patch1: aspell-0.50.3-gcc33.patch
|
||||||
|
Patch2: aspell-0.60.3-long_gettext.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
|
||||||
@ -41,6 +42,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%setup -q -n aspell-%{version}
|
%setup -q -n aspell-%{version}
|
||||||
#%patch -p1 -b .prefix
|
#%patch -p1 -b .prefix
|
||||||
%patch1 -p1 -b .gcc33
|
%patch1 -p1 -b .gcc33
|
||||||
|
%patch2 -p1 -b .long
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -61,7 +63,6 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libpspell.la
|
|||||||
|
|
||||||
#mv $RPM_BUILD_ROOT/usr/share/doc/aspell $RPM_BUILD_ROOT/usr/share/doc/aspell-%{version}
|
#mv $RPM_BUILD_ROOT/usr/share/doc/aspell $RPM_BUILD_ROOT/usr/share/doc/aspell-%{version}
|
||||||
|
|
||||||
find $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -83,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/aspell-0.60/*
|
%{_libdir}/aspell-0.60/*
|
||||||
%{_datadir}/locale/*/LC_MESSAGES/aspell.mo
|
%{_datadir}/locale/*/LC_MESSAGES/aspell.mo
|
||||||
%{_infodir}/aspell.*
|
%{_infodir}/aspell.*
|
||||||
%{_infodir}/d*
|
%{_infodir}/*
|
||||||
%{_mandir}/man1/aspell*
|
%{_mandir}/man1/aspell*
|
||||||
%{_mandir}/man1/run-with-aspell.1*
|
%{_mandir}/man1/run-with-aspell.1*
|
||||||
%{_mandir}/man1/word-list-compress.1*
|
%{_mandir}/man1/word-list-compress.1*
|
||||||
@ -103,6 +104,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Wed Jul 13 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-1
|
* Wed Jul 13 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-1
|
||||||
- update to 0.60.3 - (bug 141968) thanks to Dawid Gajownik
|
- update to 0.60.3 - (bug 141968) thanks to Dawid Gajownik
|
||||||
- add BuildRequires: ncurses-devel, gettext
|
- add BuildRequires: ncurses-devel, gettext
|
||||||
|
- add config script patch (thanks tmraz@redhat.com)
|
||||||
|
|
||||||
|
|
||||||
* Mon Mar 7 2005 Ivana Varekova <varekova@redhat.com> 12:0.50.5-6
|
* Mon Mar 7 2005 Ivana Varekova <varekova@redhat.com> 12:0.50.5-6
|
||||||
|
Loading…
Reference in New Issue
Block a user