15
0

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
This commit is contained in:
Tomáš Chvátal
2018-07-30 07:36:06 +00:00
committed by Git OBS Bridge
parent 8466410e90
commit a69b8454cc
2 changed files with 13 additions and 14 deletions

View File

@@ -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

View File

@@ -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 <https://github.com/theonewolf/TermRecord>
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 <https://github.com/theonewolf/TermRecord>
%{python_sitelib}/*
%changelog