Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35ac67394a | ||
|
|
f01e719926 |
||
|
|
850062b1cf |
3 changed files with 17 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,3 +15,4 @@
|
|||
/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.8za.tgz) = 0a3cda7e30b4df24d234c5e6db7ba26f50b1b101ca8f1e700872169e158aa42d6f25ae6243a9671badbdcb8359d3e430f658407470fc1bd70e166f17d1c2c261
|
||||
SHA512 (vile-9.8zb.tgz) = cce86f8aab814026dd1275e6491b025670fcabff52160e5fec2b070427c8d42e843bd17f9235d8991d6ea77ffd4c14e11cc59b0cef006f2d7aa8393d48bb72b3
|
||||
|
|
|
|||
18
vile.spec
18
vile.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: vile
|
||||
Version: 9.8za
|
||||
Release: 7%{?dist}
|
||||
Version: 9.8zb
|
||||
Release: 9%{?dist}
|
||||
Summary: VI Like Emacs
|
||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
||||
License: GPL-2.0-only
|
||||
|
|
@ -8,7 +8,7 @@ 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: libxcrypt-devel
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc
|
||||
BuildRequires: desktop-file-utils
|
||||
|
|
@ -71,6 +71,9 @@ DESKTOP_FLAGS=--vendor='' \
|
|||
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'
|
||||
|
|
@ -116,6 +119,15 @@ popd
|
|||
|
||||
|
||||
%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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue