Browse code

Disable debug package. Use 'desert' colorscheme.

YustasSwamp authored on 2015/06/20 02:48:55
Showing 1 changed files
... ...
@@ -1,3 +1,5 @@
1
+%define debug_package %{nil}
2
+
1 3
 Summary:	Text editor
2 4
 Name:		vim
3 5
 Version:	7.4
... ...
@@ -32,6 +34,7 @@ set nocompatible
32 32
 set backspace=2
33 33
 set ruler
34 34
 syntax on
35
+color desert
35 36
 if (&term == "iterm") || (&term == "putty")
36 37
   set background=dark
37 38
 endif
... ...
@@ -113,5 +116,7 @@ EOF
113 113
 %lang(uk.cp1251)  %{_datarootdir}/vim/vim74/lang/uk.cp1251/LC_MESSAGES/vim.mo
114 114
 %lang(zh_CN.cp936) %{_datarootdir}/vim/vim74/lang/zh_CN.cp936/LC_MESSAGES/vim.mo
115 115
 %changelog
116
+*	Fri Jun 19 2015 Alexey Makhalov <amakhalov@vmware.com> 7.4-2
117
+-	Disable debug package. Use 'desert' colorscheme.
116 118
 *	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 7.4-1
117 119
 -	Initial build.	First version