From 77bb47bd0e3ade1420eb70529708d725db2439c07b5428756faf2ca90d120a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 17 May 2011 17:58:51 +0000 Subject: [PATCH] Fix license OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=41 --- vim.spec | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/vim.spec b/vim.spec index d89dc9e..b713241 100644 --- a/vim.spec +++ b/vim.spec @@ -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 \