Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35ac67394a | ||
|
|
f01e719926 |
||
|
|
850062b1cf | ||
|
|
552caf7033 | ||
|
|
978f54635a |
||
|
|
c1fd0a20d7 |
||
|
|
89452da537 | ||
|
|
f9210b98a8 | ||
|
|
4d851f8648 | ||
|
|
d68c62a8c2 | ||
|
|
12014f6c0c |
||
|
|
3e6420f5c2 | ||
|
|
2de6b8440d |
||
|
|
78b9a125fd |
||
|
|
cb4495a434 |
||
|
|
24840d0ddc | ||
|
|
542d15c314 |
||
|
|
7d3b60ee6f |
3 changed files with 90 additions and 19 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -11,3 +11,8 @@
|
|||
/vile-9.8s.tgz
|
||||
/vile-9.8t.tgz
|
||||
/vile-9.8u.tgz
|
||||
/vile-9.8w.tgz
|
||||
/vile-9.8y.tgz
|
||||
/vile-9.8z.tgz
|
||||
/vile-9.8za.tgz
|
||||
/vile-9.8zb.tgz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vile-9.8u.tgz) = d24c63197116b805aceae40b7fe027bd7f3cfa59493a3c7e2fdf9f8c46267cd78a7e0149c8711df89ef4e2dab48b912600b82d096a9b1d84c34c4869ffe9c60c
|
||||
SHA512 (vile-9.8zb.tgz) = cce86f8aab814026dd1275e6491b025670fcabff52160e5fec2b070427c8d42e843bd17f9235d8991d6ea77ffd4c14e11cc59b0cef006f2d7aa8393d48bb72b3
|
||||
|
|
|
|||
102
vile.spec
102
vile.spec
|
|
@ -1,13 +1,14 @@
|
|||
Name: vile
|
||||
Version: 9.8u
|
||||
Release: 6%{?dist}
|
||||
Version: 9.8zb
|
||||
Release: 9%{?dist}
|
||||
Summary: VI Like Emacs
|
||||
License: GPLv2
|
||||
URL: http://invisible-island.net/vile/
|
||||
Source0: https://invisible-mirror.net/archives/vile/current/%{name}-%{version}.tgz
|
||||
Source1: xvile.desktop
|
||||
BuildRequires: make
|
||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
||||
License: GPL-2.0-only
|
||||
URL: https://invisible-island.net/vile/
|
||||
Source0: https://invisible-island.net/archives/vile/current/%{name}-%{version}.tgz
|
||||
BuildRequires: make
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: libxcrypt-devel
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc
|
||||
BuildRequires: desktop-file-utils
|
||||
|
|
@ -19,6 +20,7 @@ Summary: The common files needed by any version of the vile editor
|
|||
%package -n xvile
|
||||
Summary: VI Like Emacs
|
||||
BuildRequires: libXpm-devel
|
||||
BuildRequires: libXaw-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: perl-generators
|
||||
Requires: xorg-x11-fonts-misc
|
||||
|
|
@ -42,35 +44,48 @@ feel". In addition, it has extended capabilities in many areas, notably
|
|||
multi-file editing and viewing, syntax highlighting, and key rebinding.
|
||||
|
||||
%prep
|
||||
|
||||
# loadable filters are mistreated by rpmbuild
|
||||
#define debug_package #{nil}
|
||||
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --with-loadable-filters \
|
||||
--disable-rpath-hack \
|
||||
--disable-stripping
|
||||
--disable-rpath-hack \
|
||||
--disable-stripping
|
||||
|
||||
make %{?_smp_mflags} vile
|
||||
|
||||
DESKTOP_FLAGS=--vendor='' \
|
||||
%configure --with-loadable-filters \
|
||||
--disable-rpath-hack \
|
||||
--disable-stripping \
|
||||
--with-app-defaults=%{_datadir}/X11/app-defaults \
|
||||
--with-screen=x11 \
|
||||
--disable-rpath-hack \
|
||||
--disable-stripping \
|
||||
--with-app-defaults=%{_datadir}/X11/app-defaults \
|
||||
--with-screen=Xaw \
|
||||
--with-icon-theme \
|
||||
--with-icondir=%{_datadir}/icons/ \
|
||||
--with-icondir=%{_datadir}/icons/ \
|
||||
--with-pixmapdir=%{_datadir}/pixmaps/ \
|
||||
--with-xpm
|
||||
--with-xpm
|
||||
|
||||
make %{?_smp_mflags} xvile
|
||||
touch vile
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%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}
|
||||
make install-desktop DESKTOP_FLAGS=--vendor='' DESKTOP_DIR=%{buildroot}%{_datadir}/applications
|
||||
|
||||
ln -s %{_mandir}/man1/xvile.1 %{buildroot}%{_mandir}/man1/uxvile.1
|
||||
ln -s %{_mandir}/man1/xvile.1 %{buildroot}%{_mandir}/man1/lxvile.1
|
||||
rm -v -f %{buildroot}%{_datadir}/applications/lxvile.desktop
|
||||
rm -v -f %{buildroot}%{_datadir}/applications/uxvile.desktop
|
||||
|
||||
pushd %{buildroot}%{_mandir}/man1
|
||||
ln -s xvile.1 uxvile.1
|
||||
ln -s xvile.1 lxvile.1
|
||||
popd
|
||||
|
||||
%files
|
||||
%{_bindir}/vile
|
||||
|
|
@ -104,6 +119,57 @@ ln -s %{_mandir}/man1/xvile.1 %{buildroot}%{_mandir}/man1/lxvile.1
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 9.8zb-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Mon Feb 02 2026 Thomas E. Dickey <dickey@invisible-island.net> - 9.8zb-1
|
||||
- Update to 9.8zb (RHBZ#2435863)
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 9.8za-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 9.8za-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Feb 01 2025 Björn Esser <besser82@fedoraproject.org> - 9.8za-6
|
||||
- Add explicit BR: libxcrypt-devel
|
||||
|
||||
* Tue Jan 28 2025 Thomas E. Dickey <dickey@invisible-island.net> - 9.8za-1
|
||||
- Update to 9.8za
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 9.8z-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 9.8z-4
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.8z-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.8z-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Thomas E. Dickey <dickey@invisible-island.net> - 9.8z-1
|
||||
- Update to 9.8z
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.8y-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 28 2023 Thomas E. Dickey <dickey@invisible-island.net> - 9.8y-1
|
||||
- Update to 9.8y
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.8x-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Mon Jan 02 2023 Thomas E. Dickey <dickey@invisible-island.net> - 9.8x-1
|
||||
- Update to 9.8x
|
||||
|
||||
* Sat Sep 10 2022 Thomas E. Dickey <dickey@invisible-island.net> - 9.8w-1
|
||||
- Update to 9.8w
|
||||
- Use desktop file from upstream.
|
||||
- Use Xaw rather than plain X11 for xvile screentype, to provide menus.
|
||||
- Change absolute symbolic links for manpage to relative.
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 9.8u-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue