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