- Resolves: 223676 fix non-failsafe install-info problem
This commit is contained in:
parent
f577289d86
commit
2e1437f87e
10
aspell.spec
10
aspell.spec
@ -1,7 +1,7 @@
|
||||
Summary: A spelling checker
|
||||
Name: aspell
|
||||
Version: 0.60.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 12
|
||||
License: LGPL
|
||||
Group: Applications/Text
|
||||
@ -64,10 +64,10 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/*-filter.la
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
/sbin/install-info %{_infodir}/aspell.info.gz %{_infodir}/dir --entry="* Aspell: (aspell). "
|
||||
/sbin/install-info %{_infodir}/aspell.info.gz %{_infodir}/dir --entry="* Aspell: (aspell). " || :
|
||||
|
||||
%post devel
|
||||
/sbin/install-info %{_infodir}/aspell-dev.info.gz %{_infodir}/dir --entry="* Aspell-dev: (aspell-dev). "
|
||||
/sbin/install-info %{_infodir}/aspell-dev.info.gz %{_infodir}/dir --entry="* Aspell-dev: (aspell-dev). " || :
|
||||
|
||||
%preun
|
||||
if [ $1 = 0 ]; then
|
||||
@ -117,6 +117,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/pspell-config.1*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 22 2007 Ivana Varekova <varekova@redhat.com> - 12:0.60.5-2
|
||||
- Resolves: 223676
|
||||
fix non-failsafe install-info problem
|
||||
|
||||
* Tue Jan 2 2007 Ivana Varekova <varekova@redhat.com> - 12:0.60.5-1
|
||||
- update to 0.60.4
|
||||
- cleanup spec file
|
||||
|
Loading…
Reference in New Issue
Block a user