SHA256
1
0
forked from pool/sigil
Dirk Stoecker 2014-10-06 18:12:04 +00:00 committed by Git OBS Bridge
parent 123582974f
commit 9bba22e334
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68c7ca15ea8611921af0c435369563f55c6afd2ef1fb0945cf6c4a47429b0fb5
size 12845485

3
Sigil-0.8.0-Code.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bf0f3dee116400b95fef026d1757ba25f935b6c4792f06be93faae412d1d26b
size 15926059

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 6 17:32:07 UTC 2014 - opensuse@dstoecker.de
- update to 0.8.0
-------------------------------------------------------------------
Tue Jun 24 07:57:04 UTC 2014 - opensuse@dstoecker.de

View File

@ -20,7 +20,7 @@ Name: sigil
Summary: Multi-platform WYSIWYG Ebook Editor
License: GPL-3.0
Group: Productivity/Other
Version: 0.7.4
Version: 0.8.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://sigil.googlecode.com/files/Sigil-%{version}-Code.zip
@ -29,7 +29,7 @@ Source1: %{name}.desktop
Patch0: %{name}-Dialogs-About.cpp.patch
Url: http://code.google.com/p/sigil/
BuildRequires: boost-devel
BuildRequires: cmake >= 2.8.9
BuildRequires: cmake >= 3.0
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: hunspell-devel
@ -37,6 +37,7 @@ BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(Qt5XmlPatterns)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: libqt5-qtbase-devel
BuildRequires: libQt5WebKit5-devel
BuildRequires: libQt5WebKitWidgets-devel
@ -126,5 +127,6 @@ install -m644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.deskt
%dir %_datadir/%name/*dictionaries
%_datadir/%{name}/*dictionaries/*
%_datadir/%{name}/examples
%_datadir/%{name}/plugin_launchers
%changelog