[tack] update to 1.07-20130713

Miroslav Lichvar mlichvar at fedoraproject.org
Fri Sep 12 13:22:35 UTC 2014


commit f09a5f3267a3f155d02c44df9bbfea6c82c9417f
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Fri Sep 12 15:10:07 2014 +0200

    update to 1.07-20130713

 .gitignore         |    2 +-
 sources            |    2 +-
 tack-aarch64.patch | 1144 ----------------------------------------------------
 tack.spec          |   10 +-
 4 files changed, 6 insertions(+), 1152 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 545b8a4..cfd8c0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-tack-1.07.tgz
+/tack-1.07-20130713.tgz
diff --git a/sources b/sources
index 0324f86..c35a954 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-492ac9ecc630f2bbe10405260141b873  tack-1.07.tgz
+c79fd171415dbdce11032e6bb42aa6f6  tack-1.07-20130713.tgz
diff --git a/tack.spec b/tack.spec
index f312c32..fa871d7 100644
--- a/tack.spec
+++ b/tack.spec
@@ -1,3 +1,4 @@
+%global revision 20130713
 Name:           tack
 Version:        1.07
 Release:        9%{?dist}
@@ -6,9 +7,7 @@ Summary:        Terminfo action checker
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://invisible-island.net/ncurses/ncurses.html
-Source0:        ftp://invisible-island.net/ncurses/tack-%{version}.tgz
-# update config.guess and config.sub for aarch64
-Patch1:         tack-aarch64.patch
+Source0:        ftp://invisible-island.net/ncurses/current/tack-%{version}-%{revision}.tgz
 
 BuildRequires:  ncurses-devel
 
@@ -19,8 +18,7 @@ existing entry, and to develop the correct pad timings needed to ensure
 that screen updates don't fall behind the incoming data stream.
 
 %prep
-%setup -q
-%patch1 -p1 -b .aarch64
+%setup -q -n %{name}-%{version}-%{revision}
 
 %build
 %configure --with-ncurses
@@ -30,7 +28,7 @@ make %{?_smp_mflags}
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %files
-%doc CHANGES COPYING HISTORY README
+%doc AUTHORS CHANGES COPYING HISTORY README
 %{_bindir}/tack
 %{_mandir}/man1/tack.1*
 


More information about the scm-commits mailing list