2012-08-30 12:23:01 +02:00
|
|
|
#
|
|
|
|
# spec file for package sigil
|
|
|
|
#
|
2017-01-23 15:41:36 +01:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-08-30 12:23:01 +02:00
|
|
|
#
|
2012-08-30 14:22:22 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2012-08-30 12:23:01 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2013-09-11 07:40:43 +02:00
|
|
|
|
2012-08-30 12:23:01 +02:00
|
|
|
Name: sigil
|
2017-01-23 15:41:36 +01:00
|
|
|
Version: 0.9.7
|
|
|
|
Release: 0
|
2017-02-09 14:14:15 +01:00
|
|
|
Summary: WYSIWYG Ebook Editor
|
2012-08-30 14:22:22 +02:00
|
|
|
License: GPL-3.0
|
2012-08-30 12:23:01 +02:00
|
|
|
Group: Productivity/Other
|
2017-01-23 15:41:36 +01:00
|
|
|
Url: http://sigil-ebook.com/
|
2012-08-30 12:23:01 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2017-01-23 15:41:36 +01:00
|
|
|
Source0: https://github.com/Sigil-Ebook/Sigil/archive/%{version}.tar.gz
|
|
|
|
Source1: https://github.com/Sigil-Ebook/Sigil/raw/master/docs/Sigil_User_Guide_0_7_2.epub
|
|
|
|
Source2: %{name}.desktop
|
2012-08-30 12:23:01 +02:00
|
|
|
# PATCH-FIX-OPENSUSE Disabled __DATE__ and __TIME__ which is replaced later in pre section
|
2017-01-23 15:41:36 +01:00
|
|
|
Patch0: %{name}-gt-0.9.0-Dialogs-About.cpp.patch
|
2015-03-17 09:52:01 +01:00
|
|
|
|
2014-10-06 20:12:04 +02:00
|
|
|
BuildRequires: cmake >= 3.0
|
2017-01-23 15:41:36 +01:00
|
|
|
BuildRequires: boost-devel
|
2012-08-30 12:23:01 +02:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: gcc-c++
|
2012-11-23 12:37:51 +01:00
|
|
|
BuildRequires: hunspell-devel
|
2015-03-17 09:52:01 +01:00
|
|
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
|
|
|
BuildRequires: pkgconfig(Qt5Multimedia)
|
|
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
2017-01-23 15:41:36 +01:00
|
|
|
BuildRequires: pkgconfig(Qt5Xml)
|
|
|
|
BuildRequires: pkgconfig(Qt5XmlPatterns)
|
|
|
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
2015-03-17 09:52:01 +01:00
|
|
|
BuildRequires: pkgconfig(Qt5UiTools)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebChannel)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebKit)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebKitWidgets)
|
2017-01-23 15:41:36 +01:00
|
|
|
BuildRequires: libqt5-qtbase-devel >= 5.4.2
|
|
|
|
BuildRequires: libqt5-qtlocation-devel >= 5.4.2
|
|
|
|
BuildRequires: libstdc++-devel
|
|
|
|
BuildRequires: libxerces-c-devel
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: unzip
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
BuildRequires: pcre-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: python3-devel >= 3.4
|
|
|
|
BuildRequires: dos2unix
|
|
|
|
# not need for build, only check for exists
|
|
|
|
BuildRequires: python3-tk
|
|
|
|
BuildRequires: python3-six
|
|
|
|
BuildRequires: python3-lxml
|
|
|
|
BuildRequires: python3-html5lib
|
|
|
|
#BuildRequires: python3-regex
|
|
|
|
BuildRequires: python3-Pillow
|
|
|
|
BuildRequires: python3-cssutils
|
|
|
|
BuildRequires: python3-cssselect
|
|
|
|
#BuildRequires: python3-chardet
|
|
|
|
Requires: python3-tk
|
|
|
|
Requires: python3-six
|
|
|
|
Requires: python3-lxml
|
|
|
|
Requires: python3-html5lib
|
|
|
|
#Requires: python3-regex
|
|
|
|
Requires: python3-Pillow
|
|
|
|
Requires: python3-cssutils
|
|
|
|
Requires: python3-cssselect
|
|
|
|
#Requires: python3-chardet
|
|
|
|
|
|
|
|
|
2012-08-30 12:23:01 +02:00
|
|
|
|
|
|
|
%description
|
2017-02-09 14:14:15 +01:00
|
|
|
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
|
2012-08-30 12:23:01 +02:00
|
|
|
use it to add any of the metadata entries supported by the EPUB
|
|
|
|
specification and create a hierarchical Table of Contents.
|
|
|
|
|
|
|
|
%prep
|
2015-03-17 09:52:01 +01:00
|
|
|
%setup -q -n Sigil-%{version}
|
|
|
|
sed -i 's/\r//' ChangeLog.txt README.md COPYING.txt
|
2017-01-23 15:41:36 +01:00
|
|
|
%patch0 -p 1
|
2012-08-30 12:23:01 +02:00
|
|
|
%{__cp} -v %{S:1} .
|
2017-01-23 15:41:36 +01:00
|
|
|
%{__cp} -v %{S:2} .
|
|
|
|
# rpmlint
|
|
|
|
dos2unix src/Resource_Files/python3lib/meta*.py
|
|
|
|
dos2unix src/Resource_Files/python3lib/opf_*.py
|
|
|
|
|
|
|
|
|
2012-08-30 12:23:01 +02:00
|
|
|
|
|
|
|
#FIXME MANUAL UPDATE OF DATE REQUIRED HERE!!!!
|
|
|
|
# Fix "Your file uses __DATE and __TIME__ this causes the package to rebuild
|
|
|
|
# when not needed warning"
|
|
|
|
# http://sourceforge.net/tracker/?func=detail&atid=102439&aid=3314371&group_id=2439
|
|
|
|
#
|
|
|
|
# We use the current date
|
|
|
|
_date=$(date +"%Y%m%d")
|
|
|
|
_time=$(date +"%H:%M:%S")
|
|
|
|
# Change it:
|
2017-01-23 15:41:36 +01:00
|
|
|
find . -type f -name 'About.cpp' | xargs sed -i "s/@DATE@/$_date/;s/@TIME@/$_time/g"
|
2012-08-30 12:23:01 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
export CXXFLAGS="$CFLAGS"
|
|
|
|
|
|
|
|
cmake -G "Unix Makefiles" \
|
|
|
|
-DCMAKE_INSTALL_PREFIX=%_prefix \
|
2017-01-23 15:41:36 +01:00
|
|
|
-DCMAKE_BUILD_TYPE=Release .
|
2012-08-30 12:23:01 +02:00
|
|
|
|
2017-02-09 14:14:15 +01:00
|
|
|
make %{?_smp_mflags}
|
2012-08-30 12:23:01 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
# create a .desktop file:
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/applications
|
|
|
|
|
|
|
|
# install icons for the .desktop file
|
2017-01-23 15:41:36 +01:00
|
|
|
install -m644 -D src/Resource_Files/icon/app_icon_16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/sigil.png
|
|
|
|
install -m644 -D src/Resource_Files/icon/app_icon_32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/sigil.png
|
|
|
|
install -m644 -D src/Resource_Files/icon/app_icon_48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/sigil.png
|
|
|
|
install -m644 -D src/Resource_Files/icon/app_icon_128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/sigil.png
|
|
|
|
install -m644 -D src/Resource_Files/icon/app_icon_256.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/sigil.png
|
2012-08-30 12:23:01 +02:00
|
|
|
install -m644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
%suse_update_desktop_file %name
|
|
|
|
%fdupes -s %buildroot
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2017-01-23 15:41:36 +01:00
|
|
|
%doc ChangeLog.txt README.md COPYING.txt Sigil_User_Guide_0_7_2.epub
|
2012-08-30 12:23:01 +02:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%dir %{_datadir}/icons/hicolor/
|
|
|
|
%dir %{_datadir}/icons/hicolor/16x16
|
|
|
|
%dir %{_datadir}/icons/hicolor/16x16/apps
|
|
|
|
%dir %{_datadir}/icons/hicolor/32x32
|
|
|
|
%dir %{_datadir}/icons/hicolor/32x32/apps
|
|
|
|
%dir %{_datadir}/icons/hicolor/48x48
|
|
|
|
%dir %{_datadir}/icons/hicolor/48x48/apps
|
|
|
|
%dir %{_datadir}/icons/hicolor/128x128
|
|
|
|
%dir %{_datadir}/icons/hicolor/128x128/apps
|
|
|
|
%dir %{_datadir}/icons/hicolor/256x256
|
|
|
|
%dir %{_datadir}/icons/hicolor/256x256/apps
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
|
|
|
%{_datadir}/pixmaps/*.png
|
2017-01-23 15:41:36 +01:00
|
|
|
%dir %{_datadir}/%name
|
|
|
|
%dir %{_datadir}/%name/translations
|
|
|
|
%{_datadir}/%{name}/translations/*
|
|
|
|
%dir %{_datadir}/%name/*dictionaries
|
|
|
|
%{_datadir}/%{name}/*dictionaries/*
|
|
|
|
%{_datadir}/%{name}/examples
|
|
|
|
%{_datadir}/%{name}/python3lib
|
|
|
|
%dir %{_datadir}/%{name}/polyfills
|
|
|
|
%{_datadir}/%{name}/polyfills/MathJax.js
|
|
|
|
%{_datadir}/%{name}/plugin_launchers
|
|
|
|
%dir /usr/lib/%name
|
|
|
|
/usr/lib/%{name}/*
|
2012-08-30 12:23:01 +02:00
|
|
|
|
|
|
|
%changelog
|