Fix if check in specfiles.
This commit is contained in:
parent
0b8934cf88
commit
fbcffda82b
5
vim.spec
5
vim.spec
@ -26,7 +26,7 @@
|
|||||||
Summary: The VIM editor.
|
Summary: The VIM editor.
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 2
|
Release: 3
|
||||||
License: freeware
|
License: freeware
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
||||||
@ -594,6 +594,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 6.3.067-2
|
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 6.3.067-2
|
||||||
- Update the GTK+ theme icon cache on (un)install
|
- Update the GTK+ theme icon cache on (un)install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user