2011-01-31 04:31:37 +00:00
|
|
|
Name: vile
|
2018-12-07 02:12:58 +00:00
|
|
|
Version: 9.8t
|
2018-09-13 23:43:53 +00:00
|
|
|
Release: 1%{?dist}
|
2011-01-31 04:31:37 +00:00
|
|
|
Summary: VI Like Emacs
|
|
|
|
Group: Applications/Editors
|
|
|
|
License: GPLv2
|
|
|
|
URL: http://invisible-island.net/vile/
|
2018-12-07 02:12:58 +00:00
|
|
|
Source0: https://invisible-mirror.net/archives/vile/current/%{name}-%{version}.tgz
|
2011-01-31 04:31:37 +00:00
|
|
|
Source1: xvile.desktop
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: flex
|
2018-07-28 20:35:13 +00:00
|
|
|
BuildRequires: gcc
|
2011-01-31 04:31:37 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%package common
|
2016-02-29 01:02:11 +00:00
|
|
|
Summary: The common files needed by any version of the vile editor
|
2011-01-31 04:31:37 +00:00
|
|
|
Group: Applications/Editors
|
|
|
|
|
|
|
|
%package -n xvile
|
|
|
|
Summary: VI Like Emacs
|
|
|
|
Group: Applications/Editors
|
|
|
|
BuildRequires: libXpm-devel
|
|
|
|
BuildRequires: libXt-devel
|
2016-06-24 08:13:43 +00:00
|
|
|
BuildRequires: perl-generators
|
2011-05-12 01:26:29 +00:00
|
|
|
Requires: xorg-x11-fonts-misc
|
2011-01-31 04:31:37 +00:00
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2011-05-12 01:26:29 +00:00
|
|
|
|
2011-01-31 04:31:37 +00:00
|
|
|
|
|
|
|
%description common
|
|
|
|
vile is a text editor which is extremely compatible with vi in terms of "finger
|
|
|
|
feel". In addition, it has extended capabilities in many areas, notably
|
2015-09-23 03:30:55 +00:00
|
|
|
multi-file editing and viewing, syntax highlighting, and key rebinding.
|
2011-01-31 04:31:37 +00:00
|
|
|
vile-common provides the files needed for all versions of vile.
|
|
|
|
|
|
|
|
%description -n xvile
|
|
|
|
xvile is a text editor which is extremely compatible with vi in terms of "finger
|
|
|
|
feel". In addition, it has extended capabilities in many areas, notably
|
|
|
|
multi-file editing and viewing, syntax highlighting, and key rebinding.
|
|
|
|
|
2015-03-15 14:40:58 +00:00
|
|
|
%description
|
2011-01-31 04:31:37 +00:00
|
|
|
vile is a text editor which is extremely compatible with vi in terms of "finger
|
|
|
|
feel". In addition, it has extended capabilities in many areas, notably
|
|
|
|
multi-file editing and viewing, syntax highlighting, and key rebinding.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2014-06-22 16:10:54 +00:00
|
|
|
%configure --with-loadable-filters \
|
|
|
|
--disable-rpath-hack \
|
|
|
|
--disable-stripping
|
|
|
|
|
2011-01-31 04:31:37 +00:00
|
|
|
make %{?_smp_mflags} vile
|
|
|
|
|
2014-06-22 16:10:54 +00:00
|
|
|
%configure --with-loadable-filters \
|
|
|
|
--disable-rpath-hack \
|
|
|
|
--disable-stripping \
|
|
|
|
--with-app-defaults=%{_datadir}/X11/app-defaults \
|
|
|
|
--with-screen=x11 \
|
|
|
|
--with-icon-theme \
|
|
|
|
--with-icondir=%{_datadir}/icons/ \
|
|
|
|
--with-pixmapdir=%{_datadir}/pixmaps/ \
|
|
|
|
--with-xpm
|
|
|
|
|
2011-01-31 04:31:37 +00:00
|
|
|
make %{?_smp_mflags} xvile
|
|
|
|
touch vile
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=%{buildroot} INSTALL='install -p' TARGET='xvile'
|
|
|
|
make install DESTDIR=%{buildroot} INSTALL='install -p' TARGET='vile'
|
|
|
|
desktop-file-install --vendor='' --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
|
|
|
|
|
|
|
ln -s %{_mandir}/man1/xvile.1 %{buildroot}%{_mandir}/man1/uxvile.1
|
|
|
|
ln -s %{_mandir}/man1/xvile.1 %{buildroot}%{_mandir}/man1/lxvile.1
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_bindir}/vile
|
|
|
|
%{_bindir}/vile-pager
|
2014-09-12 20:34:19 +00:00
|
|
|
%{_bindir}/vile-libdir-path
|
|
|
|
%{_bindir}/vile-to-html
|
2018-12-07 02:12:58 +00:00
|
|
|
%{_mandir}/man1/vile*.1.gz
|
2011-01-31 04:31:37 +00:00
|
|
|
|
|
|
|
%files common
|
|
|
|
%doc AUTHORS COPYING CHANGES README doc/*doc
|
|
|
|
%{_datadir}/vile/
|
|
|
|
%{_libdir}/vile/
|
|
|
|
|
|
|
|
%files -n xvile
|
|
|
|
%{_bindir}/lxvile
|
|
|
|
%{_bindir}/lxvile-fonts
|
|
|
|
%{_bindir}/uxvile
|
|
|
|
%{_bindir}/xshell.sh
|
|
|
|
%{_bindir}/xvile
|
|
|
|
%{_bindir}/xvile-pager
|
2014-09-12 20:34:19 +00:00
|
|
|
%{_bindir}/xvile-libdir-path
|
|
|
|
%{_bindir}/xvile-to-html
|
2018-12-07 02:12:58 +00:00
|
|
|
%{_mandir}/man1/xvile*.1.gz
|
2011-01-31 04:31:37 +00:00
|
|
|
%{_mandir}/man1/lxvile.1*
|
|
|
|
%{_mandir}/man1/uxvile.1*
|
|
|
|
%{_datadir}/pixmaps/vile.xpm
|
2012-12-02 17:18:33 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/vile.*
|
2011-01-31 04:31:37 +00:00
|
|
|
%{_datadir}/X11/app-defaults/XVile
|
|
|
|
%{_datadir}/X11/app-defaults/UXVile
|
|
|
|
%{_datadir}/applications/xvile.desktop
|
|
|
|
|
2018-12-07 02:12:58 +00:00
|
|
|
|
2011-01-31 04:31:37 +00:00
|
|
|
%changelog
|
2018-12-07 02:12:58 +00:00
|
|
|
* Fri Dec 07 2018 Filipe Rosset <rosset.filipe@gmail.com> - 9.8t-1
|
|
|
|
- update to latest upstream 9.8t
|
|
|
|
- changelog http://invisible-island.net/vile/CHANGES.html#v9_8t
|
|
|
|
|
2018-09-13 23:43:53 +00:00
|
|
|
* Thu Sep 13 2018 Filipe Rosset <rosset.filipe@gmail.com> - 9.8s-1
|
|
|
|
- rebuilt to latest upstream 9.8s
|
|
|
|
|
2018-07-31 11:12:31 +00:00
|
|
|
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 9.8r-9
|
|
|
|
- Rebuild with fixed binutils
|
|
|
|
|
2018-07-28 20:35:13 +00:00
|
|
|
* Sat Jul 28 2018 Mark McKinstry <mmckinst@umich.edu> - 9.8r-8
|
|
|
|
- add BuildRequires for gcc (RHBZ#1606646)
|
|
|
|
|
2018-07-14 08:32:13 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.8r-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-08 03:21:24 +00:00
|
|
|
* Thu Feb 08 2018 Filipe Rosset <rosset.filipe@gmail.com> - 9.8r-6
|
|
|
|
- Remove obsolete scriptlets + spec modernization
|
|
|
|
|
2018-01-20 22:08:41 +00:00
|
|
|
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 9.8r-5
|
|
|
|
- Rebuilt for switch to libxcrypt
|
|
|
|
|
2017-08-03 10:03:56 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.8r-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 21:18:34 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.8r-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 17:04:35 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.8r-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-07-29 15:08:20 +00:00
|
|
|
* Fri Jul 29 2016 Mark McKinstry <mmckinst@umich.edu> - 9.8r-1
|
|
|
|
- upgrade to 9.8r (RHBZ#1361436)
|
|
|
|
|
2016-02-29 01:02:11 +00:00
|
|
|
* Mon Feb 29 2016 Mark McKinstry <mmckinst@umich.edu> - 9.8q-3
|
|
|
|
- fix package summary (RHBZ#1311501)
|
|
|
|
|
2016-02-05 02:42:03 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 9.8q-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-23 03:30:55 +00:00
|
|
|
* Wed Sep 23 2015 Mark McKinstry <mmckinst@umich.edu> - 9.8q-1
|
|
|
|
- upgrade to 9.8q (RHBZ#1260817)
|
|
|
|
|
2015-06-19 02:00:25 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.8p-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-03-15 14:40:58 +00:00
|
|
|
* Sun Mar 15 2015 Mark McKinstry <mmckinst@nexcess.net> - 9.8p-1
|
|
|
|
- upgrade to 9.8p (RHBZ#1188844)
|
|
|
|
|
2014-10-31 00:51:53 +00:00
|
|
|
* Fri Oct 31 2014 Mark McKinstry <mmckinst@example.com> - 9.8o-1
|
|
|
|
- upgrade to 9.8o
|
|
|
|
|
2014-09-12 20:33:08 +00:00
|
|
|
* Fri Sep 12 2014 Mark McKinstry <mmckinst@example.com> - 9.8n-1
|
|
|
|
- upgrade to 9.8n
|
|
|
|
|
2014-08-18 07:52:48 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.8m-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-22 17:16:47 +00:00
|
|
|
* Sun Jun 22 2014 Mark McKinstry <mmckinst@example.com> - 9.8m-4
|
|
|
|
- re-add buildroot for el5
|
|
|
|
|
2014-06-22 16:10:54 +00:00
|
|
|
* Sun Jun 22 2014 Mark McKinstry <mmckinst@nexcess.net> - 9.8m-3
|
|
|
|
- don't strip executables during build (RHBZ#1106365)
|
|
|
|
|
2014-06-08 03:41:01 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.8m-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-06-04 19:58:35 +00:00
|
|
|
* Wed Jun 04 2014 Filipe Rosset <rosset.filipe@gmail.com> - 9.8m-1
|
|
|
|
- Rebuilt for new upstream release, spec cleanup, fixes rhbz #1060488
|
|
|
|
|
2013-09-11 00:11:57 +00:00
|
|
|
* Wed Sep 11 2013 Mark McKinstry <mmckinst@nexcess.net> - 9.8k-1
|
|
|
|
- upgrade to 9.8k (BZ#983023)
|
2013-07-17 20:01:36 +00:00
|
|
|
|
2013-05-10 18:11:33 +00:00
|
|
|
* Fri May 10 2013 Mark Mckinstry <mmckinst@nexcess.net> - 9.8j-1
|
|
|
|
- upgrade to 9.8j
|
2013-02-15 02:47:30 +00:00
|
|
|
|
2012-12-02 17:18:33 +00:00
|
|
|
* Sun Dec 2 2012 Mark McKinstry <mmckinst@nexcess.net> - 9.8i-1
|
|
|
|
- upgrade to 9.8i
|
|
|
|
- use better icons
|
|
|
|
|
2011-05-12 01:26:29 +00:00
|
|
|
* Wed May 11 2011 Mark McKinstry <mmckinst@nexcess.net> 9.8e-1
|
|
|
|
- upgrade to 9.8e
|
|
|
|
- fix dependency
|
2012-12-02 17:18:33 +00:00
|
|
|
|
2011-01-31 04:31:37 +00:00
|
|
|
* Sun Jan 30 2011 Mark McKinstry <mmckinst@nexcess.net> 9.8d-3
|
|
|
|
- symlink lxvile and uxvile to xvile manpage
|
|
|
|
- add emtpy vendor tag to desktop-file-install to make EPEL happy
|
|
|
|
- add some conditionals so it will build on EPEL 4
|
2012-12-02 17:18:33 +00:00
|
|
|
|
2011-01-31 04:31:37 +00:00
|
|
|
* Wed Jan 26 2011 Mark McKinstry <mmckinst@nexcess.net> 9.8d-2
|
|
|
|
- include xvile.desktop
|
|
|
|
- include verison for vile-common requirements
|
|
|
|
- replace icon with xpm version
|
2012-12-02 17:18:33 +00:00
|
|
|
|
2014-06-04 19:58:35 +00:00
|
|
|
* Sun Jan 23 2011 Mark McKinstry <mmckinst@nexcess.net> 9.8d-1
|
2011-01-31 04:31:37 +00:00
|
|
|
- upgrade to 9.8d
|
|
|
|
- create vile-common package
|
2012-12-02 17:18:33 +00:00
|
|
|
|
2014-06-04 19:58:35 +00:00
|
|
|
* Mon Nov 22 2010 Mark McKinstry <mmckinst@nexcess.net> 9.8b-1
|
2011-01-31 04:31:37 +00:00
|
|
|
- upgrade to 9.8b
|
|
|
|
- add xvile
|
2012-12-02 17:18:33 +00:00
|
|
|
|
2014-06-04 19:58:35 +00:00
|
|
|
* Mon Aug 16 2010 Mark McKinstry <mmckinst@nexcess.net> 9.8-1
|
2011-01-31 04:31:37 +00:00
|
|
|
- upgrade to 9.8
|
|
|
|
- include more documentation
|
2012-12-02 17:18:33 +00:00
|
|
|
|
2011-01-31 04:31:37 +00:00
|
|
|
* Sat May 8 2010 Mark McKinstry <mmckinst@nexcess.net> 9.7zc-1
|
|
|
|
- initial build
|