[zile] Updated to 2.4.9.

Eric Smith brouhaha at fedoraproject.org
Mon Apr 29 19:47:27 UTC 2013


commit b2de56433e0b96188eab0fb0b8f12f8dd0cf025f
Author: Eric Smith <eric at brouhaha.com>
Date:   Mon Apr 29 13:47:17 2013 -0600

    Updated to 2.4.9.

 .gitignore                |    1 +
 sources                   |    2 +-
 zile-2.3.21-no_gets.patch |   19 -------------------
 zile.spec                 |   18 +++++++++++-------
 4 files changed, 13 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe4f1b3..ec5cae0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 zile-2.3.17.tar.gz
 /zile-2.3.21.tar.gz
+/zile-2.4.9.tar.gz
diff --git a/sources b/sources
index 6c639ee..a2309a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec2834a42789477c55e7d44bc9438de1  zile-2.3.21.tar.gz
+84a0af58fb4fbe3af16bde2ef2b8f5ae  zile-2.4.9.tar.gz
diff --git a/zile.spec b/zile.spec
index fa864dc..405e1d5 100644
--- a/zile.spec
+++ b/zile.spec
@@ -1,13 +1,12 @@
 Summary: Zile Is Lossy Emacs
 Name: zile
-Version: 2.3.21
-Release: 9%{?dist}
+Version: 2.4.9
+Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Editors
 URL: http://www.gnu.org/software/%{name}/
 Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
-Patch0: zile-2.3.21-no_gets.patch
-BuildRequires: ncurses-devel help2man autoconf automake
+BuildRequires: ncurses-devel gc-devel help2man autoconf automake
 
 %description
 Zile is a small Emacs clone. Zile is a customizable, self-documenting
@@ -16,9 +15,9 @@ similar as possible to Emacs; every Emacs user should feel at home.
 
 %prep
 %setup -q
-%patch0 -p1 -b .no_gets
 
 iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
+touch -r THANKS{,.utf8}
 mv THANKS{.utf8,}
 
 %build
@@ -29,14 +28,19 @@ make %{?_smp_mflags}
 %install
 make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" 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
+%doc AUTHORS COPYING ChangeLog NEWS README THANKS FAQ src/dotzile.sample
 %{_bindir}/*
 %{_mandir}/man1/*
-%{_datadir}/%{name}/
 
 %changelog
+* Mon Apr 29 2013 Eric Smith <eric at brouhaha.com> - 2.4.9-1
+- Updated to 2.4.9
+
 * Mon Apr 29 2013 Eric Smith <eric at brouhaha.com> - 2.3.21-9
 - Added --install option to autoreconf.
 


More information about the scm-commits mailing list