Add the missing Group tag.

This commit is contained in:
Bohuslav Kabrda 2012-05-04 10:31:01 +02:00
commit 1d2a16a4a9

View file

@ -2,8 +2,9 @@
Name: vim-nerdtree
Version: 4.2.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A tree explorer plugin that owns your momma
Group: Application/Editors
License: WTFPL
URL: http://www.vim.org/scripts/script.php?script_id=1658
@ -50,6 +51,9 @@ vim -c ":helptags %{vimfiles_root}/doc" -c :q &> /dev/null
%changelog
* Fri May 04 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 4.2.0-5
- Add the missing Group tag.
* Mon Apr 16 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 4.2.0-4
- Applied upstream patch as requested in RHBZ #812360.
- Add post and postun Requires: vim (to generate helptags properly).