Compare commits
15 Commits
9.1.0016-1
...
9.1.0075-1
Author | SHA1 | Date | |
---|---|---|---|
895c42cb9f | |||
1926c1e201 | |||
dbce4d4631 | |||
0fab68c0cc | |||
2c160953cc | |||
3c7e8c661f | |||
3c3551bb1a | |||
a84fd66d05 | |||
b65d701c1a | |||
505da823e7 | |||
ea0bfd2b45 | |||
e1a77f0590 | |||
854d7e964b | |||
f7df217cf1 | |||
2490144c23 |
115
vim.spec
115
vim.spec
@ -2,10 +2,10 @@
|
||||
## *AUTOSPEC-OFF*
|
||||
%define vimdir %{name}%(majversion=%majversion; echo ${majversion/\./})
|
||||
## *AUTOSPEC-ON*
|
||||
%define with_gvim 0
|
||||
%define with_gvim 1
|
||||
|
||||
Name: vim
|
||||
Version: 9.1.0016
|
||||
Version: 9.1.0075
|
||||
Release: 1mamba
|
||||
Summary: VIsual editor iMproved
|
||||
Group: Applications/Text
|
||||
@ -18,16 +18,25 @@ Source2: vimrc-skel
|
||||
License: Charityware
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpm-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libruby-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsodium-devel
|
||||
BuildRequires: libtcl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gettext-devel
|
||||
Provides: vim-tiny
|
||||
Obsoletes: vim-tiny <= 9.0.2190-1mamba
|
||||
|
||||
%description
|
||||
VIM (VIsual editor iMproved) is an updated and improved version of the vi editor.
|
||||
@ -93,23 +102,23 @@ src/os_unix.h
|
||||
|
||||
#LOCALEDIR=%{localedir} \
|
||||
%configure \
|
||||
--with-compiledby="%{packager}" \
|
||||
--with-features=huge \
|
||||
--with-compiledby="%{_vendor}" \
|
||||
--enable-gpm \
|
||||
--enable-acl \
|
||||
--with-x=yes \
|
||||
--enable-gui=gnome2 \
|
||||
--enable-gtk2-check \
|
||||
--enable-xim \
|
||||
--enable-fontset \
|
||||
--enable-nls \
|
||||
--enable-perlinterp \
|
||||
--enable-pythoninterp \
|
||||
--enable-tclinterp \
|
||||
--with-tclsh=%{_bindir}/tclsh \
|
||||
--enable-rubyinterp \
|
||||
--enable-gui=gtk3 \
|
||||
--enable-multibyte \
|
||||
--enable-cscope \
|
||||
--disable-acl \
|
||||
--enable-multibyte
|
||||
|
||||
--enable-netbeans \
|
||||
--enable-perlinterp=dynamic \
|
||||
--enable-python3interp=dynamic \
|
||||
--enable-rubyinterp=dynamic \
|
||||
--enable-luainterp=dynamic \
|
||||
--enable-tclinterp=dynamic \
|
||||
--enable-canberra
|
||||
|
||||
# disable the '-g' option
|
||||
%make &&
|
||||
mv src/vim src/gvim
|
||||
@ -120,19 +129,23 @@ mv src/vim src/gvim
|
||||
# build vim
|
||||
#LOCALEDIR=%{localedir} \
|
||||
%configure \
|
||||
--with-compiledby="%{packager}" \
|
||||
--with-compiledby="%{_vendor}" \
|
||||
--with-features=huge \
|
||||
--enable-gpm \
|
||||
--enable-acl \
|
||||
--with-x=no \
|
||||
--enable-gui=no \
|
||||
--enable-nls \
|
||||
--enable-perlinterp \
|
||||
--enable-pythoninterp \
|
||||
--enable-tclinterp \
|
||||
--enable-rubyinterp \
|
||||
--with-tclsh=%{_bindir}/tclsh \
|
||||
--disable-gui \
|
||||
--enable-multibyte \
|
||||
--enable-nls \
|
||||
--enable-cscope \
|
||||
--disable-acl \
|
||||
--enable-multibyte
|
||||
--enable-netbeans \
|
||||
--enable-perlinterp=dynamic \
|
||||
--enable-python3interp=dynamic \
|
||||
--enable-rubyinterp=dynamic \
|
||||
--enable-luainterp=dynamic \
|
||||
--enable-tclinterp=dynamic \
|
||||
--disable-canberra
|
||||
|
||||
#sed -i '
|
||||
# s,LOCALEDIR=$(DEST_LANG),LOCALEDIR=$(DESTDIR)$(prefix)/share/locale,g' \
|
||||
@ -204,6 +217,54 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
||||
%{_mandir}/man1/vimtutor.1*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 04 2024 Automatic Build System <autodist@openmamba.org> 9.1.0075-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 9.1.0071-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 01 2024 Automatic Build System <autodist@openmamba.org> 9.1.0067-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 30 2024 Automatic Build System <autodist@openmamba.org> 9.1.0065-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 29 2024 Automatic Build System <autodist@openmamba.org> 9.1.0061-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 26 2024 Automatic Build System <autodist@openmamba.org> 9.1.0059-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 25 2024 Automatic Build System <autodist@openmamba.org> 9.1.0050-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 23 2024 Automatic Build System <autodist@openmamba.org> 9.1.0044-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 22 2024 Automatic Build System <autodist@openmamba.org> 9.1.0042-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 18 2024 Automatic Build System <autodist@openmamba.org> 9.1.0041-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 17 2024 Automatic Build System <autodist@openmamba.org> 9.1.0035-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 16 2024 Automatic Build System <autodist@openmamba.org> 9.1.0031-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 15 2024 Automatic Build System <autodist@openmamba.org> 9.1.0029-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 14 2024 Automatic Build System <autodist@openmamba.org> 9.1.0027-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 13 2024 Automatic Build System <autodist@openmamba.org> 9.1.0026-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 9.1.0016-2mamba
|
||||
- rework configure options to remove deps on gui and canberra, restore gvim build, obsolete vim-tiny
|
||||
|
||||
* Tue Jan 09 2024 Automatic Build System <autodist@openmamba.org> 9.1.0016-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user