[sigil] - New upstream release 0.8.1 - Add doc subpackage for user guide and plugin guide

Dan Horák sharkcz at fedoraproject.org
Tue Oct 21 11:35:02 UTC 2014


commit 7ec0ec6d54d5fabb2201d93836daa4453230b4d9
Author: Dan Horák <dan at danny.cz>
Date:   Tue Oct 21 13:35:00 2014 +0200

    - New upstream release 0.8.1
    - Add doc subpackage for user guide and plugin guide

 .gitignore |    1 +
 sigil.spec |   18 ++++++++++++++++--
 sources    |    2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d19fec..af5ce1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Sigil-0.7.3-Code.zip
 /Sigil-0.7.4-Code.zip
 /Sigil-0.8.0-Code.zip
+/Sigil-0.8.1-Code.zip
diff --git a/sigil.spec b/sigil.spec
index 256ae13..a234dfb 100644
--- a/sigil.spec
+++ b/sigil.spec
@@ -1,5 +1,5 @@
 Name:           sigil
-Version:        0.8.0
+Version:        0.8.1
 Release:        1%{?dist}
 Summary:        WYSIWYG ebook editor
 
@@ -52,9 +52,16 @@ Now what does it have to offer...
       changing views cleans the document so no matter how much you screw up
       your code, it will fix it (usually) 
 
+%package doc
+License:        CC-BY-SA
+Summary:        Documentation for Sigil ebook editor
+
+%description doc
+%{summary}.
+
 
 %prep
-%setup -q -c
+%setup -q -n Sigil-%{version}
 %patch1 -p1 -b .system-dicts
 %patch2 -p1 -b .cmake28
 
@@ -100,8 +107,15 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 
+%files doc
+%doc docs/*.epub
+
 
 %changelog
+* Sat Oct 18 2014 Dan Horák <dan[at]danny.cz> - 0.8.1-1
+- New upstream release 0.8.1
+- Add doc subpackage for user guide and plugin guide
+
 * Tue Sep 30 2014 Dan Horák <dan[at]danny.cz> - 0.8.0-1
 - New upstream release 0.8.0
 
diff --git a/sources b/sources
index 2e63b68..fcc2db2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e22bd595d550a31e1160ca9d166c12e6  Sigil-0.8.0-Code.zip
+8d5d2083254c9dda0462e222aeebd966  Sigil-0.8.1-Code.zip


More information about the scm-commits mailing list