]> git.pld-linux.org Git - packages/calibre.git/blame - calibre.spec
- up to 4.1.0
[packages/calibre.git] / calibre.spec
CommitLineData
17e051e1 1#
81537047 2# TODO: - rewrite generate-tarball.sh script to provide locales.zip handling (if needed)
4279cd82 3# - make separate server package with init-scripts, etc...
b856ebb4 4#
17e051e1 5# NOTE:
7261ec00 6# Upstream packages contain some non-free fonts which we cannot redistribute,
17e051e1 7# so when upgrading calibre we should download upstream tarball by hand from
8a61eab7 8# https://download.calibre-ebook.com/ and run generate-tarball.sh script
3c9d3d2b 9# included as SourceX.
17e051e1 10#
02229893 11Summary: E-book converter and library management
cee72504 12Summary(pl.UTF-8): Konwerter oraz biblioteka dla e-booków
0e501b81 13Name: calibre
ba02fb3e 14Version: 4.1.0
394abe07 15Release: 1
6d15f615 16License: GPL v3+
02229893 17Group: Applications/Multimedia
1068761e 18Source0: %{name}-%{version}-nofonts.tar.xz
ba02fb3e 19# Source0-md5: 9aa5823e828ad0e7ff29d8178080e449
3c9d3d2b 20Source1: generate-tarball.sh
5cf7f03b 21Source2: %{name}-mount-helper
0e501b81 22Patch0: %{name}-prefix.patch
ad58ec42
LM
23Patch1: %{name}-env_module.patch
24Patch2: %{name}-locales.patch
25Patch3: shebang-python-fix.patch
26Patch4: desktop-integration.patch
02229893 27URL: http://www.calibre-ebook.com/
824729ab
AF
28%define baeutifulsoup_ver 3.0.5
29%define pil_ver 1.1.6
ace8b165 30%define pyqt5_ver 5.3.1
824729ab
AF
31%define apsw_ver 3.8.0.1
32%define cssselect_ver 0.7.1
33%define cssutils_ver 1:0.9.9
34%define dateutil_ver 1.4.1
35%define dns_ver 1.6.0
36%define lxml_ver 2.2.1
37%define mechanize_ver 0.1.11
38%define netifaces_ver 0.8
39%define psutil_ver 0.6.1
3b8cf9a9 40BuildRequires: ImageMagick-devel >= 6.6.4.7
ace8b165
JR
41BuildRequires: Qt5Core-devel
42BuildRequires: Qt5DBus-devel
8a61eab7
JR
43BuildRequires: Qt5EventDispatcherSupport-devel
44BuildRequires: Qt5FontDatabaseSupport-devel
ace8b165 45BuildRequires: Qt5Gui-devel
8a61eab7
JR
46BuildRequires: Qt5ServiceSupport-devel
47BuildRequires: Qt5ThemeSupport-devel
f4da95e9 48BuildRequires: Qt5Widgets-devel
591b7d3d 49BuildRequires: chmlib-devel >= 0.40
212c1324 50BuildRequires: libicu-devel
389ef12d 51BuildRequires: libinput-devel
591b7d3d
MB
52BuildRequires: libmtp-devel >= 1.1.5
53BuildRequires: libwmf-devel >= 0.2.8
f4da95e9 54BuildRequires: mtdev-devel
f0879852 55BuildRequires: pkgconfig
591b7d3d 56BuildRequires: podofo-devel >= 0.8.2
f4da95e9
LM
57BuildRequires: poppler-qt5-devel >= 0.28.1
58BuildRequires: poppler-glib-devel >= 0.28.1
824729ab
AF
59BuildRequires: python-BeautifulSoup >= %{baeutifulsoup_ver}
60BuildRequires: python-PIL >= %{pil_ver}
1c3d35d0 61BuildRequires: python-PyQt5 >= %{pyqt5_ver}
1c3d35d0
JR
62BuildRequires: python-PyQt5-devel-tools >= %{pyqt5_ver}
63BuildRequires: python-PyQt5-uic >= %{pyqt5_ver}
824729ab 64BuildRequires: python-apsw >= %{apsw_ver}
7b172d7e 65BuildRequires: python-bs4
824729ab 66BuildRequires: python-cssselect >= %{cssselect_ver}
7b172d7e 67BuildRequires: python-css_parser
824729ab
AF
68BuildRequires: python-cssutils >= %{cssutils_ver}
69BuildRequires: python-dateutil >= %{dateutil_ver}
72cd9da3 70BuildRequires: python-devel >= 1:2.7.1
824729ab
AF
71BuildRequires: python-dns >= %{dns_ver}
72BuildRequires: python-genshi
8a61eab7 73BuildRequires: python-html5-parser
824729ab
AF
74BuildRequires: python-lxml >= %{lxml_ver}
75BuildRequires: python-mechanize >= %{mechanize_ver}
6d15f615 76BuildRequires: python-modules-sqlite
8a61eab7 77BuildRequires: python-msgpack
824729ab
AF
78BuildRequires: python-netifaces >= %{netifaces_ver}
79BuildRequires: python-psutil >= %{psutil_ver}
8a61eab7 80BuildRequires: python-regex
0e501b81 81BuildRequires: python-sip-devel
fb57c0a5 82BuildRequires: qt5-build
f4da95e9 83BuildRequires: qt5-qmake
0e501b81 84BuildRequires: rpm-pythonprov
c0c82cf2 85BuildRequires: rpmbuild(macros) >= 1.710
ddb4b081 86BuildRequires: sed >= 4.0
212c1324 87BuildRequires: sqlite3-devel
f4da95e9 88BuildRequires: sip-PyQt5
23304c7f 89BuildRequires: tar >= 1:1.22
f6f5b3d6 90BuildRequires: unzip
3c9d3d2b 91BuildRequires: xdg-utils
23304c7f 92BuildRequires: xz >= 1:4.999.7
e4bd4d10 93Requires: Qt5Svg
fb57c0a5 94Requires: Qt5WebKit
824729ab
AF
95Requires: python-BeautifulSoup >= %{baeutifulsoup_ver}
96Requires: python-PIL >= %{pil_ver}
ace8b165 97Requires: python-PyQt5 >= %{pyqt5_ver}
824729ab 98Requires: python-apsw >= %{apsw_ver}
7b172d7e 99Requires: python-bs4
824729ab 100Requires: python-cssselect >= %{cssselect_ver}
7b172d7e 101Requires: python-css_parser
824729ab
AF
102Requires: python-cssutils >= %{cssutils_ver}
103Requires: python-dateutil >= %{dateutil_ver}
104Requires: python-dns >= %{dns_ver}
591b7d3d 105Requires: python-genshi
8a61eab7 106Requires: python-html5-parser
824729ab
AF
107Requires: python-lxml >= %{lxml_ver}
108Requires: python-mechanize >= %{mechanize_ver}
6d15f615 109Requires: python-modules-sqlite
8a61eab7 110Requires: python-msgpack
824729ab
AF
111Requires: python-netifaces >= %{netifaces_ver}
112Requires: python-psutil >= %{psutil_ver}
8a61eab7 113Requires: python-regex
b0073032 114Suggests: ImageMagick-coder-jpeg
115Suggests: ImageMagick-coder-png
400a540b
PG
116### FIXME: libunrar.so is needed for rar-packed files
117Suggests: libunrar-devel
b0073032 118Suggests: poppler-progs
0e501b81 119BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
120
121%description
02229893
ER
122Calibre is meant to be a complete e-library solution. It includes
123library management, format conversion, news feeds to ebook conversion
124as well as e-book reader sync features.
125
126Calibre is primarily a ebook cataloging program. It manages your ebook
127collection for you. It is designed around the concept of the logical
128book, i.e. a single entry in the database that may correspond to
129ebooks in several formats. It also supports conversion to and from a
130dozen different ebook formats.
131
132Supported input formats are: MOBI, LIT, PRC, EPUB, CHM, ODT, HTML,
133CBR, CBZ, RTF, TXT, PDF and LRS.
0e501b81 134
cee72504 135%description -l pl.UTF-8
136Calibre to bardzo dobry i darmowy program do czytania e-książek.
137
138Calibre umożliwia zarówno czytanie e-książek jak i konwersję wielu
139formatów do ich postaci. Program obsługuje następujące typy plików:
140import: LRF, PDF, LIT, RTF, OPF, MOBI, PRC, EPUB, FB2, IMP, RB i HTML
141eksport: Mobi, LRF i EPUB oraz do aplikacji iPhone-reader i Stanza.
142
143Ten czytnik e-książek oferuje również pobieranie okładek, komiksów i
144najnowszych wiadomości z serwisów poświęconym e-książkom. Twórcy
145dołączyli również aplikację, którą użytkownik może wykorzystać jako
146swój własny serwer darmowych książek.
147
888e3f00
JR
148%package -n bash-completion-calibre
149Summary: bash-completion for calibre
150Summary(pl.UTF-8): bashowe uzupełnianie nazw dla calibre
151Group: Applications/Shells
152Requires: %{name} = %{version}-%{release}
153Requires: bash-completion
154%if "%{_rpmversion}" >= "5"
155BuildArch: noarch
156%endif
157
158%description -n bash-completion-calibre
159bash-completion for calibre.
160
161%description -n bash-completion-calibre -l pl.UTF-8
162Pakiet ten dostarcza bashowe uzupełnianie nazw dla calibre.
163
164%package -n zsh-completion-calibre
165Summary: zsh-completion for calibre
166Summary(pl.UTF-8): uzupełnianie nazw dla calibre w powłoce zsh
167Group: Applications/Shells
168Requires: %{name} = %{version}-%{release}
169Requires: bash-completion
170
171%description -n zsh-completion-calibre
172zsh-completion for calibre.
173
174%description -n zsh-completion-calibre -l pl.UTF-8
175Pakiet ten dostarcza uzupełnianie nazw dla calibre w powłoce zsh.
824729ab 176
0e501b81 177%prep
6fa79409 178%setup -q
0e501b81 179%patch0 -p1
ad58ec42 180%patch1 -p1
804e0619 181%patch2 -p1
270a5ef0 182%patch3 -p1
ddb4b081 183%patch4 -p1
f6f5b3d6 184
d781633a
JP
185# 64bit target build fix
186%{__sed} -i -e "s!'/usr/lib'!'%{_libdir}'!g" setup/build_environment.py
187
933d2d03 188# upstream decides to store locale files in a single zip file but we prefer separate .mo
f6f5b3d6 189mkdir resources/localization/locales
190unzip resources/localization/locales.zip -d resources/localization/locales
191chmod 755 resources/localization/locales/*
933d2d03 192rm -f resources/localization/locales.zip
0e501b81 193
194%build
5877892a 195CC="%{__cc}" \
03edf045 196CXX=%{__cxx} \
cdcddff9 197OVERRIDE_CFLAGS="%{rpmcflags}" \
03edf045 198OVERRIDE_LDFLAGS="%{rpmldflags}" \
f4da95e9 199QMAKE="%{_bindir}/qmake-qt5" \
389ef12d 200%{__python} setup.py build
0e501b81 201
202%install
203rm -rf $RPM_BUILD_ROOT
3550e999 204# create directories for xdg-utils
81537047 205install -d $RPM_BUILD_ROOT%{_datadir}/{icons/hicolor,packages,mime/packages,desktop-directories} \
824729ab 206 $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},/usr/share/zsh/site-functions}
0e501b81 207
7b172d7e
JR
208export XDG_DATA_DIRS="$RPM_BUILD_ROOT%{_datadir}"
209export XDG_UTILS_INSTALL_MODE="system"
210export LIBPATH="%{_libdir}"
389ef12d
LM
211%{__python} setup.py install \
212 --no-compile \
389ef12d 213 --root=$RPM_BUILD_ROOT \
7b172d7e
JR
214 --prefix=%{_prefix} \
215 --bindir=%{_bindir} \
216 --libdir=%{_libdir} \
217 --sharedir=%{_datadir}
0e501b81 218
7261ec00
JB
219%{__sed} -i -e '1s,/usr/bin/env python,%{__python},' $RPM_BUILD_ROOT%{_bindir}/*
220
81537047
JR
221cp -p resources/images/library.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}-gui.png
222cp -p resources/images/viewer.png $RPM_BUILD_ROOT%{_pixmapsdir}/calibre-viewer.png
223
e154a7c1 224%py_comp $RPM_BUILD_ROOT%{_libdir}/%{name}
7261ec00 225%py_ocomp $RPM_BUILD_ROOT%{_libdir}/%{name}
e154a7c1
JP
226%py_postclean %{_libdir}/%{name}
227
270a5ef0 228%{__mv} $RPM_BUILD_ROOT%{_datadir}/%{name}/localization/locales $RPM_BUILD_ROOT%{_localedir}
f6f5b3d6 229
230# set proper filenames for locales (TODO: switch to patch if possible)
81537047 231for file in $RPM_BUILD_ROOT%{_localedir}/*; do
933d2d03 232 lang=$(echo $file|%{__sed} 's:.*locale/\(.*\).*:\1:')
81537047 233 mkdir $RPM_BUILD_ROOT%{_localedir}/$lang/LC_MESSAGES
7261ec00 234 %{__mv} $RPM_BUILD_ROOT%{_localedir}/$lang/*.mo \
270a5ef0 235 $RPM_BUILD_ROOT%{_localedir}/$lang/LC_MESSAGES
933d2d03 236done;
81537047 237for file in $RPM_BUILD_ROOT%{_localedir}/*/LC_MESSAGES/messages.mo; do
f6f5b3d6 238 lang=$(echo $file|%{__sed} 's:.*locale/\(.*\)/LC_MESSAGES.*:\1:')
7261ec00 239 %{__mv} $RPM_BUILD_ROOT%{_localedir}/$lang/LC_MESSAGES/messages.mo \
270a5ef0 240 $RPM_BUILD_ROOT%{_localedir}/$lang/LC_MESSAGES/%{name}.mo
f6f5b3d6 241done;
81537047 242for file in $RPM_BUILD_ROOT%{_localedir}/*/LC_MESSAGES/iso639.mo; do
f6f5b3d6 243 lang=$(echo $file|%{__sed} 's:.*locale/\(.*\)/LC_MESSAGES.*:\1:')
7261ec00 244 %{__mv} $RPM_BUILD_ROOT%{_localedir}/$lang/LC_MESSAGES/iso639.mo \
270a5ef0
JR
245 $RPM_BUILD_ROOT%{_localedir}/$lang/LC_MESSAGES/%{name}_iso639.mo
246done;
ddb4b081 247
05198e10 248%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{km_KH,km}
7261ec00
JB
249# duplicates of bn,sl
250%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{bn_BD,sl_SI}
f6f5b3d6 251# unsupported
7261ec00 252%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{jv,ltg}
f6f5b3d6 253
d383d054
MM
254install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}
255
933d2d03 256%find_lang %{name} --all-name
7b172d7e
JR
257for file in $RPM_BUILD_ROOT%{_localedir}/*/lcdata.calibre_msgpack; do
258 lang=$(echo $file|%{__sed} 's:.*locale/\(.*\)/.*:\1:')
270a5ef0
JR
259 echo $file | %{__sed} "s:$RPM_BUILD_ROOT\(.*\):%lang($lang) \1:" >>%{name}.lang
260done;
933d2d03 261
0e501b81 262%clean
263rm -rf $RPM_BUILD_ROOT
264
81537047
JR
265%post
266%update_desktop_database
267%update_mime_database
268%update_icon_cache hicolor
269
270%postun
271if [ $1 -eq 0 ] ; then
272 %update_desktop_database
273 %update_mime_database
274 %update_icon_cache hicolor
275fi
276
933d2d03 277%files -f %{name}.lang
0e501b81 278%defattr(644,root,root,755)
cdcddff9 279%doc Changelog.yaml COPYRIGHT README.md
23304c7f 280%attr(755,root,root) %{_bindir}/calibre
281%attr(755,root,root) %{_bindir}/calibre-complete
282%attr(755,root,root) %{_bindir}/calibre-customize
283%attr(755,root,root) %{_bindir}/calibre-debug
d383d054 284%attr(755,root,root) %{_bindir}/calibre-mount-helper
23304c7f 285%attr(755,root,root) %{_bindir}/calibre-parallel
286%attr(755,root,root) %{_bindir}/calibre-server
287%attr(755,root,root) %{_bindir}/calibre-smtp
288%attr(755,root,root) %{_bindir}/calibredb
289%attr(755,root,root) %{_bindir}/ebook-convert
290%attr(755,root,root) %{_bindir}/ebook-device
9ada6450 291%attr(755,root,root) %{_bindir}/ebook-edit
23304c7f 292%attr(755,root,root) %{_bindir}/ebook-meta
cdcddff9 293%attr(755,root,root) %{_bindir}/ebook-polish
23304c7f 294%attr(755,root,root) %{_bindir}/ebook-viewer
23304c7f 295%attr(755,root,root) %{_bindir}/fetch-ebook-metadata
23304c7f 296%attr(755,root,root) %{_bindir}/lrf2lrs
297%attr(755,root,root) %{_bindir}/lrfviewer
298%attr(755,root,root) %{_bindir}/lrs2lrf
299%attr(755,root,root) %{_bindir}/markdown-calibre
23304c7f 300%attr(755,root,root) %{_bindir}/web2disk
7261ec00 301%{_libdir}/%{name}
0e501b81 302%{_datadir}/%{name}
8a61eab7
JR
303%{_datadir}/metainfo/calibre-ebook-edit.appdata.xml
304%{_datadir}/metainfo/calibre-ebook-viewer.appdata.xml
305%{_datadir}/metainfo/calibre-gui.appdata.xml
888e3f00
JR
306%{_desktopdir}/calibre-ebook-edit.desktop
307%{_desktopdir}/calibre-ebook-viewer.desktop
308%{_desktopdir}/calibre-gui.desktop
309%{_desktopdir}/calibre-lrfviewer.desktop
7261ec00
JB
310%{_iconsdir}/hicolor/*x*/apps/calibre-*.png
311%{_iconsdir}/hicolor/*x*/mimetypes/application-lrf.png
312%{_iconsdir}/hicolor/*x*/mimetypes/application-x-kindle-application.png
313%{_iconsdir}/hicolor/*x*/mimetypes/application-x-mobi8-ebook.png
314%{_iconsdir}/hicolor/*x*/mimetypes/application-x-mobipocket-ebook.png
315%{_iconsdir}/hicolor/*x*/mimetypes/application-x-topaz-ebook.png
316%{_iconsdir}/hicolor/*x*/mimetypes/gnome-mime-application-lrf.png
317%{_iconsdir}/hicolor/*x*/mimetypes/gnome-mime-application-x-kindle-application.png
318%{_iconsdir}/hicolor/*x*/mimetypes/gnome-mime-application-x-mobi8-ebook.png
319%{_iconsdir}/hicolor/*x*/mimetypes/gnome-mime-application-x-mobipocket-ebook.png
320%{_iconsdir}/hicolor/*x*/mimetypes/gnome-mime-application-x-topaz-ebook.png
321%{_iconsdir}/hicolor/*x*/mimetypes/gnome-mime-text-lrs.png
322%{_iconsdir}/hicolor/*x*/mimetypes/text-lrs.png
888e3f00 323%{_datadir}/mime/packages/calibre-mimetypes.xml
7261ec00 324%{_pixmapsdir}/calibre-gui.png
81537047 325%{_pixmapsdir}/calibre-viewer.png
2eeb7ef1 326
888e3f00
JR
327%files -n bash-completion-calibre
328%defattr(644,root,root,755)
329%{bash_compdir}/calibre
824729ab 330
888e3f00
JR
331%files -n zsh-completion-calibre
332%defattr(644,root,root,755)
7261ec00 333%{_datadir}/zsh/site-functions/_calibre
This page took 0.096854 seconds and 4 git commands to generate.