Accepting request 593259 from home:kukuk:branches:editors
- Use %license instead of %doc [bsc#1082318] OBS-URL: https://build.opensuse.org/request/show/593259 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=492
This commit is contained in:
parent
70cb59efc9
commit
29f5e43368
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 3 15:34:22 CEST 2018 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Use %license instead of %doc [bsc#1082318]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 23 12:15:38 UTC 2018 - lnussel@suse.de
|
Fri Mar 23 12:15:38 UTC 2018 - lnussel@suse.de
|
||||||
|
|
||||||
|
3
vim.spec
3
vim.spec
@ -306,7 +306,7 @@ install -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/
|
|||||||
cp runtime/doc/uganda.txt LICENSE
|
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 \
|
||||||
LICENSE README.txt READMEdir/README_src.txt READMEdir/README_unix.txt \
|
README.txt READMEdir/README_src.txt READMEdir/README_unix.txt \
|
||||||
%{buildroot}%{_docdir}/vim/
|
%{buildroot}%{_docdir}/vim/
|
||||||
# gvim
|
# gvim
|
||||||
install -D -m 0644 \
|
install -D -m 0644 \
|
||||||
@ -415,6 +415,7 @@ fi
|
|||||||
%dir %{_mandir}/ja/man1/
|
%dir %{_mandir}/ja/man1/
|
||||||
%{_mandir}/ja/man1/*
|
%{_mandir}/ja/man1/*
|
||||||
# docs and data file
|
# docs and data file
|
||||||
|
%license LICENSE
|
||||||
%doc %{_docdir}/vim
|
%doc %{_docdir}/vim
|
||||||
#
|
#
|
||||||
%{_datadir}/vim/current
|
%{_datadir}/vim/current
|
||||||
|
Loading…
Reference in New Issue
Block a user