2004-09-09 14:07:26 +00:00
|
|
|
%define WITH_SELINUX 1
|
2004-09-09 14:01:30 +00:00
|
|
|
%define desktop_file 1
|
|
|
|
%if %{desktop_file}
|
|
|
|
%define desktop_file_utils_version 0.2.93
|
|
|
|
%endif
|
2004-09-09 14:06:47 +00:00
|
|
|
|
|
|
|
# Set this to 1 if you're building the enterprise version
|
|
|
|
%define enterprise 0
|
|
|
|
|
|
|
|
%if %{enterprise}
|
|
|
|
# don't build gvim
|
|
|
|
%define withgui 0
|
|
|
|
# don't include ruby interpreter
|
|
|
|
%define withruby 0
|
|
|
|
%else
|
2004-09-09 14:01:30 +00:00
|
|
|
%define withgui 1
|
2004-09-09 14:06:47 +00:00
|
|
|
%define withruby 0
|
2004-09-09 14:16:48 +00:00
|
|
|
%define withnetbeans 0
|
2004-09-09 14:06:47 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2004-09-09 14:12:56 +00:00
|
|
|
%define baseversion 6.3
|
|
|
|
%define vimdir vim63
|
2005-08-09 18:03:31 +00:00
|
|
|
%define patchlevel 086
|
2004-09-09 14:01:30 +00:00
|
|
|
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
Summary: The VIM editor.
|
|
|
|
Name: vim
|
2004-09-09 14:06:47 +00:00
|
|
|
Version: %{baseversion}.%{patchlevel}
|
2005-09-01 12:34:26 +00:00
|
|
|
Release: 3
|
2004-09-09 13:58:02 +00:00
|
|
|
License: freeware
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
Group: Applications/Editors
|
2004-09-09 14:06:47 +00:00
|
|
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
|
|
|
Source1: ftp://ftp.vim.org/pub/vim/extra/vim-%{baseversion}-lang.tar.gz
|
|
|
|
Source2: ftp://ftp.vim.org/pub/vim/extra/vim-%{baseversion}-extra.tar.gz
|
|
|
|
Source3: gvim.desktop
|
|
|
|
Source4: vimrc
|
|
|
|
Source5: ftp://ftp.vim.org/pub/vim/patches/README.patches
|
2004-09-09 14:07:26 +00:00
|
|
|
Source6: spec.vim
|
2004-09-09 14:11:26 +00:00
|
|
|
Source7: gvim16.png
|
|
|
|
Source8: gvim32.png
|
|
|
|
Source9: gvim48.png
|
|
|
|
Source10: gvim64.png
|
2004-09-09 14:15:12 +00:00
|
|
|
Source11: Changelog.rpm
|
2004-09-09 14:06:47 +00:00
|
|
|
Patch2000: vim-4.2-speed_t.patch
|
2004-09-09 14:12:56 +00:00
|
|
|
Patch2001: vim-5.6a-paths.patch
|
|
|
|
Patch2002: vim-6.0-fixkeys.patch
|
|
|
|
Patch2003: vim-6.2-specsyntax.patch
|
|
|
|
Patch2004: vim-6.0r-crv.patch
|
2005-01-12 09:32:29 +00:00
|
|
|
Patch2005: vim-6.3-tmpfile.patch
|
2004-09-09 14:06:47 +00:00
|
|
|
Patch2010: xxd-locale.patch
|
|
|
|
# Patches 001 < 999 are patches from the base maintainer.
|
2004-09-09 14:01:30 +00:00
|
|
|
# If you're as lazy as me, generate the list using
|
2005-09-01 12:34:26 +00:00
|
|
|
# for i in `seq 1 14`; do printf "Patch%03d: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.%03d\n" $i $i; done
|
|
|
|
Patch001: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.001
|
|
|
|
Patch002: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.002
|
|
|
|
Patch003: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.003
|
|
|
|
Patch004: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.004
|
|
|
|
Patch005: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.005
|
|
|
|
Patch006: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.006
|
|
|
|
Patch007: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.007
|
|
|
|
Patch008: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.008
|
|
|
|
Patch009: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.009
|
|
|
|
Patch010: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.010
|
|
|
|
Patch011: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.011
|
|
|
|
Patch012: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.012
|
|
|
|
Patch013: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.013
|
|
|
|
Patch014: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.014
|
|
|
|
Patch015: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.015
|
|
|
|
Patch016: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.016
|
|
|
|
Patch017: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.017
|
|
|
|
Patch018: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.018
|
|
|
|
Patch019: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.019
|
|
|
|
Patch020: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.020
|
|
|
|
Patch021: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.021
|
|
|
|
Patch022: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.022
|
|
|
|
Patch023: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.023
|
|
|
|
Patch024: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.024
|
|
|
|
Patch025: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.025
|
|
|
|
Patch026: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.026
|
|
|
|
Patch027: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.027
|
|
|
|
Patch028: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.028
|
|
|
|
Patch029: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.029
|
|
|
|
Patch030: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.030
|
|
|
|
Patch031: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.031
|
|
|
|
Patch032: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.032
|
|
|
|
Patch033: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.033
|
|
|
|
Patch034: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.034
|
|
|
|
Patch035: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.035
|
|
|
|
Patch036: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.036
|
|
|
|
Patch037: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.037
|
|
|
|
Patch038: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.038
|
|
|
|
Patch039: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.039
|
|
|
|
Patch040: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.040
|
|
|
|
Patch041: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.041
|
|
|
|
Patch042: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.042
|
|
|
|
Patch043: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.043
|
|
|
|
Patch044: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.044
|
|
|
|
Patch045: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.045
|
|
|
|
Patch046: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.046
|
|
|
|
Patch047: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.047
|
|
|
|
Patch048: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.048
|
|
|
|
Patch049: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.049
|
|
|
|
Patch050: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.050
|
|
|
|
Patch051: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.051
|
|
|
|
Patch052: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.052
|
|
|
|
Patch053: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.053
|
|
|
|
Patch054: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.054
|
|
|
|
Patch055: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.055
|
|
|
|
Patch056: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.056
|
|
|
|
Patch057: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.057
|
|
|
|
Patch058: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.058
|
|
|
|
Patch059: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.059
|
|
|
|
Patch060: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.060
|
|
|
|
Patch061: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.061
|
|
|
|
Patch062: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.062
|
|
|
|
Patch063: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.063
|
|
|
|
Patch064: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.064
|
|
|
|
Patch065: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.065
|
|
|
|
Patch066: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.066
|
|
|
|
Patch067: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.067
|
|
|
|
Patch068: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.068
|
|
|
|
Patch069: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.069
|
|
|
|
Patch070: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.070
|
|
|
|
Patch071: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.071
|
|
|
|
Patch072: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.072
|
|
|
|
Patch073: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.073
|
|
|
|
Patch074: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.074
|
|
|
|
Patch075: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.075
|
|
|
|
Patch076: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.076
|
|
|
|
Patch077: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.077
|
|
|
|
Patch078: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.078
|
|
|
|
Patch079: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.079
|
|
|
|
Patch080: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.080
|
|
|
|
Patch081: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.081
|
|
|
|
Patch082: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.082
|
|
|
|
Patch083: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.083
|
|
|
|
Patch084: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.084
|
|
|
|
Patch085: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.085
|
|
|
|
Patch086: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.086
|
2004-09-09 14:12:56 +00:00
|
|
|
|
|
|
|
Patch3000: vim-6.1-syntax.patch
|
|
|
|
Patch3001: vim-6.2-rh1.patch
|
|
|
|
Patch3002: vim-6.1-rh2.patch
|
|
|
|
Patch3003: vim-6.1-rh3.patch
|
|
|
|
Patch3004: vim-6.2-rclocation.patch
|
|
|
|
Patch3005: vim-6.2-rh4.patch
|
|
|
|
Patch3006: vim-6.2-rh5.patch
|
2004-09-29 12:43:08 +00:00
|
|
|
Patch3007: vim-6.3-dnssyntax.patch
|
2004-09-09 14:12:56 +00:00
|
|
|
|
|
|
|
Patch3100: vim-selinux.patch
|
2004-09-09 14:07:26 +00:00
|
|
|
|
2004-09-09 13:58:58 +00:00
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
2004-09-09 14:06:47 +00:00
|
|
|
Buildrequires: python-devel perl libtermcap-devel gettext
|
2004-09-09 14:11:26 +00:00
|
|
|
Buildrequires: libacl-devel gpm-devel
|
2004-09-09 14:06:47 +00:00
|
|
|
%if "%{withruby}" == "1"
|
|
|
|
Buildrequires: ruby ruby-devel
|
|
|
|
%endif
|
2004-09-09 14:11:26 +00:00
|
|
|
%if %{WITH_SELINUX}
|
|
|
|
Buildrequires: libselinux-devel
|
|
|
|
%endif
|
2004-09-09 14:01:30 +00:00
|
|
|
%if %{desktop_file}
|
|
|
|
Requires: /usr/bin/desktop-file-install
|
|
|
|
BuildPrereq: desktop-file-utils >= %{desktop_file_utils_version}
|
|
|
|
%endif
|
2004-09-09 13:58:02 +00:00
|
|
|
Epoch: 1
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
VIM (VIsual editor iMproved) is an updated and improved version of the
|
|
|
|
vi editor. Vi was the first real screen-based editor for UNIX, and is
|
|
|
|
still very popular. VIM improves on vi by adding new features:
|
|
|
|
multiple windows, multi-level undo, block highlighting and more.
|
|
|
|
|
|
|
|
%package common
|
|
|
|
Summary: The common files needed by any version of the VIM editor.
|
|
|
|
Group: Applications/Editors
|
|
|
|
|
|
|
|
%description common
|
|
|
|
VIM (VIsual editor iMproved) is an updated and improved version of the
|
|
|
|
vi editor. Vi was the first real screen-based editor for UNIX, and is
|
|
|
|
still very popular. VIM improves on vi by adding new features:
|
|
|
|
multiple windows, multi-level undo, block highlighting and more. The
|
|
|
|
vim-common package contains files which every VIM binary will need in
|
|
|
|
order to run.
|
|
|
|
|
2004-09-09 14:07:26 +00:00
|
|
|
If you are installing vim-enhanced or vim-X11, you'll also need
|
|
|
|
to install the vim-common package.
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
|
|
|
|
%package minimal
|
|
|
|
Summary: A minimal version of the VIM editor.
|
|
|
|
Group: Applications/Editors
|
|
|
|
Obsoletes: vim
|
|
|
|
|
|
|
|
%description minimal
|
|
|
|
VIM (VIsual editor iMproved) is an updated and improved version of the
|
|
|
|
vi editor. Vi was the first real screen-based editor for UNIX, and is
|
|
|
|
still very popular. VIM improves on vi by adding new features:
|
|
|
|
multiple windows, multi-level undo, block highlighting and more. The
|
|
|
|
vim-minimal package includes a minimal version of VIM, which is
|
|
|
|
installed into /bin/vi for use when only the root partition is
|
2004-09-09 14:07:26 +00:00
|
|
|
present. NOTE: The online help is only available when the vim-common
|
|
|
|
package is installed.
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
|
|
|
|
%package enhanced
|
|
|
|
Summary: A version of the VIM editor which includes recent enhancements.
|
|
|
|
Group: Applications/Editors
|
2004-10-19 19:27:01 +00:00
|
|
|
Requires: vim-common = %{epoch}:%{version}-%{release}
|
2004-10-06 12:05:06 +00:00
|
|
|
Requires: %(perl -le 'printf("perl >= %vd\n",$^V);')
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
Obsoletes: vim-color
|
|
|
|
|
|
|
|
%description enhanced
|
|
|
|
VIM (VIsual editor iMproved) is an updated and improved version of the
|
|
|
|
vi editor. Vi was the first real screen-based editor for UNIX, and is
|
|
|
|
still very popular. VIM improves on vi by adding new features:
|
|
|
|
multiple windows, multi-level undo, block highlighting and more. The
|
|
|
|
vim-enhanced package contains a version of VIM with extra, recently
|
|
|
|
introduced features like Python and Perl interpreters.
|
|
|
|
|
|
|
|
Install the vim-enhanced package if you'd like to use a version of the
|
|
|
|
VIM editor which includes recently added enhancements like
|
|
|
|
interpreters for the Python and Perl scripting languages. You'll also
|
|
|
|
need to install the vim-common package.
|
|
|
|
|
2004-09-09 14:01:30 +00:00
|
|
|
%if "%{withgui}" == "1"
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
%package X11
|
|
|
|
Summary: The VIM version of the vi editor for the X Window System.
|
|
|
|
Group: Applications/Editors
|
2004-10-19 19:27:01 +00:00
|
|
|
Requires: vim-common = %{epoch}:%{version}-%{release} libattr
|
2004-09-09 14:06:47 +00:00
|
|
|
BuildRequires: gtk2-devel
|
2005-03-25 16:52:32 +00:00
|
|
|
Prereq: gtk2 >= 2.6
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
|
|
|
|
%description X11
|
|
|
|
VIM (VIsual editor iMproved) is an updated and improved version of the
|
|
|
|
vi editor. Vi was the first real screen-based editor for UNIX, and is
|
|
|
|
still very popular. VIM improves on vi by adding new features:
|
|
|
|
multiple windows, multi-level undo, block highlighting and
|
|
|
|
more. VIM-X11 is a version of the VIM editor which will run within the
|
|
|
|
X Window System. If you install this package, you can run VIM as an X
|
|
|
|
application with a full GUI interface and mouse support.
|
|
|
|
|
|
|
|
Install the vim-X11 package if you'd like to try out a version of vi
|
|
|
|
with graphics and mouse capabilities. You'll also need to install the
|
|
|
|
vim-common package.
|
2004-09-09 14:01:30 +00:00
|
|
|
%endif
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
|
|
|
|
%prep
|
2004-09-09 14:06:47 +00:00
|
|
|
%setup -q -b 1 -n %{vimdir}
|
2004-09-09 14:07:26 +00:00
|
|
|
cp -f %{SOURCE6} runtime/ftplugin/spec.vim
|
2005-01-18 15:41:57 +00:00
|
|
|
%patch2000 -p1
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
# fix rogue dependencies from sample code
|
|
|
|
chmod -x runtime/tools/mve.awk
|
2005-01-18 15:41:57 +00:00
|
|
|
%patch2001 -p1
|
2005-01-12 10:21:54 +00:00
|
|
|
%patch2002 -p1
|
|
|
|
%patch2003 -p1
|
|
|
|
%patch2004 -p1
|
|
|
|
%patch2005 -p1
|
|
|
|
%patch2010 -p1
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|
|
|
|
2004-09-09 14:01:30 +00:00
|
|
|
# Base patches...
|
2004-09-09 14:11:26 +00:00
|
|
|
# for i in `seq 1 14`; do printf "%%patch%03d -p0 \n" $i; done
|
2004-09-09 14:06:47 +00:00
|
|
|
%patch001 -p0
|
|
|
|
%patch002 -p0
|
|
|
|
%patch003 -p0
|
|
|
|
%patch004 -p0
|
|
|
|
%patch005 -p0
|
|
|
|
%patch006 -p0
|
2004-09-09 14:13:09 +00:00
|
|
|
%patch007 -p0
|
|
|
|
%patch008 -p0
|
|
|
|
%patch009 -p0
|
|
|
|
%patch010 -p0
|
|
|
|
%patch011 -p0
|
2004-09-09 14:14:10 +00:00
|
|
|
%patch012 -p0
|
|
|
|
%patch013 -p0
|
2004-09-09 14:14:42 +00:00
|
|
|
%patch014 -p0
|
2004-09-09 14:15:12 +00:00
|
|
|
%patch015 -p0
|
2004-09-09 14:15:32 +00:00
|
|
|
%patch016 -p0
|
|
|
|
%patch017 -p0
|
2004-09-09 14:15:52 +00:00
|
|
|
%patch018 -p0
|
|
|
|
%patch019 -p0
|
|
|
|
%patch020 -p0
|
2004-09-09 14:16:14 +00:00
|
|
|
%patch021 -p0
|
|
|
|
# Win32 %patch022 -p0
|
|
|
|
%patch023 -p0
|
|
|
|
%patch024 -p0
|
|
|
|
# Win32 %patch025 -p0
|
2004-09-21 10:36:05 +00:00
|
|
|
%patch26 -p0
|
|
|
|
# VMS %patch27 -p0
|
|
|
|
%patch28 -p0
|
2004-10-06 12:05:06 +00:00
|
|
|
%patch29 -p0
|
2004-10-08 11:06:08 +00:00
|
|
|
%patch30 -p0
|
2004-11-19 11:29:23 +00:00
|
|
|
%patch31 -p0
|
|
|
|
%patch32 -p0
|
|
|
|
%patch33 -p0
|
2004-12-01 12:08:08 +00:00
|
|
|
%patch34 -p0
|
|
|
|
#%patch35 -p0
|
2004-12-06 14:04:57 +00:00
|
|
|
%patch36 -p0
|
|
|
|
%patch37 -p0
|
|
|
|
# Win32
|
|
|
|
#%patch38 -p0
|
|
|
|
%patch39 -p0
|
|
|
|
%patch40 -p0
|
|
|
|
# Win32
|
|
|
|
#%patch41 -p0
|
|
|
|
%patch42 -p0
|
2004-12-20 13:55:47 +00:00
|
|
|
%patch043 -p0
|
|
|
|
# Win32
|
|
|
|
#%patch044 -p0
|
|
|
|
%patch045 -p0
|
|
|
|
%patch046 -p0
|
2005-01-12 09:32:29 +00:00
|
|
|
# Win XP
|
|
|
|
#%patch047 -p0
|
|
|
|
# VMS
|
|
|
|
#%patch048 -p0
|
|
|
|
%patch049 -p0
|
|
|
|
%patch050 -p0
|
|
|
|
%patch051 -p0
|
|
|
|
# Win 98
|
|
|
|
#%patch052 -p0
|
|
|
|
# Win 32
|
|
|
|
#%patch053 -p0
|
|
|
|
%patch054 -p0
|
2005-01-18 15:41:57 +00:00
|
|
|
%patch055 -p0
|
|
|
|
%patch056 -p0
|
|
|
|
%patch057 -p0
|
|
|
|
%patch058 -p0
|
2005-01-31 14:11:38 +00:00
|
|
|
%patch059 -p0
|
|
|
|
%patch060 -p0
|
|
|
|
%patch061 -p0
|
2005-03-02 12:10:27 +00:00
|
|
|
%patch062 -p0
|
2005-03-18 12:54:28 +00:00
|
|
|
%patch063 -p0
|
|
|
|
%patch064 -p0
|
|
|
|
%patch065 -p0
|
|
|
|
%patch066 -p0
|
2005-03-23 14:52:20 +00:00
|
|
|
%patch067 -p0
|
2005-03-31 10:29:50 +00:00
|
|
|
%patch068 -p0
|
2005-04-11 10:20:32 +00:00
|
|
|
%patch069 -p0
|
|
|
|
%patch070 -p0
|
|
|
|
%patch071 -p0
|
2005-07-12 19:04:30 +00:00
|
|
|
%patch072 -p0
|
|
|
|
# Win 32
|
|
|
|
# %patch073 -p0
|
|
|
|
%patch074 -p0
|
|
|
|
%patch075 -p0
|
|
|
|
%patch076 -p0
|
|
|
|
# VMS
|
2005-07-12 19:13:32 +00:00
|
|
|
#%patch077 -p0
|
2005-07-12 19:04:30 +00:00
|
|
|
# VMS
|
2005-07-12 19:13:32 +00:00
|
|
|
#%patch078 -p0
|
2005-07-12 19:04:30 +00:00
|
|
|
%patch079 -p0
|
|
|
|
# Win 32
|
2005-07-12 19:17:39 +00:00
|
|
|
#%patch080 -p0
|
2005-08-09 18:03:31 +00:00
|
|
|
%patch081 -p0
|
|
|
|
%patch082 -p0
|
|
|
|
# VMS
|
|
|
|
#%patch083 -p0
|
|
|
|
# Cygwin
|
|
|
|
#%patch084 -p0
|
|
|
|
%patch085 -p0
|
|
|
|
%patch086 -p0
|
2005-01-12 09:32:29 +00:00
|
|
|
|
2004-09-09 14:06:47 +00:00
|
|
|
|
2005-01-12 10:21:54 +00:00
|
|
|
%patch3000 -p1
|
|
|
|
%patch3001 -p1
|
|
|
|
%patch3002 -p1
|
|
|
|
%patch3003 -p1
|
|
|
|
%patch3004 -p1
|
|
|
|
%patch3005 -p1
|
|
|
|
%patch3006 -p1
|
|
|
|
%patch3007 -p1
|
2004-09-09 14:07:26 +00:00
|
|
|
|
|
|
|
%if %{WITH_SELINUX}
|
2005-01-12 10:21:54 +00:00
|
|
|
%patch3100 -p1
|
2004-09-09 14:07:26 +00:00
|
|
|
%endif
|
2004-09-09 14:04:55 +00:00
|
|
|
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
%build
|
|
|
|
cd src
|
2004-09-09 14:07:26 +00:00
|
|
|
autoconf
|
2004-09-09 14:06:47 +00:00
|
|
|
perl -pi -e "s,\\\$VIMRUNTIME,/usr/share/vim/%{vimdir},g" os_unix.h
|
|
|
|
perl -pi -e "s,\\\$VIM,/usr/share/vim/%{vimdir}/macros,g" os_unix.h
|
2004-09-09 13:58:58 +00:00
|
|
|
|
2005-01-19 12:42:54 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2"
|
|
|
|
export CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2"
|
2004-09-09 14:06:47 +00:00
|
|
|
%if "%{withruby}" == "1"
|
|
|
|
export RUBY_CFLAGS=-I$(ruby -r rbconfig -e 'p Config::CONFIG["archdir"]')
|
|
|
|
%endif
|
2004-09-09 13:58:58 +00:00
|
|
|
|
2004-09-09 14:06:47 +00:00
|
|
|
%if "%{withgui}" == "1"
|
|
|
|
%configure --with-features=huge --enable-pythoninterp --enable-perlinterp \
|
2005-09-01 12:34:26 +00:00
|
|
|
--disable-tclinterp --with-x=yes \
|
2004-09-09 14:16:48 +00:00
|
|
|
--enable-xim --enable-multibyte \
|
|
|
|
--enable-gtk2-check --enable-gui=gtk2 \
|
|
|
|
--with-compiledby="<bugzilla@redhat.com>" --enable-cscope \
|
|
|
|
--with-modified-by="<bugzilla@redhat.com>" \
|
|
|
|
%if "%{withnetbeans}" == "1"
|
|
|
|
--enable-netbeans \
|
|
|
|
%else
|
2004-09-09 14:08:47 +00:00
|
|
|
--disable-netbeans \
|
2004-09-09 14:06:47 +00:00
|
|
|
%endif
|
2004-09-09 14:16:48 +00:00
|
|
|
%if "%{withruby}" == "1"
|
|
|
|
--enable-rubyinterp
|
2004-09-09 14:06:47 +00:00
|
|
|
%endif
|
2004-09-09 14:16:48 +00:00
|
|
|
%
|
2004-09-09 14:01:30 +00:00
|
|
|
make
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
cp vim gvim
|
|
|
|
make clean
|
2004-09-09 14:01:30 +00:00
|
|
|
%endif
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
|
2004-09-09 13:58:58 +00:00
|
|
|
%configure --prefix=/usr --with-features=huge --enable-pythoninterp \
|
2004-09-09 14:06:47 +00:00
|
|
|
--enable-perlinterp --disable-tclinterp --with-x=no \
|
2004-09-09 14:16:48 +00:00
|
|
|
--enable-gui=no --exec-prefix=/usr --enable-multibyte \
|
|
|
|
--disable-netbeans --enable-cscope --with-modified-by="<bugzilla@redhat.com>" \
|
2004-09-09 14:06:47 +00:00
|
|
|
--with-compiledby="<bugzilla@redhat.com>" \
|
2004-09-09 14:16:48 +00:00
|
|
|
%if "%{withnetbeans}" == "1"
|
|
|
|
--enable-netbeans \
|
|
|
|
%else
|
|
|
|
--disable-netbeans \
|
|
|
|
%endif
|
2004-09-09 14:06:47 +00:00
|
|
|
%if "%{withruby}" == "1"
|
|
|
|
--enable-rubyinterp
|
|
|
|
%endif
|
|
|
|
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
make
|
|
|
|
cp vim enhanced-vim
|
|
|
|
make clean
|
|
|
|
|
2004-09-09 13:58:58 +00:00
|
|
|
%configure --prefix='${DEST}'/usr --with-features=tiny --with-x=no \
|
2004-09-09 14:01:44 +00:00
|
|
|
--enable-multibyte \
|
2004-09-09 14:08:47 +00:00
|
|
|
--disable-netbeans \
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
--disable-pythoninterp --disable-perlinterp --disable-tclinterp \
|
2004-09-09 14:01:30 +00:00
|
|
|
--with-tlib=termcap --enable-gui=no --disable-gpm --exec-prefix=/ --with-compiledby="<bugzilla@redhat.com>"
|
2004-09-09 14:06:47 +00:00
|
|
|
|
2004-09-09 13:58:58 +00:00
|
|
|
make
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/bin
|
2005-09-01 12:34:26 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/{bin,share/vim}
|
2004-09-09 14:06:47 +00:00
|
|
|
cp -f %{SOURCE5} .
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
|
|
|
|
cd src
|
2004-09-09 13:58:58 +00:00
|
|
|
%makeinstall BINDIR=/bin DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
mv $RPM_BUILD_ROOT/bin/xxd $RPM_BUILD_ROOT/usr/bin
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
make installmacros DESTDIR=$RPM_BUILD_ROOT
|
2004-09-09 14:01:30 +00:00
|
|
|
%if "%{withgui}" == "1"
|
2004-09-09 14:11:26 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64}/apps
|
2005-09-01 12:34:26 +00:00
|
|
|
install -m755 gvim $RPM_BUILD_ROOT/usr/bin
|
2005-04-04 10:12:30 +00:00
|
|
|
install -m644 %{SOURCE7} \
|
2004-09-09 14:11:26 +00:00
|
|
|
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/gvim.png
|
2005-04-04 10:12:30 +00:00
|
|
|
install -m644 %{SOURCE8} \
|
2004-09-09 14:11:26 +00:00
|
|
|
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/gvim.png
|
2005-04-04 10:12:30 +00:00
|
|
|
install -m644 %{SOURCE9} \
|
2004-09-09 14:11:26 +00:00
|
|
|
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gvim.png
|
2005-04-04 10:12:30 +00:00
|
|
|
install -m644 %{SOURCE10} \
|
2004-09-09 14:11:26 +00:00
|
|
|
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/gvim.png
|
2004-09-09 14:01:30 +00:00
|
|
|
%endif
|
2005-04-04 10:12:30 +00:00
|
|
|
install -m755 enhanced-vim $RPM_BUILD_ROOT/usr/bin/vim
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
|
|
|
|
( cd $RPM_BUILD_ROOT
|
2004-09-09 14:00:34 +00:00
|
|
|
mv ./bin/vimtutor ./usr/bin
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
mv ./bin/vim ./bin/vi
|
|
|
|
rm -f ./bin/rvim
|
|
|
|
ln -sf vi ./bin/view
|
|
|
|
ln -sf vi ./bin/ex
|
|
|
|
ln -sf vi ./bin/rvi
|
|
|
|
ln -sf vi ./bin/rview
|
|
|
|
ln -sf vim ./usr/bin/ex
|
2004-09-09 13:58:58 +00:00
|
|
|
ln -sf vim ./usr/bin/rvim
|
|
|
|
ln -sf vim ./usr/bin/vimdiff
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
perl -pi -e "s,$RPM_BUILD_ROOT,," .%{_mandir}/man1/vim.1 .%{_mandir}/man1/vimtutor.1
|
|
|
|
rm -f .%{_mandir}/man1/rvim.1
|
|
|
|
ln -sf vim.1.gz .%{_mandir}/man1/vi.1.gz
|
|
|
|
ln -sf vim.1.gz .%{_mandir}/man1/rvi.1.gz
|
2004-09-09 13:58:58 +00:00
|
|
|
ln -sf vim.1.gz .%{_mandir}/man1/rvim.1.gz
|
|
|
|
ln -sf vim.1.gz .%{_mandir}/man1/vimdiff.1.gz
|
2004-09-09 14:01:30 +00:00
|
|
|
%if "%{withgui}" == "1"
|
2005-09-01 12:34:26 +00:00
|
|
|
ln -sf gvim ./usr/bin/gview
|
|
|
|
ln -sf gvim ./usr/bin/gex
|
|
|
|
ln -sf gvim ./usr/bin/evim
|
|
|
|
ln -sf gvim ./usr/bin/gvimdiff
|
2004-09-09 14:06:47 +00:00
|
|
|
ln -sf vim.1.gz .%{_mandir}/man1/gvim.1.gz
|
|
|
|
ln -sf vim.1.gz .%{_mandir}/man1/gvimdiff.1.gz
|
2005-09-01 12:34:26 +00:00
|
|
|
ln -sf gvim ./usr/bin/vimx
|
2004-09-09 14:06:47 +00:00
|
|
|
%if "%{desktop_file}" == "1"
|
2004-09-09 14:01:30 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/applications
|
|
|
|
desktop-file-install --vendor net \
|
|
|
|
--dir $RPM_BUILD_ROOT/usr/share/applications \
|
|
|
|
--add-category "Application;Development;X-Red-Hat-Base" \
|
2004-09-09 14:06:47 +00:00
|
|
|
%{SOURCE3}
|
2004-09-09 14:01:30 +00:00
|
|
|
%else
|
|
|
|
mkdir -p ./etc/X11/applnk/Applications
|
2004-09-09 14:06:47 +00:00
|
|
|
cp %{SOURCE3} ./etc/X11/applnk/Applications/gvim.desktop
|
2004-09-09 14:01:30 +00:00
|
|
|
%endif
|
2004-09-09 14:06:47 +00:00
|
|
|
%else
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man?/evim*
|
2004-09-09 13:58:58 +00:00
|
|
|
%endif
|
|
|
|
# ja_JP.ujis is obsolete, ja_JP.eucJP is recommended.
|
2004-09-09 14:06:47 +00:00
|
|
|
( cd ./usr/share/vim/%{vimdir}/lang; \
|
2004-09-09 13:58:58 +00:00
|
|
|
ln -sf menu_ja_jp.ujis.vim menu_ja_jp.eucjp.vim )
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
)
|
|
|
|
|
2004-09-09 14:13:29 +00:00
|
|
|
pushd $RPM_BUILD_ROOT/usr/share/vim/%{vimdir}/tutor
|
|
|
|
mkdir conv
|
|
|
|
iconv -f CP1252 -t UTF8 tutor.ca > conv/tutor.ca
|
|
|
|
iconv -f CP1252 -t UTF8 tutor.it > conv/tutor.it
|
|
|
|
iconv -f CP1253 -t UTF8 tutor.gr > conv/tutor.gr
|
|
|
|
iconv -f CP1252 -t UTF8 tutor.fr > conv/tutor.fr
|
|
|
|
iconv -f CP1252 -t UTF8 tutor.es > conv/tutor.es
|
|
|
|
iconv -f CP1252 -t UTF8 tutor.de > conv/tutor.de
|
|
|
|
#iconv -f CP737 -t UTF8 tutor.gr.cp737 > conv/tutor.gr.cp737
|
|
|
|
#iconv -f EUC-JP -t UTF8 tutor.ja.euc > conv/tutor.ja.euc
|
|
|
|
#iconv -f SJIS -t UTF8 tutor.ja.sjis > conv/tutor.ja.sjis
|
|
|
|
iconv -f UTF8 -t UTF8 tutor.ja.utf-8 > conv/tutor.ja.utf-8
|
|
|
|
iconv -f UTF8 -t UTF8 tutor.ko.utf-8 > conv/tutor.ko.utf-8
|
|
|
|
iconv -f CP1252 -t UTF8 tutor.no > conv/tutor.no
|
2004-09-09 14:14:26 +00:00
|
|
|
iconv -f ISO-8859-2 -t UTF8 tutor.pl > conv/tutor.pl
|
|
|
|
iconv -f ISO-8859-2 -t UTF8 tutor.sk > conv/tutor.sk
|
2005-04-18 08:53:08 +00:00
|
|
|
iconv -f KOI8R -t UTF8 tutor.ru > conv/tutor.ru
|
2004-09-09 14:13:29 +00:00
|
|
|
iconv -f CP1252 -t UTF8 tutor.sv > conv/tutor.sv
|
|
|
|
mv -f tutor.gr.cp737 tutor.ja.euc tutor.ja.sjis tutor.ko.euc tutor.pl.cp1250 tutor.zh.big5 tutor.ru.cp1251 tutor.zh.euc conv/
|
|
|
|
rm -f tutor.ca tutor.de tutor.es tutor.fr tutor.gr tutor.it tutor.ja.utf-8 tutor.ko.utf-8 tutor.no tutor.pl tutor.sk tutor.ru tutor.sv
|
|
|
|
mv -f conv/* .
|
|
|
|
rmdir conv
|
|
|
|
popd
|
|
|
|
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
# Dependency cleanups
|
2004-09-09 14:06:47 +00:00
|
|
|
chmod 644 $RPM_BUILD_ROOT/usr/share/vim/%{vimdir}/doc/vim2html.pl \
|
|
|
|
$RPM_BUILD_ROOT/usr/share/vim/%{vimdir}/tools/*.pl \
|
|
|
|
$RPM_BUILD_ROOT/usr/share/vim/%{vimdir}/tools/vim132
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
chmod 644 ../runtime/doc/vim2html.pl
|
|
|
|
|
2004-09-09 13:58:02 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/profile.d
|
|
|
|
cat >$RPM_BUILD_ROOT/etc/profile.d/vim.sh <<EOF
|
2004-09-09 14:04:37 +00:00
|
|
|
if [ -n "\$BASH_VERSION" -o -n "\$KSH_VERSION" -o -n "\$ZSH_VERSION" ]; then
|
2005-03-14 12:46:17 +00:00
|
|
|
[ -x /usr/bin/id ] || return
|
2005-04-11 09:27:37 +00:00
|
|
|
[ \`/usr/bin/id -u\` -le 100 ] && return
|
2005-03-14 12:46:17 +00:00
|
|
|
# for bash and zsh, only if no alias is already set
|
2004-09-09 14:01:30 +00:00
|
|
|
alias vi >/dev/null 2>&1 || alias vi=vim
|
2004-09-09 13:58:58 +00:00
|
|
|
fi
|
2004-09-09 13:58:02 +00:00
|
|
|
EOF
|
|
|
|
cat >$RPM_BUILD_ROOT/etc/profile.d/vim.csh <<EOF
|
2005-03-14 12:46:17 +00:00
|
|
|
[ -x /usr/bin/id ] || exit
|
2005-04-11 09:27:37 +00:00
|
|
|
[ \`/usr/bin/id -u\` -le 100 ] && exit
|
2004-09-09 13:58:58 +00:00
|
|
|
alias vi vim
|
2004-09-09 13:58:02 +00:00
|
|
|
EOF
|
2004-09-09 13:58:58 +00:00
|
|
|
chmod 0755 $RPM_BUILD_ROOT/etc/profile.d/*
|
2005-04-04 10:12:30 +00:00
|
|
|
install -m644 %{SOURCE4} $RPM_BUILD_ROOT/etc/vimrc
|
2004-12-02 12:08:54 +00:00
|
|
|
(cd $RPM_BUILD_ROOT/usr/share/vim/%{vimdir}/doc;
|
|
|
|
gzip -9 *.txt; gzip -d help.txt.gz
|
|
|
|
cat tags | sed -e 's/\t\(.*.txt\)\t/\t\1.gz\t/;s/\thelp.txt.gz\t/\thelp.txt\t/' > tags.new; mv -f tags.new tags)
|
2004-09-09 14:06:47 +00:00
|
|
|
(cd ../runtime; rm -rf doc; ln -svf ../../vim/%{vimdir}/doc docs;
|
|
|
|
mv -f macros/README.txt ../README.macros;
|
|
|
|
mv -f tools/README.txt ../README.tools;
|
|
|
|
)
|
2004-09-09 13:58:02 +00:00
|
|
|
|
2005-03-25 16:52:32 +00:00
|
|
|
%post X11
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor
|
2005-03-28 10:56:15 +00:00
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
2005-04-27 05:06:46 +00:00
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
|
2005-03-25 16:52:32 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%postun X11
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor
|
2005-03-28 10:56:15 +00:00
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
2005-04-27 05:06:46 +00:00
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
|
2005-03-25 16:52:32 +00:00
|
|
|
fi
|
|
|
|
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files common
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 14:06:47 +00:00
|
|
|
%config(noreplace) /etc/vimrc
|
|
|
|
%doc README*
|
2004-09-09 14:01:30 +00:00
|
|
|
%doc runtime/docs
|
2004-09-09 14:15:12 +00:00
|
|
|
%doc $RPM_SOURCE_DIR/Changelog.rpm
|
2004-09-09 13:58:58 +00:00
|
|
|
/usr/share/vim
|
2004-09-09 14:06:47 +00:00
|
|
|
%lang(af) /usr/share/vim/%{vimdir}/lang/af/*
|
|
|
|
%lang(cs) /usr/share/vim/%{vimdir}/lang/cs/*
|
|
|
|
%lang(de) /usr/share/vim/%{vimdir}/lang/de/*
|
|
|
|
%lang(es) /usr/share/vim/%{vimdir}/lang/es/*
|
|
|
|
%lang(fr) /usr/share/vim/%{vimdir}/lang/fr/*
|
|
|
|
%lang(it) /usr/share/vim/%{vimdir}/lang/it/*
|
|
|
|
%lang(ja) /usr/share/vim/%{vimdir}/lang/ja/*
|
|
|
|
%lang(ko) /usr/share/vim/%{vimdir}/lang/ko/*
|
|
|
|
%lang(pl) /usr/share/vim/%{vimdir}/lang/pl/*
|
|
|
|
%lang(sk) /usr/share/vim/%{vimdir}/lang/sk/*
|
|
|
|
%lang(uk) /usr/share/vim/%{vimdir}/lang/uk/*
|
|
|
|
%lang(zh_CN) /usr/share/vim/%{vimdir}/lang/zh_CN/*
|
|
|
|
%lang(zh_CN.UTF-8) /usr/share/vim/%{vimdir}/lang/zh_CN.UTF-8/*
|
|
|
|
%lang(zh_TW) /usr/share/vim/%{vimdir}/lang/zh_TW/*
|
2004-09-09 14:04:55 +00:00
|
|
|
/usr/bin/xxd
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
%{_mandir}/man1/vim.*
|
|
|
|
%{_mandir}/man1/ex.*
|
|
|
|
%{_mandir}/man1/vi.*
|
|
|
|
%{_mandir}/man1/view.*
|
|
|
|
%{_mandir}/man1/rvi.*
|
|
|
|
%{_mandir}/man1/rview.*
|
|
|
|
%{_mandir}/man1/xxd.*
|
|
|
|
|
|
|
|
%files minimal
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 14:11:26 +00:00
|
|
|
%config(noreplace) /etc/vimrc
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
/bin/ex
|
|
|
|
/bin/vi
|
|
|
|
/bin/view
|
|
|
|
/bin/rvi
|
|
|
|
/bin/rview
|
|
|
|
|
|
|
|
%files enhanced
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 13:58:58 +00:00
|
|
|
/usr/bin/vim
|
|
|
|
/usr/bin/rvim
|
|
|
|
/usr/bin/vimdiff
|
|
|
|
/usr/bin/ex
|
2004-09-09 14:00:34 +00:00
|
|
|
/usr/bin/vimtutor
|
2004-09-09 13:58:58 +00:00
|
|
|
%config /etc/profile.d/vim.*
|
|
|
|
%{_mandir}/man1/rvim.*
|
|
|
|
%{_mandir}/man1/vimdiff.*
|
2004-09-09 14:00:34 +00:00
|
|
|
%{_mandir}/man1/vimtutor.*
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
|
2004-09-09 14:01:30 +00:00
|
|
|
%if "%{withgui}" == "1"
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
%files X11
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 14:06:47 +00:00
|
|
|
%if "%{desktop_file}" == "1"
|
2004-09-09 14:01:30 +00:00
|
|
|
/usr/share/applications/*
|
|
|
|
%else
|
|
|
|
/etc/X11/applnk/*/gvim.desktop
|
|
|
|
%endif
|
2005-09-01 12:34:26 +00:00
|
|
|
/usr/bin/gvim
|
|
|
|
/usr/bin/gvimdiff
|
|
|
|
/usr/bin/gview
|
|
|
|
/usr/bin/gex
|
|
|
|
/usr/bin/vimx
|
|
|
|
/usr/bin/evim
|
2004-09-09 13:58:58 +00:00
|
|
|
%{_mandir}/man1/evim.*
|
2004-09-09 14:06:47 +00:00
|
|
|
%{_mandir}/man1/gvim*
|
2004-09-09 14:11:26 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
2004-09-09 13:58:58 +00:00
|
|
|
%endif
|
auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
--with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
broken down to handle navigator or communicator: The vim package is
Obsolete, now there is vim-common with all the common files, and a
package for each binary: vim-minimal (has /bin/vi compiled with no
frills), vim-enhanced (has /usr/bin/vim with extra perl and python
interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
/bin/vi and having two vi's seemed like overkill...complain to
suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00
|
|
|
|
|
|
|
%changelog
|
2005-09-01 12:34:26 +00:00
|
|
|
* Thu Sep 01 2005 Karsten Hopp <karsten@redhat.de> 6.3.086-3
|
|
|
|
- move X11 stuff to /usr/bin per request of xorg.x11 maintainer
|
|
|
|
Matthias Saou (#167176)
|
|
|
|
|
2005-08-16 09:03:07 +00:00
|
|
|
* Tue Aug 16 2005 Karsten Hopp <karsten@redhat.de> 6.3.086-2
|
|
|
|
- rebuild
|
|
|
|
|
2005-08-09 18:03:31 +00:00
|
|
|
* Tue Aug 09 2005 Karsten Hopp <karsten@redhat.de> 6.3.086-1
|
|
|
|
- update to patchlevel 86
|
|
|
|
|
2005-07-12 19:04:30 +00:00
|
|
|
* Mon Jun 12 2005 Karsten Hopp <karsten@redhat.de> 6.3.080-1
|
|
|
|
- update to patchlevel 80
|
|
|
|
|
2005-04-27 05:06:46 +00:00
|
|
|
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 1:6.3.071-3
|
|
|
|
- silence %%post
|
|
|
|
|
2005-04-18 08:53:08 +00:00
|
|
|
* Mon Apr 18 2005 Karsten Hopp <karsten@redhat.de> 6.3.071-2
|
|
|
|
- fix wrong Russian code page for vimtutor (#155181)
|
|
|
|
|
2005-04-11 10:20:32 +00:00
|
|
|
* Mon Apr 11 2005 Karsten Hopp <karsten@redhat.de> 6.3.071-1
|
|
|
|
- patchlevel 71, fixes crashes when converting text with illegal characters
|
|
|
|
and when moving the vertical separator to the far left (vertically splitted
|
|
|
|
window)
|
|
|
|
|
2005-04-11 09:27:37 +00:00
|
|
|
* Mon Apr 11 2005 Karsten Hopp <karsten@redhat.de> 6.3.068-2
|
|
|
|
- quote special characters in here documents (vim.sh/vim.csh) (#154321)
|
|
|
|
|
2005-03-31 10:29:50 +00:00
|
|
|
* Thu Mar 31 2005 Karsten Hopp <karsten@redhat.de> 6.3-068
|
|
|
|
- pathlevel 68 (can't write when editing symbolic link to compressed file)
|
2005-04-04 10:12:30 +00:00
|
|
|
- remove -s parameter from install, this should fix debuginfo packages
|
2005-03-31 10:29:50 +00:00
|
|
|
|
2005-03-28 10:56:15 +00:00
|
|
|
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-25 16:52:32 +00:00
|
|
|
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 6.3.067-2
|
|
|
|
- Update the GTK+ theme icon cache on (un)install
|
|
|
|
|
2005-03-23 14:52:20 +00:00
|
|
|
* Wed Mar 23 2005 Karsten Hopp <karsten@redhat.de> 6.3.067-1
|
2005-03-23 14:58:40 +00:00
|
|
|
- Newly created files got execute permission (caused by patch 66)
|
2005-03-23 14:52:20 +00:00
|
|
|
#151667
|
|
|
|
|
2005-03-18 12:54:28 +00:00
|
|
|
* Fri Mar 18 2005 Karsten Hopp <karsten@redhat.de> 6.3.066-1
|
|
|
|
- patchlevel 66
|
|
|
|
|
2005-03-14 12:46:17 +00:00
|
|
|
* Mon Mar 14 2005 Karsten Hopp <karsten@redhat.de> 6.3.064-1
|
|
|
|
- patchlevel 64
|
|
|
|
- fix selinux warning (#150126)
|
|
|
|
|
2005-03-02 12:10:27 +00:00
|
|
|
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 6.3.062-1
|
|
|
|
- patchlevel 62, build with gcc-4
|
|
|
|
|
2005-02-10 16:45:35 +00:00
|
|
|
* Thu Feb 10 2005 Karsten Hopp <karsten@redhat.de> 6.3.061-3
|
|
|
|
- spec.vim fix from Andrew Overholt
|
|
|
|
|
2005-02-07 13:05:23 +00:00
|
|
|
* Mon Feb 07 2005 Karsten Hopp <karsten@redhat.de> 6.3.061-2
|
|
|
|
- fix tmpfile patch (#147192)
|
|
|
|
|
2005-01-31 14:11:38 +00:00
|
|
|
* Mon Jan 31 2005 Karsten Hopp <karsten@redhat.de> 6.3.061-1
|
|
|
|
- patchlevel 61
|
|
|
|
|
2005-01-18 17:25:12 +00:00
|
|
|
* Tue Jan 18 2005 Chip Turner <cturner@redhat.com> 1:058-2
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2005-01-18 15:41:57 +00:00
|
|
|
* Tue Jan 18 2005 Karsten Hopp <karsten@redhat.de> 6.3.058-1
|
|
|
|
- Patchlevel 58
|
|
|
|
- rebuild with new perl
|
|
|
|
- remove all rpm backup files
|
|
|
|
|
2005-01-12 10:21:54 +00:00
|
|
|
* Wed Jan 12 2005 Karsten Hopp <karsten@redhat.de> 6.3.054-2
|
|
|
|
- remove backup files
|
|
|
|
|
2005-01-12 09:32:29 +00:00
|
|
|
* Wed Jan 12 2005 Karsten Hopp <karsten@redhat.de> 6.3.054-1
|
|
|
|
- patchlevel 54
|
|
|
|
- fix unsecure tempfile usage (#144698)
|
|
|
|
|
2004-12-06 14:04:57 +00:00
|
|
|
* Mon Dec 06 2004 Karsten Hopp <karsten@redhat.de> 6.3.042-1
|
|
|
|
- patchlevel 42
|
|
|
|
|
2004-12-02 12:08:54 +00:00
|
|
|
* Thu Dec 02 2004 Karsten Hopp <karsten@redhat.de> 6.3.035-2
|
|
|
|
- fix compressed docs handling (#141565)
|
|
|
|
|
2004-12-01 12:08:08 +00:00
|
|
|
* Wed Dec 01 2004 Karsten Hopp <karsten@redhat.de> 6.3.035-1
|
|
|
|
- patchlevel 35
|
|
|
|
- allow remapping of 'g' (#140747)
|
|
|
|
|
2004-11-19 11:29:23 +00:00
|
|
|
* Fri Nov 19 2004 Karsten Hopp <karsten@redhat.de> 6.3.033-1
|
|
|
|
- patchlevel 33
|
|
|
|
|
2004-11-02 11:53:07 +00:00
|
|
|
* Tue Nov 02 2004 Karsten Hopp <karsten@redhat.de> 6.3.030-3
|
|
|
|
- fix selinux patch, so that HAVE_SELINUX will not be defined on
|
|
|
|
non-selinux systems (#137860)
|
|
|
|
|
2004-10-19 19:27:01 +00:00
|
|
|
* Tue Oct 19 2004 Karsten Hopp <karsten@redhat.de> 6.3.030-3
|
|
|
|
- fix dependencies on vim-common (#132371)
|
|
|
|
|
2004-10-12 12:07:35 +00:00
|
|
|
* Mon Oct 11 2004 Karsten Hopp <karsten@redhat.de> 6.3.030-2
|
|
|
|
- add cscope to vimrc so that cscope DB will be used
|
|
|
|
automatically when available
|
|
|
|
|
2004-10-08 11:06:08 +00:00
|
|
|
* Fri Oct 08 2004 Karsten Hopp <karsten@redhat.de> 6.3.030-2
|
|
|
|
- patchlevel 30
|
|
|
|
|
2004-10-06 12:05:06 +00:00
|
|
|
* Wed Oct 06 2004 Karsten Hopp <karsten@redhat.de> 6.3.029-2
|
|
|
|
- fix perl requirement
|
|
|
|
- patchlevel 29 to fix crash when inserting a line break
|
|
|
|
|
2004-09-29 12:43:08 +00:00
|
|
|
* Wed Sep 29 2004 Karsten Hopp <karsten@redhat.de> 6.3.028-2
|
|
|
|
- add patch from Ulrich Drepper to fix syntax highlighting of
|
|
|
|
DNS config files (#133746)
|
|
|
|
|
2004-09-21 10:36:05 +00:00
|
|
|
* Tue Sep 21 2004 Than Ngo <than@redhat.com> 6.3.028-1
|
|
|
|
- add patchlevel 27,28
|
|
|
|
|
2004-09-14 08:56:58 +00:00
|
|
|
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 6.3.026-1
|
|
|
|
- patchlevel 26 (fixes an endless loop in syntax highlighting)
|
|
|
|
|
2004-09-09 14:16:48 +00:00
|
|
|
* Wed Sep 08 2004 Karsten Hopp <karsten@redhat.de> 6.3.025-2
|
|
|
|
- clean up spec file
|
|
|
|
- disable fontset
|
|
|
|
- enable cscope
|
|
|
|
|
2004-09-09 14:16:14 +00:00
|
|
|
* Mon Sep 06 2004 Karsten Hopp <karsten@redhat.de> 6.3.025-1
|
|
|
|
- patchlevel 25
|
|
|
|
|
2004-09-09 14:15:52 +00:00
|
|
|
* Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 6.3.020-1
|
|
|
|
- patchlevel 20
|
|
|
|
|
2004-09-09 14:15:32 +00:00
|
|
|
* Sun Aug 29 2004 Karsten Hopp <karsten@redhat.de> 6.3.017-1
|
|
|
|
- patchlevel 17
|
|
|
|
|
2004-09-09 14:15:12 +00:00
|
|
|
* Fri Aug 06 2004 Karsten Hopp <karsten@redhat.de> 6.3.015-1
|
|
|
|
- update to patchlevel 15
|
|
|
|
- move older rpm changelog entries to Changelog.rpm
|
|
|
|
|
2004-09-09 14:15:00 +00:00
|
|
|
* Mon Jul 26 2004 Warren Togami <wtogami@redhat.com> 6.3.014-2
|
|
|
|
- future proof vim-enhanced perl dep
|
|
|
|
|
2004-09-09 14:14:42 +00:00
|
|
|
* Thu Jul 22 2004 Karsten Hopp <karsten@redhat.de> 6.3.014-1
|
|
|
|
- patchlevel 14, fixes 'helplang' default settings
|
|
|
|
- fix escape sequence in /etc/vimrc (#128344)
|
|
|
|
|
2004-09-09 14:14:26 +00:00
|
|
|
* Fri Jul 16 2004 Karsten Hopp <karsten@redhat.de> 6.3.013-2
|
|
|
|
- use different encoding for tutor.pl (#125376)
|
|
|
|
|
2004-09-09 14:14:10 +00:00
|
|
|
* Tue Jul 13 2004 Karsten Hopp <karsten@redhat.de> 6.3.013-1
|
|
|
|
- patchlevel 13 to fix some crashes with multi-line patterns
|
|
|
|
and when using CTRL-R in command mode
|
|
|
|
|
2004-09-09 14:13:56 +00:00
|
|
|
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 6.3.011-4
|
|
|
|
- Fix selinux patch to handle symlinks
|
|
|
|
|
2004-09-09 14:13:42 +00:00
|
|
|
* Wed Jul 07 2004 Karsten Hopp <karsten@redhat.de> 6.3.011-3
|
|
|
|
- rebuild with new gcc
|
|
|
|
|
2004-09-09 14:13:29 +00:00
|
|
|
* Mon Jul 05 2004 Karsten Hopp <karsten@redhat.de> 6.3.011-2
|
|
|
|
- convert tutorial files to UTF8 (#125376)
|
|
|
|
|
2004-09-09 14:13:09 +00:00
|
|
|
* Sat Jul 03 2004 Karsten Hopp <karsten@redhat.de> 6.3.011-1
|
|
|
|
- patchlevel 11
|
|
|
|
|
2004-09-09 14:12:56 +00:00
|
|
|
* Thu Jun 17 2004 Karsten Hopp <karsten@redhat.de> 6.3.006-1
|
|
|
|
- update to new major release
|