- fix -devel scriptlets
This commit is contained in:
parent
72cf79cf55
commit
82922a3939
@ -1,7 +1,7 @@
|
||||
Summary: Spell checker
|
||||
Name: aspell
|
||||
Version: 0.60.6
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Epoch: 12
|
||||
# LGPLv2+ .. aspell-0.60.6/misc/po-filter.c, ltmain.sh, modules/speller/default/affix.cpp
|
||||
# GPLv2+ .. aspell-0.60.6/misc/po-filter.c, aspell-0.60.6/ltmain.sh
|
||||
@ -92,7 +92,7 @@ if [ -f %{_infodir}/aspell.info.gz ]; then
|
||||
fi
|
||||
|
||||
%post devel
|
||||
if [ -f %{_infodir}/aspell.info.gz ]; then
|
||||
if [ -f %{_infodir}/aspell-dev.info.gz ]; then
|
||||
/sbin/install-info %{_infodir}/aspell-dev.info.gz %{_infodir}/dir --entry="* Aspell-dev: (aspell-dev). " || :
|
||||
fi
|
||||
|
||||
@ -105,7 +105,7 @@ fi
|
||||
|
||||
%preun devel
|
||||
if [ $1 = 0 ]; then
|
||||
if [ -f %{_infodir}/aspell.info.gz ]; then
|
||||
if [ -f %{_infodir}/aspell-dev.info.gz ]; then
|
||||
/sbin/install-info --delete %{_infodir}/aspell-dev.info.gz %{_infodir}/dir || :
|
||||
fi
|
||||
fi
|
||||
@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/pspell-config.1*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 2 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 12.0.60.6-12
|
||||
- fix -devel scriptlets
|
||||
|
||||
* Tue Dec 15 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 12:0.60.6-11
|
||||
- remove obsolete patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user