Accepting request 291140 from home:dstoecker
OBS-URL: https://build.opensuse.org/request/show/291140 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=10
This commit is contained in:
parent
9bba22e334
commit
b16c1612ef
3
0.8.4.tar.gz
Normal file
3
0.8.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48d007eee8cc795a1db2e38fff7d1cce3c03cb0fae37280d3d85e19d37eb220e
|
||||
size 19394693
|
@ -1,7 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 16:43:54 UTC 2015 - opensuse@dstoecker.de
|
||||
|
||||
- update to 0.8.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 12:05:59 UTC 2015 - ecsos@opensuse.org
|
||||
|
||||
- update to 0.8.2
|
||||
- Validator plugin type which can load validation results into
|
||||
the main window validation panel.
|
||||
- Corrections to Sigil Plugin Framework Documentation
|
||||
- Pull request #17: Fix typos in README.md
|
||||
- Additional python plugin interface features:
|
||||
- multiple plugin engines now allowed for plugins that
|
||||
work on both python 2.7 and python 3.4
|
||||
- launcher revision date interface
|
||||
- plugin stdout will now appear immediately in Sigil
|
||||
- Multiple plugin launcher bug fixes:
|
||||
- make parsing more robust to poorly formed xhtml
|
||||
- modified text iterator to follow spine order
|
||||
- bug fixes for readotherfile, and writeotherfile
|
||||
- bug fixes for guide types and setting the guide
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 28 17:28:37 UTC 2014 - ecsos@opensuse.org
|
||||
|
||||
- update to 0.8.1
|
||||
- Set minimum OS X version to 10.9.0 in Info.plist so users
|
||||
trying to run on older versions of OS X will receive an error
|
||||
dialog instead of a crash dialog.
|
||||
- Set minimum Windows version to Vista in Installer so
|
||||
installation will error when trying to install on XP
|
||||
(which is not supported and Sigil binary packages won't run on).
|
||||
- Fix issue #21: Use Hunspell WORDCHARS to help in tokenization
|
||||
of words.
|
||||
- Pull request #19: Moving plugin description to ToolTips.
|
||||
- Pull request #20: Preserve current file name for future save
|
||||
as actions
|
||||
if appropriate.
|
||||
- Fix bug where save after using input plugin would fail.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 6 17:32:07 UTC 2014 - opensuse@dstoecker.de
|
||||
|
||||
- update to 0.8.0
|
||||
- Plugin framework.
|
||||
- Add the svg image tag as an svg inline element
|
||||
(not a block element) and add it as an empty element
|
||||
(TidyEmptyTags).
|
||||
- Allow user defined list of entities to preserve.
|
||||
- Pull request #16: Hardcode menu Plugins in UI, move it before
|
||||
menu Help.
|
||||
- Pull request #10: Add ability to move entries in TOC
|
||||
up and down.
|
||||
- Pull request #8: Allow pasting HTML as HTML or plain text in
|
||||
BookView.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 24 07:57:04 UTC 2014 - opensuse@dstoecker.de
|
||||
|
41
sigil.spec
41
sigil.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sigil
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,34 +20,40 @@ Name: sigil
|
||||
Summary: Multi-platform WYSIWYG Ebook Editor
|
||||
License: GPL-3.0
|
||||
Group: Productivity/Other
|
||||
Version: 0.8.0
|
||||
Version: 0.8.4
|
||||
Release: 0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://sigil.googlecode.com/files/Sigil-%{version}-Code.zip
|
||||
Source0: https://github.com/user-none/Sigil/archive/%{version}.tar.gz
|
||||
Source1: %{name}.desktop
|
||||
# PATCH-FIX-OPENSUSE Disabled __DATE__ and __TIME__ which is replaced later in pre section
|
||||
Patch0: %{name}-Dialogs-About.cpp.patch
|
||||
Url: http://code.google.com/p/sigil/
|
||||
Url: http://sigil-ebook.com/
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hunspell-devel
|
||||
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
|
||||
BuildRequires: libqt5-qttools-devel
|
||||
BuildRequires: libqt5-qtbase-devel >= 5.4
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: libxerces-c-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: unzip
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
BuildRequires: pkgconfig(Qt5Multimedia)
|
||||
BuildRequires: pkgconfig(Qt5Positioning)
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5UiTools)
|
||||
BuildRequires: pkgconfig(Qt5WebChannel)
|
||||
BuildRequires: pkgconfig(Qt5WebKit)
|
||||
BuildRequires: pkgconfig(Qt5WebKitWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
BuildRequires: pkgconfig(Qt5XmlPatterns)
|
||||
Requires: python >= 3
|
||||
|
||||
%description
|
||||
Sigil is a free and open source editor for the EPUB format.
|
||||
@ -60,10 +66,10 @@ specification and create a hierarchical Table of Contents.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -c -n %{name}-%{version}
|
||||
%setup -q -n Sigil-%{version}
|
||||
sed -i 's/\r//' ChangeLog.txt README.md COPYING.txt
|
||||
%{__cp} -v %{S:1} .
|
||||
%patch0
|
||||
sed -i 's/\r//' ChangeLog.txt README.txt COPYING.txt
|
||||
%patch0
|
||||
|
||||
#FIXME MANUAL UPDATE OF DATE REQUIRED HERE!!!!
|
||||
# Fix "Your file uses __DATE and __TIME__ this causes the package to rebuild
|
||||
@ -105,8 +111,9 @@ install -m644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.deskt
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog.txt README.txt COPYING.txt
|
||||
%doc ChangeLog.txt README.md COPYING.txt
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}/%{name}-real
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%dir %{_datadir}/icons/hicolor/
|
||||
%dir %{_datadir}/icons/hicolor/16x16
|
||||
|
Loading…
x
Reference in New Issue
Block a user