From a69b8454cc33497cd527b8b6b5dff8102f6aca158e390e4e38fed8754b372207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Jul 2018 07:36:06 +0000 Subject: [PATCH] Accepting request 626102 from home:jengelh:branches:devel:languages:python - Reword description not to assume any particular use. Drop fantasizing about possible use cases. OBS-URL: https://build.opensuse.org/request/show/626102 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-TermRecord?expand=0&rev=5 --- python-TermRecord.changes | 6 ++++++ python-TermRecord.spec | 21 +++++++-------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/python-TermRecord.changes b/python-TermRecord.changes index 2e8a4f4..f65e4ed 100644 --- a/python-TermRecord.changes +++ b/python-TermRecord.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 29 12:52:48 UTC 2018 - jengelh@inai.de + +- Reword description not to assume any particular use. + Drop fantasizing about possible use cases. + ------------------------------------------------------------------- Thu May 24 17:50:13 UTC 2018 - toddrme2178@gmail.com diff --git a/python-TermRecord.spec b/python-TermRecord.spec index b0503a7..b304abe 100644 --- a/python-TermRecord.spec +++ b/python-TermRecord.spec @@ -13,16 +13,17 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-TermRecord Version: 1.2.5 Release: 0 +Summary: A terminal session recorder with HTML output License: MIT -Summary: A simple terminal session recorder with easy-to-share HTML output! -Url: http://github.com/theonewolf/TermRecord Group: Development/Languages/Python +Url: http://github.com/theonewolf/TermRecord Source: https://pypi.python.org/packages/source/T/TermRecord/TermRecord-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -39,18 +40,11 @@ Requires(postun): update-alternatives %python_subpackages %description -TermRecord is a program that wraps the ``script`` command. It automagically -detects your terminal size, records your session, and stores the output as +TermRecord is a program that wraps the `script` command. It automagically +detects the terminal size, records the session, and stores the output as either JSON, embeddable JavaScript, or a static HTML file. The HTML is -completely self-contained, embedding all necessary dependencies in one file -and can be shipped to anyone that has a modern browser. It even embeds a -font! - -You can store these files as your own notes, email them to collaborators, -use them as instructional examples, or whatever you want! Because they are -self-contained there are no third-party middlemen involved, you are free to -share and keep them forever---they will never go away! -Development +self-contained, embedding all necessary dependencies in one file so that +it can be shipped to anyone that has a browser. Fonts are embedded, too. %prep %setup -q -n TermRecord-%{version} @@ -75,4 +69,3 @@ Development %{python_sitelib}/* %changelog -