From 82df9ba1ec3717b6cac44b32d04f9718a31837dad14cdb094c0d9938cacc0fed Mon Sep 17 00:00:00 2001 From: Stefan Knorr Date: Thu, 9 Feb 2017 13:14:15 +0000 Subject: [PATCH] Accepting request 455376 from home:jengelh:branches:Documentation:Tools description guidelines. [almost] everything in opensuse is free and open, no need to mention it again. - Trim redundant mentions from description. - Use %_smp_mflags for parallel build trim invisible trailing whitespace at EOLs OBS-URL: https://build.opensuse.org/request/show/455376 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=14 --- sigil.changes | 6 ++++++ sigil.spec | 13 +++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/sigil.changes b/sigil.changes index 0c71c40..2b2106f 100644 --- a/sigil.changes +++ b/sigil.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 8 00:26:12 UTC 2017 - jengelh@inai.de + +- Trim redundant mentions from description +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Tue Nov 29 13:37:50 UTC 2016 - ecsos@opensuse.org diff --git a/sigil.spec b/sigil.spec index 834c539..e46a061 100644 --- a/sigil.spec +++ b/sigil.spec @@ -19,7 +19,7 @@ Name: sigil Version: 0.9.7 Release: 0 -Summary: Multi-platform WYSIWYG Ebook Editor +Summary: WYSIWYG Ebook Editor License: GPL-3.0 Group: Productivity/Other Url: http://sigil-ebook.com/ @@ -81,15 +81,12 @@ Requires: python3-cssselect %description -Sigil is a free and open source editor for the EPUB format. -It is designed for easy, WYSIWYG editing of EPUB files and for -converting other formats to EPUB. It also provides features for -advanced users, like direct XHTML, CSS and XPGT editing. You can +Sigil is an editor for the EPUB format. It is designed for WYSIWYG +editing of EPUB files and for converting other formats to EPUB. It +also provides support for direct XHTML, CSS and XPGT editing. You can use it to add any of the metadata entries supported by the EPUB specification and create a hierarchical Table of Contents. - - %prep %setup -q -n Sigil-%{version} sed -i 's/\r//' ChangeLog.txt README.md COPYING.txt @@ -121,7 +118,7 @@ cmake -G "Unix Makefiles" \ -DCMAKE_INSTALL_PREFIX=%_prefix \ -DCMAKE_BUILD_TYPE=Release . -make %{?jobs:-j %jobs} +make %{?_smp_mflags} %install %make_install