- update to new upstream release 2.4.14, fixes rhbz #1504463

- spec cleanup and modernization
This commit is contained in:
Filipe Rosset 2018-04-15 14:32:29 -03:00
parent 8502236f1a
commit 3345966a0a
3 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ zile-2.3.17.tar.gz
/zile-2.4.9.tar.gz /zile-2.4.9.tar.gz
/zile-2.4.11.tar.gz /zile-2.4.11.tar.gz
/zile-2.4.13.tar.gz /zile-2.4.13.tar.gz
/zile-2.4.14.tar.gz

View File

@ -1 +1 @@
SHA512 (zile-2.4.13.tar.gz) = ada0eabe6285894ab4c25fa71c3ca6f07f0df2d36ad64f92037cb1b02d7b898dbd64fa47ef96800b7d995a5958ddec525e0d849a427e1f9bf14da944a4c30e88 SHA512 (zile-2.4.14.tar.gz) = 0dea56fd13a82015ec73de3139a4b2c27ad4c001ed535f1bae557ee49f9d8a188610a08160998d0a36b95fec42b46a019fd43634ef6502ebd27e162164de98cc

View File

@ -1,7 +1,7 @@
Summary: Zile Is Lossy Emacs Summary: Zile Is Lossy Emacs
Name: zile Name: zile
Version: 2.4.13 Version: 2.4.14
Release: 5%{?dist} Release: 1%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/Editors Group: Applications/Editors
URL: http://www.gnu.org/software/%{name}/ URL: http://www.gnu.org/software/%{name}/
@ -14,7 +14,7 @@ real-time open-source display editor. Zile was written to be as
similar as possible to Emacs; every Emacs user should feel at home. similar as possible to Emacs; every Emacs user should feel at home.
%prep %prep
%setup -q %autosetup
iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,} iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
touch -r THANKS{,.utf8} touch -r THANKS{,.utf8}
@ -23,21 +23,26 @@ mv THANKS{.utf8,}
%build %build
autoreconf --force --install autoreconf --force --install
%configure %configure
make %{?_smp_mflags} %make_build
%install %install
make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install %make_install
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
# Remove unversioned doc directory; doc files will be installed into # Remove unversioned doc directory; doc files will be installed into
# versioned doc directory by doc directive in files section. # versioned doc directory by doc directive in files section.
rm -rf $RPM_BUILD_ROOT/usr/share/doc/zile rm -rf $RPM_BUILD_ROOT/usr/share/doc/zile
%files %files
%doc AUTHORS COPYING ChangeLog NEWS README THANKS FAQ src/dotzile.sample %doc AUTHORS ChangeLog NEWS README THANKS FAQ src/dotzile.sample
%license COPYING
%{_bindir}/* %{_bindir}/*
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Sun Apr 15 2018 Filipe Rosset <rosset.filipe@gmail.com> - 2.4.14-1
- update to new upstream release 2.4.14, fixes rhbz #1504463
- spec cleanup and modernization
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.13-5 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.13-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild