From c4156f225a1c050b0f24cc76818c6270af6e5e7d Mon Sep 17 00:00:00 2001 From: Hubbitus Date: Dec 08 2015 12:57:24 +0000 Subject: - Update to 1.1.1 upstream version - bz#1253878 - Spec cleanup. - Add build requires for check. --- diff --git a/.gitignore b/.gitignore index c66682d..f3228a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ teseq-1.0.0.tar.lzma /teseq-1.1.tar.bz2 +/teseq-1.1.1.tar.bz2 diff --git a/sources b/sources index 16287bd..30302de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83504ad4f3493a3a07d16c136af74639 teseq-1.1.tar.bz2 +5b0d3c8bcb1c4afbb83fea99e5fd57ba teseq-1.1.1.tar.bz2 diff --git a/teseq.spec b/teseq.spec index c9da402..fe644bf 100644 --- a/teseq.spec +++ b/teseq.spec @@ -1,24 +1,25 @@ -Name: teseq -Version: 1.1 -Release: 4%{?dist} -Summary: An utility for rendering terminal typescripts human-readable - -Group: Development/Tools -License: GPLv3+ -URL: http://www.gnu.org/software/teseq/ -Source0: http://ftp.gnu.org/gnu/teseq/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: check +Name: teseq +Version: 1.1.1 +Release: 1%{?dist} +Summary: An utility for rendering terminal typescripts human-readable + +Group: Development/Tools +License: GPLv3+ +URL: http://www.gnu.org/software/teseq/ +Source0: http://ftp.gnu.org/gnu/teseq/%{name}-%{version}.tar.bz2 Requires(post): info -Requires(preun): info +Requires(preun): info +BuildRequires: check +# For check +BuildRequires: perl(Getopt::Long), perl(Time::HiRes) %description -Teseq, a tool for analyzing files that contain control characters and -terminal control sequences. It is intended to be useful for diagnosing -terminal emulators, and programs that make heavy use of terminal features +Teseq, a tool for analyzing files that contain control characters and +terminal control sequences. It is intended to be useful for diagnosing +terminal emulators, and programs that make heavy use of terminal features (such as those based on the Curses library). -It is primarily targeted at individuals who possess a basic understanding of +It is primarily targeted at individuals who possess a basic understanding of terminal control sequences, especially CSI sequences. %prep @@ -32,14 +33,10 @@ make %{?_smp_mflags} make check %install -rm -rf $RPM_BUILD_ROOT make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_infodir}/dir -%clean -rm -rf $RPM_BUILD_ROOT - %post /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : @@ -58,6 +55,11 @@ fi %changelog +* Tue Dec 08 2015 Pavel Alexeev - 1.1.1-1 +- Update to 1.1.1 upstream version - bz#1253878 +- Spec cleanup. +- Add build requires for check. + * Fri Jun 19 2015 Fedora Release Engineering - 1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild