Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1150654 OBS-URL: https://build.opensuse.org/package/show/Education/fbreader?expand=0&rev=47
188 lines
6.2 KiB
RPMSpec
188 lines
6.2 KiB
RPMSpec
#
|
|
# spec file for package fbreader
|
|
#
|
|
# Copyright (c) 2018 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
|
|
# 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.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%define zl_sover 0_99
|
|
Name: fbreader
|
|
Version: 0.99.4
|
|
Release: 0
|
|
Summary: E-book reader
|
|
License: GPL-2.0+
|
|
Group: Productivity/Other
|
|
Url: http://www.fbreader.org/
|
|
Source0: %{name}-sources-%{version}.tgz
|
|
Source1: FBReader.desktop
|
|
Source3: fbreader.xml
|
|
# PATCH-FIX-UPSTREAM to prevent crash with zipped fb2 files.
|
|
# See https://github.com/geometer/FBReader/issues/232 for more info
|
|
Patch0: FBReader-0.99.4-fix-crash-with-fb2.zip-files.patch
|
|
# PATCH-FIX-OPENSUSE to workaround for build issue via gcc6,
|
|
# see more at https://github.com/geometer/FBReader/issues/289
|
|
Patch1: fbreader-0.99.4-gcc6-Wno-narrowing.diff
|
|
# PATCH-FIX-UPSTREAM https://github.com/geometer/FBReader/pull/295
|
|
Patch2: FBReader-0.99.4-reproducible.patch
|
|
# PATCH-FEATURE-OPENSUSE fbreader-0.99.4-qt5.patch to use Qt5 libraries, courtesy of Arch -- aloisio@gmx.com
|
|
Patch3: fbreader-0.99.4-qt5.patch
|
|
BuildRequires: expat
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
BuildRequires: pkgconfig(Qt5Network)
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
|
BuildRequires: pkgconfig(bzip2)
|
|
BuildRequires: pkgconfig(enca)
|
|
BuildRequires: pkgconfig(expat)
|
|
BuildRequires: pkgconfig(fribidi)
|
|
BuildRequires: pkgconfig(libcurl) >= 7.17
|
|
BuildRequires: pkgconfig(libunibreak)
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
BuildRequires: pkgconfig(zlib)
|
|
|
|
%description
|
|
A multi-platform ebook reader which supports popular ebook formats:
|
|
ePub, fb2, mobi, rtf, html, plain text, and a lot of other formats.
|
|
It provides access to popular network libraries that contain a large
|
|
set of ebooks. Download books for free or for a fee. Add your own
|
|
catalog. Highly customizable. Choose colors, fonts, page turning
|
|
animations, dictionaries, bookmarks, etc. to make reading as
|
|
convenient as you want.
|
|
|
|
%package -n zlibrary%{zl_sover}
|
|
Summary: Cross-platform GUI library
|
|
Group: System/Libraries
|
|
Requires: zlibrary-data >= %{version}
|
|
Requires: zlibrary-ui = %{version}
|
|
|
|
%description -n zlibrary%{zl_sover}
|
|
ZLibrary is a cross-platform library to build applications running on
|
|
desktop Linux, Windows, and different Linux-based PDAs.
|
|
|
|
%package -n zlibrary-data
|
|
Summary: Data files for Zlibrary
|
|
Group: Productivity/Other
|
|
BuildArch: noarch
|
|
|
|
%description -n zlibrary-data
|
|
This package contains data files for Zlibrary.
|
|
|
|
%package -n zlibrary-devel
|
|
Summary: Development files for zlibrary
|
|
Group: Development/Libraries/C and C++
|
|
Requires: libzlui%{zl_sover} = %{version}
|
|
Requires: zlibrary%{zl_sover} = %{version}
|
|
|
|
%description -n zlibrary-devel
|
|
This package contains the libraries amd header files that are needed
|
|
for writing applications with Zlibrary.
|
|
|
|
%package -n libzlui%{zl_sover}
|
|
Summary: Qt5 interface module for ZLibrary
|
|
Group: System/Libraries
|
|
Provides: zlibrary-ui = %{version}
|
|
Requires: zlibrary-data >= %{version}
|
|
|
|
%description -n libzlui%{zl_sover}
|
|
This package provides a Qt5-based UI for ZLibrary.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch -P 0 -p1
|
|
%if 0%{?suse_version} >= 1500
|
|
%patch -P 1 -p0
|
|
%endif
|
|
%patch -P 2 -p1
|
|
%patch -P 3 -p1
|
|
|
|
%build
|
|
make %{?_smp_mflags} -C zlibrary/core TARGET_ARCH=desktop LIBDIR=%{_libdir} UI_TYPE=dummy
|
|
#TARGET_STATUS=debug
|
|
make %{?_smp_mflags} -C zlibrary/text TARGET_ARCH=desktop LIBDIR=%{_libdir} UI_TYPE=dummy
|
|
make %{?_smp_mflags} -C zlibrary/ui TARGET_ARCH=desktop LIBDIR=%{_libdir} UI_TYPE=qt4
|
|
make %{?_smp_mflags} -C fbreader TARGET_ARCH=desktop LIBDIR=%{_libdir} UI_TYPE=dummy
|
|
|
|
%install
|
|
make -C zlibrary/core do_install do_install_dev DESTDIR=%{buildroot} TARGET_ARCH=desktop LIBDIR=%{_libdir} UI_TYPE=dummy
|
|
make -C zlibrary/text do_install do_install_dev DESTDIR=%{buildroot} TARGET_ARCH=desktop LIBDIR=%{_libdir} UI_TYPE=dummy
|
|
make -C zlibrary/ui do_install DESTDIR=%{buildroot} TARGET_ARCH=desktop LIBDIR=%{_libdir} UI_TYPE=qt4
|
|
make -C fbreader do_install DESTDIR=%{buildroot} TARGET_ARCH=desktop UI_TYPE=dummy
|
|
|
|
# desktop file
|
|
mkdir -p %{buildroot}%{_datadir}/applications/
|
|
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/FBReader.desktop
|
|
|
|
# mime type
|
|
mkdir -p %{buildroot}%{_datadir}/mime/packages/
|
|
install -m644 %{SOURCE3} %{buildroot}%{_datadir}/mime/packages/fbreader.xml
|
|
|
|
# man page
|
|
mkdir -p %{buildroot}%{_mandir}/man1
|
|
install -m644 fbreader/desktop/FBReader.1 %{buildroot}%{_mandir}/man1
|
|
|
|
%fdupes -s %{buildroot}
|
|
|
|
%if 0%{?suse_version} < 1500
|
|
%post
|
|
%desktop_database_post
|
|
|
|
%postun
|
|
%desktop_database_postun
|
|
%endif
|
|
|
|
%post -n zlibrary%{zl_sover} -p /sbin/ldconfig
|
|
|
|
%postun -n zlibrary%{zl_sover} -p /sbin/ldconfig
|
|
|
|
%post -n libzlui%{zl_sover} -p /sbin/ldconfig
|
|
|
|
%postun -n libzlui%{zl_sover} -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc fbreader/LICENSE ChangeLog
|
|
%{_bindir}/FBReader
|
|
%{_datadir}/FBReader
|
|
%{_datadir}/applications/FBReader.desktop
|
|
%{_datadir}/mime/packages/fbreader.xml
|
|
%{_datadir}/pixmaps/FBReader
|
|
%{_datadir}/pixmaps/FBReader.png
|
|
%{_mandir}/man1/FBReader.1.gz
|
|
|
|
%files -n zlibrary%{zl_sover}
|
|
%defattr(-,root,root,-)
|
|
%doc fbreader/LICENSE
|
|
%{_libdir}/libzlcore.so.*
|
|
%{_libdir}/libzltext.so.*
|
|
|
|
%files -n zlibrary-data
|
|
%defattr(-,root,root,-)
|
|
%{_datadir}/zlibrary/
|
|
|
|
%files -n zlibrary-devel
|
|
%defattr(-,root,root,-)
|
|
%{_includedir}/zlibrary/
|
|
%{_libdir}/libzlcore.so
|
|
%{_libdir}/libzltext.so
|
|
%{_libdir}/libzlui.so
|
|
|
|
%files -n libzlui%{zl_sover}
|
|
%defattr(-,root,root,-)
|
|
%{_libdir}/libzlui.so.*
|
|
|
|
%changelog
|