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
This commit is contained in:
Stefan Knorr 2017-02-09 13:14:15 +00:00 committed by Git OBS Bridge
parent 088141173c
commit 82df9ba1ec
2 changed files with 11 additions and 8 deletions

View File

@ -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 Tue Nov 29 13:37:50 UTC 2016 - ecsos@opensuse.org

View File

@ -19,7 +19,7 @@
Name: sigil Name: sigil
Version: 0.9.7 Version: 0.9.7
Release: 0 Release: 0
Summary: Multi-platform WYSIWYG Ebook Editor Summary: WYSIWYG Ebook Editor
License: GPL-3.0 License: GPL-3.0
Group: Productivity/Other Group: Productivity/Other
Url: http://sigil-ebook.com/ Url: http://sigil-ebook.com/
@ -81,15 +81,12 @@ Requires: python3-cssselect
%description %description
Sigil is a free and open source editor for the EPUB format. Sigil is an editor for the EPUB format. It is designed for WYSIWYG
It is designed for easy, WYSIWYG editing of EPUB files and for editing of EPUB files and for converting other formats to EPUB. It
converting other formats to EPUB. It also provides features for also provides support for direct XHTML, CSS and XPGT editing. You can
advanced users, like direct XHTML, CSS and XPGT editing. You can
use it to add any of the metadata entries supported by the EPUB use it to add any of the metadata entries supported by the EPUB
specification and create a hierarchical Table of Contents. specification and create a hierarchical Table of Contents.
%prep %prep
%setup -q -n Sigil-%{version} %setup -q -n Sigil-%{version}
sed -i 's/\r//' ChangeLog.txt README.md COPYING.txt sed -i 's/\r//' ChangeLog.txt README.md COPYING.txt
@ -121,7 +118,7 @@ cmake -G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX=%_prefix \ -DCMAKE_INSTALL_PREFIX=%_prefix \
-DCMAKE_BUILD_TYPE=Release . -DCMAKE_BUILD_TYPE=Release .
make %{?jobs:-j %jobs} make %{?_smp_mflags}
%install %install
%make_install %make_install