Fix license
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=41
This commit is contained in:
parent
6445ab9e96
commit
77bb47bd0e
18
vim.spec
18
vim.spec
@ -20,8 +20,7 @@
|
|||||||
Name: vim
|
Name: vim
|
||||||
Version: 7.3
|
Version: 7.3
|
||||||
Release: 2
|
Release: 2
|
||||||
#
|
License: Vim
|
||||||
License: Other uncritical OpenSource License ; Charityware. http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
|
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
%if 0%{?suse_version} > 1020
|
%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.
|
environment install additionally vim-data.
|
||||||
|
|
||||||
%package data
|
%package data
|
||||||
License: Other uncritical OpenSource License ; Charityware. http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
|
|
||||||
#
|
|
||||||
Summary: Vi IMproved
|
Summary: Vi IMproved
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{vim_prereq}
|
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 vim-data contains the runtime files.
|
||||||
|
|
||||||
%package base
|
%package base
|
||||||
License: Other uncritical OpenSource License ; Charityware. http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
|
|
||||||
#
|
|
||||||
Summary: Vi IMproved
|
Summary: Vi IMproved
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{vim_prereq}
|
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.
|
want to install the vim-data package.
|
||||||
|
|
||||||
%package enhanced
|
%package enhanced
|
||||||
License: Other uncritical OpenSource License
|
|
||||||
#
|
|
||||||
Summary: A version of the VIM editor which includes recent enhancements
|
Summary: A version of the VIM editor which includes recent enhancements
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
@ -204,8 +197,6 @@ graphical features of vim, you might want to install package gvim too.
|
|||||||
%if 0%{?with_splitted_gvim}
|
%if 0%{?with_splitted_gvim}
|
||||||
|
|
||||||
%package -n gvim-base
|
%package -n gvim-base
|
||||||
License: Other uncritical OpenSource License
|
|
||||||
#
|
|
||||||
Summary: dummy package for a subpackage only build in the buildservice
|
Summary: dummy package for a subpackage only build in the buildservice
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
@ -216,8 +207,6 @@ Requires: gvim_client
|
|||||||
dummy package for a subpackage only build in the buildservice
|
dummy package for a subpackage only build in the buildservice
|
||||||
|
|
||||||
%package -n gvim-enhanced
|
%package -n gvim-enhanced
|
||||||
License: Other uncritical OpenSource License
|
|
||||||
#
|
|
||||||
Summary: dummy package for a subpackage only build in the buildservice
|
Summary: dummy package for a subpackage only build in the buildservice
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{gvim_prereq}
|
PreReq: %{gvim_prereq}
|
||||||
@ -232,8 +221,6 @@ dummy package for a subpackage only build in the buildservice
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package -n gvim
|
%package -n gvim
|
||||||
License: Other uncritical OpenSource License ; Charityware. If you wish please donate to Uganda
|
|
||||||
#
|
|
||||||
Summary: A GUI for Vi
|
Summary: A GUI for Vi
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{gvim_prereq}
|
PreReq: %{gvim_prereq}
|
||||||
@ -422,9 +409,10 @@ install -D -m 0644 %{SOURCE19} %{buildroot}%{_datadir}/applications/gvim.desktop
|
|||||||
#
|
#
|
||||||
# documentation
|
# documentation
|
||||||
install -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/
|
install -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/
|
||||||
|
cp runtime/doc/uganda.txt LICENSE
|
||||||
install -D -m 0644 \
|
install -D -m 0644 \
|
||||||
vimrc_example1 vimrc_example2 suse.vimrc \
|
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/
|
%{buildroot}%{_docdir}/vim/
|
||||||
# gvim
|
# gvim
|
||||||
install -D -m 0644 \
|
install -D -m 0644 \
|
||||||
|
Loading…
Reference in New Issue
Block a user