Merge branch 'master' into epel7

This commit is contained in:
Filipe Rosset 2018-12-07 00:26:14 -02:00
commit 9f4a259263
3 changed files with 54 additions and 23 deletions

3
.gitignore vendored
View File

@ -7,3 +7,6 @@
/vile-9.8o.tgz
/vile-9.8p.tgz
/vile-9.8q.tgz
/vile-9.8r.tgz
/vile-9.8s.tgz
/vile-9.8t.tgz

View File

@ -1 +1 @@
f97cf10994935007e62a6d5965e71688 vile-9.8q.tgz
SHA512 (vile-9.8t.tgz) = 4be4e37c7231395cae9236796073c2c3e428f1945283785a931c5d4cce94e0f970efa6634b0f9053679a00f4b4577704ea38ded2129e444b26ee9935a1c3d229

View File

@ -1,17 +1,17 @@
Name: vile
Version: 9.8q
Release: 2%{?dist}
Version: 9.8t
Release: 1%{?dist}
Summary: VI Like Emacs
Group: Applications/Editors
License: GPLv2
URL: http://invisible-island.net/vile/
Source0: ftp://invisible-island.net/vile/current/%{name}-%{version}.tgz
Source0: https://invisible-mirror.net/archives/vile/current/%{name}-%{version}.tgz
Source1: xvile.desktop
BuildRequires: ncurses-devel
BuildRequires: flex
BuildRequires: gcc
BuildRequires: desktop-file-utils
Requires: %{name}-common = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%package common
Summary: The common files needed by any version of the vile editor
@ -22,6 +22,7 @@ Summary: VI Like Emacs
Group: Applications/Editors
BuildRequires: libXpm-devel
BuildRequires: libXt-devel
BuildRequires: perl-generators
Requires: xorg-x11-fonts-misc
Requires: %{name}-common = %{version}-%{release}
@ -29,7 +30,7 @@ Requires: %{name}-common = %{version}-%{release}
%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
multi-file editing and viewing, syntax highlighting, and key rebinding.
multi-file editing and viewing, syntax highlighting, and key rebinding.
vile-common provides the files needed for all versions of vile.
%description -n xvile
@ -73,26 +74,12 @@ desktop-file-install --vendor='' --dir=%{buildroot}%{_datadir}/applications %{SO
ln -s %{_mandir}/man1/xvile.1 %{buildroot}%{_mandir}/man1/uxvile.1
ln -s %{_mandir}/man1/xvile.1 %{buildroot}%{_mandir}/man1/lxvile.1
%post -n xvile
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun -n xvile
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans -n xvile
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%{_bindir}/vile
%{_bindir}/vile-pager
%{_bindir}/vile-libdir-path
%{_bindir}/vile-to-html
%{_mandir}/man1/vile.1*
%{_mandir}/man1/vile*.1.gz
%files common
%doc AUTHORS COPYING CHANGES README doc/*doc
@ -108,7 +95,7 @@ fi
%{_bindir}/xvile-pager
%{_bindir}/xvile-libdir-path
%{_bindir}/xvile-to-html
%{_mandir}/man1/xvile.1*
%{_mandir}/man1/xvile*.1.gz
%{_mandir}/man1/lxvile.1*
%{_mandir}/man1/uxvile.1*
%{_datadir}/pixmaps/vile.xpm
@ -117,13 +104,54 @@ fi
%{_datadir}/X11/app-defaults/UXVile
%{_datadir}/applications/xvile.desktop
%changelog
* Mon Feb 29 2016 Mark McKinstry <mmckinst@umich.edu> - 9.8q-2
* 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
* Thu Sep 13 2018 Filipe Rosset <rosset.filipe@gmail.com> - 9.8s-1
- rebuilt to latest upstream 9.8s
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 9.8r-9
- Rebuild with fixed binutils
* Sat Jul 28 2018 Mark McKinstry <mmckinst@umich.edu> - 9.8r-8
- add BuildRequires for gcc (RHBZ#1606646)
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.8r-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Feb 08 2018 Filipe Rosset <rosset.filipe@gmail.com> - 9.8r-6
- Remove obsolete scriptlets + spec modernization
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 9.8r-5
- Rebuilt for switch to libxcrypt
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.8r-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.8r-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.8r-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Fri Jul 29 2016 Mark McKinstry <mmckinst@umich.edu> - 9.8r-1
- upgrade to 9.8r (RHBZ#1361436)
* Mon Feb 29 2016 Mark McKinstry <mmckinst@umich.edu> - 9.8q-3
- fix package summary (RHBZ#1311501)
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 9.8q-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Sep 23 2015 Mark McKinstry <mmckinst@umich.edu> - 9.8q-1
- upgrade to 9.8q (RHBZ#1260817)
* 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
* Sun Mar 15 2015 Mark McKinstry <mmckinst@nexcess.net> - 9.8p-1
- upgrade to 9.8p (RHBZ#1188844)