auto-import changelog data from vim-6.3.025-2.src.rpm
Wed Sep 08 2004 Karsten Hopp <karsten@redhat.de> 6.3.025-2 - clean up spec file - disable fontset - enable cscope
This commit is contained in:
parent
a35fa19515
commit
4e2ca83f76
44
vim.spec
44
vim.spec
@ -10,14 +10,12 @@
|
|||||||
%if %{enterprise}
|
%if %{enterprise}
|
||||||
# don't build gvim
|
# don't build gvim
|
||||||
%define withgui 0
|
%define withgui 0
|
||||||
# don't build the gtk2 gui
|
|
||||||
%define withgtk2 0
|
|
||||||
# don't include ruby interpreter
|
# don't include ruby interpreter
|
||||||
%define withruby 0
|
%define withruby 0
|
||||||
%else
|
%else
|
||||||
%define withgui 1
|
%define withgui 1
|
||||||
%define withgtk2 1
|
|
||||||
%define withruby 0
|
%define withruby 0
|
||||||
|
%define withnetbeans 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -28,7 +26,7 @@
|
|||||||
Summary: The VIM editor.
|
Summary: The VIM editor.
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 1
|
Release: 2
|
||||||
License: freeware
|
License: freeware
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
||||||
@ -164,11 +162,7 @@ need to install the vim-common package.
|
|||||||
Summary: The VIM version of the vi editor for the X Window System.
|
Summary: The VIM version of the vi editor for the X Window System.
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
Requires: vim-common libattr
|
Requires: vim-common libattr
|
||||||
%if "%{withgtk2}" == "1"
|
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
%else
|
|
||||||
BuildRequires: gtk+-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description X11
|
%description X11
|
||||||
VIM (VIsual editor iMproved) is an updated and improved version of the
|
VIM (VIsual editor iMproved) is an updated and improved version of the
|
||||||
@ -253,17 +247,19 @@ export RUBY_CFLAGS=-I$(ruby -r rbconfig -e 'p Config::CONFIG["archdir"]')
|
|||||||
%if "%{withgui}" == "1"
|
%if "%{withgui}" == "1"
|
||||||
%configure --with-features=huge --enable-pythoninterp --enable-perlinterp \
|
%configure --with-features=huge --enable-pythoninterp --enable-perlinterp \
|
||||||
--disable-tclinterp --with-x=yes --exec-prefix=/usr/X11R6 \
|
--disable-tclinterp --with-x=yes --exec-prefix=/usr/X11R6 \
|
||||||
--enable-xim --enable-multibyte --enable-fontset \
|
--enable-xim --enable-multibyte \
|
||||||
--disable-netbeans \
|
--enable-gtk2-check --enable-gui=gtk2 \
|
||||||
--with-compiledby="<bugzilla@redhat.com>" \
|
--with-compiledby="<bugzilla@redhat.com>" --enable-cscope \
|
||||||
%if "%{withruby}" == "1"
|
--with-modified-by="<bugzilla@redhat.com>" \
|
||||||
--enable-rubyinterp \
|
%if "%{withnetbeans}" == "1"
|
||||||
%endif
|
--enable-netbeans \
|
||||||
%if "%{withgtk2}" == "1"
|
|
||||||
--enable-gtk2-check --enable-gui=gtk2
|
|
||||||
%else
|
%else
|
||||||
--enable-gui=gtk
|
--disable-netbeans \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{withruby}" == "1"
|
||||||
|
--enable-rubyinterp
|
||||||
|
%endif
|
||||||
|
%
|
||||||
make
|
make
|
||||||
cp vim gvim
|
cp vim gvim
|
||||||
make clean
|
make clean
|
||||||
@ -271,9 +267,14 @@ make clean
|
|||||||
|
|
||||||
%configure --prefix=/usr --with-features=huge --enable-pythoninterp \
|
%configure --prefix=/usr --with-features=huge --enable-pythoninterp \
|
||||||
--enable-perlinterp --disable-tclinterp --with-x=no \
|
--enable-perlinterp --disable-tclinterp --with-x=no \
|
||||||
--enable-gui=no --exec-prefix=/usr --enable-multibyte --enable-fontset \
|
--enable-gui=no --exec-prefix=/usr --enable-multibyte \
|
||||||
--disable-netbeans \
|
--disable-netbeans --enable-cscope --with-modified-by="<bugzilla@redhat.com>" \
|
||||||
--with-compiledby="<bugzilla@redhat.com>" \
|
--with-compiledby="<bugzilla@redhat.com>" \
|
||||||
|
%if "%{withnetbeans}" == "1"
|
||||||
|
--enable-netbeans \
|
||||||
|
%else
|
||||||
|
--disable-netbeans \
|
||||||
|
%endif
|
||||||
%if "%{withruby}" == "1"
|
%if "%{withruby}" == "1"
|
||||||
--enable-rubyinterp
|
--enable-rubyinterp
|
||||||
%endif
|
%endif
|
||||||
@ -478,6 +479,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 08 2004 Karsten Hopp <karsten@redhat.de> 6.3.025-2
|
||||||
|
- clean up spec file
|
||||||
|
- disable fontset
|
||||||
|
- enable cscope
|
||||||
|
|
||||||
* Mon Sep 06 2004 Karsten Hopp <karsten@redhat.de> 6.3.025-1
|
* Mon Sep 06 2004 Karsten Hopp <karsten@redhat.de> 6.3.025-1
|
||||||
- patchlevel 25
|
- patchlevel 25
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user