Fix license

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=41
This commit is contained in:
Ismail Dönmez 2011-05-17 17:58:51 +00:00 committed by Git OBS Bridge
parent 6445ab9e96
commit 77bb47bd0e

View File

@ -20,8 +20,7 @@
Name: vim
Version: 7.3
Release: 2
#
License: Other uncritical OpenSource License ; Charityware. http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
License: Vim
Group: Productivity/Editors/Vi
BuildRequires: db-devel
%if 0%{?suse_version} > 1020
@ -130,8 +129,6 @@ Package vim contains the normal version of vim. To get the full runtime
environment install additionally vim-data.
%package data
License: Other uncritical OpenSource License ; Charityware. http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
#
Summary: Vi IMproved
Group: Productivity/Editors/Vi
PreReq: %{vim_prereq}
@ -154,8 +151,6 @@ For SUSE Linux, Vim is used as /usr/bin/vi.
Package vim-data contains the runtime files.
%package base
License: Other uncritical OpenSource License ; Charityware. http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
#
Summary: Vi IMproved
Group: Productivity/Editors/Vi
PreReq: %{vim_prereq}
@ -179,8 +174,6 @@ vim-enhanced or gvim packages. For full runtime support you might also
want to install the vim-data package.
%package enhanced
License: Other uncritical OpenSource License
#
Summary: A version of the VIM editor which includes recent enhancements
Group: Productivity/Editors/Vi
PreReq: %{vim_prereq}
@ -204,8 +197,6 @@ graphical features of vim, you might want to install package gvim too.
%if 0%{?with_splitted_gvim}
%package -n gvim-base
License: Other uncritical OpenSource License
#
Summary: dummy package for a subpackage only build in the buildservice
Group: Productivity/Editors/Vi
PreReq: %{vim_prereq}
@ -216,8 +207,6 @@ Requires: gvim_client
dummy package for a subpackage only build in the buildservice
%package -n gvim-enhanced
License: Other uncritical OpenSource License
#
Summary: dummy package for a subpackage only build in the buildservice
Group: Productivity/Editors/Vi
PreReq: %{gvim_prereq}
@ -232,8 +221,6 @@ dummy package for a subpackage only build in the buildservice
%endif
%package -n gvim
License: Other uncritical OpenSource License ; Charityware. If you wish please donate to Uganda
#
Summary: A GUI for Vi
Group: Productivity/Editors/Vi
PreReq: %{gvim_prereq}
@ -422,9 +409,10 @@ install -D -m 0644 %{SOURCE19} %{buildroot}%{_datadir}/applications/gvim.desktop
#
# documentation
install -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/
cp runtime/doc/uganda.txt LICENSE
install -D -m 0644 \
vimrc_example1 vimrc_example2 suse.vimrc \
README.txt README_src.txt README_unix.txt src/INSTALL ANNOUNCEMENT.vim-7.3 \
LICENSE README.txt README_src.txt README_unix.txt src/INSTALL ANNOUNCEMENT.vim-7.3 \
%{buildroot}%{_docdir}/vim/
# gvim
install -D -m 0644 \