From 3345966a0a695eadbcebdc2b454ba8a0c0b8605b Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Sun, 15 Apr 2018 14:32:29 -0300 Subject: [PATCH] - update to new upstream release 2.4.14, fixes rhbz #1504463 - spec cleanup and modernization --- .gitignore | 1 + sources | 2 +- zile.spec | 17 +++++++++++------ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 4a20704..43c9b72 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ zile-2.3.17.tar.gz /zile-2.4.9.tar.gz /zile-2.4.11.tar.gz /zile-2.4.13.tar.gz +/zile-2.4.14.tar.gz diff --git a/sources b/sources index d8cd2ce..7383aad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zile-2.4.13.tar.gz) = ada0eabe6285894ab4c25fa71c3ca6f07f0df2d36ad64f92037cb1b02d7b898dbd64fa47ef96800b7d995a5958ddec525e0d849a427e1f9bf14da944a4c30e88 +SHA512 (zile-2.4.14.tar.gz) = 0dea56fd13a82015ec73de3139a4b2c27ad4c001ed535f1bae557ee49f9d8a188610a08160998d0a36b95fec42b46a019fd43634ef6502ebd27e162164de98cc diff --git a/zile.spec b/zile.spec index 81c0303..0cba80f 100644 --- a/zile.spec +++ b/zile.spec @@ -1,7 +1,7 @@ Summary: Zile Is Lossy Emacs Name: zile -Version: 2.4.13 -Release: 5%{?dist} +Version: 2.4.14 +Release: 1%{?dist} License: GPLv3+ Group: Applications/Editors 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. %prep -%setup -q +%autosetup iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,} touch -r THANKS{,.utf8} @@ -23,21 +23,26 @@ mv THANKS{.utf8,} %build autoreconf --force --install %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install +%make_install rm -f $RPM_BUILD_ROOT/%{_infodir}/dir # Remove unversioned doc directory; doc files will be installed into # versioned doc directory by doc directive in files section. rm -rf $RPM_BUILD_ROOT/usr/share/doc/zile %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}/* %{_mandir}/man1/* %changelog +* Sun Apr 15 2018 Filipe Rosset - 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 - 2.4.13-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild