]> git.pld-linux.org Git - packages/calibre.git/blame - calibre.spec
- BR: python-module-sqlite
[packages/calibre.git] / calibre.spec
CommitLineData
02229893
ER
1# TODO
2# - Upstream packages some unfree fonts which we cannot redistribute - use
3# tarball from fc or rip their script.
4Summary: E-book converter and library management
0e501b81 5Name: calibre
6Version: 0.6.53
bdbd4238 7Release: 0.1
6d15f615 8License: GPL v3+
02229893 9Group: Applications/Multimedia
0e501b81 10Source0: http://status.calibre-ebook.com/dist/src/%{name}-%{version}.tar.gz
11# Source0-md5: 42255d2eb55d1a047d74d3dbb0d0f355
12Patch0: %{name}-prefix.patch
02229893 13URL: http://www.calibre-ebook.com/
0e501b81 14BuildRequires: ImageMagick-devel
15BuildRequires: chmlib-devel
16BuildRequires: podofo-devel
17BuildRequires: poppler-Qt-devel
bdbd4238 18BuildRequires: python-BeautifulSoup
0e501b81 19BuildRequires: python-PyQt4-devel
20BuildRequires: python-cssutils
21BuildRequires: python-lxml
22BuildRequires: python-mechanize
6d15f615 23BuildRequires: python-modules-sqlite
0e501b81 24BuildRequires: python-sip-devel
25BuildRequires: rpm-pythonprov
6d15f615 26Requires: python-cssutils
27Requires: python-lxml
28Requires: python-mechanize
29Requires: python-modules-sqlite
0e501b81 30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
02229893
ER
33Calibre is meant to be a complete e-library solution. It includes
34library management, format conversion, news feeds to ebook conversion
35as well as e-book reader sync features.
36
37Calibre is primarily a ebook cataloging program. It manages your ebook
38collection for you. It is designed around the concept of the logical
39book, i.e. a single entry in the database that may correspond to
40ebooks in several formats. It also supports conversion to and from a
41dozen different ebook formats.
42
43Supported input formats are: MOBI, LIT, PRC, EPUB, CHM, ODT, HTML,
44CBR, CBZ, RTF, TXT, PDF and LRS.
0e501b81 45
46%prep
47%setup -q -n %{name}
48%patch0 -p1
49
50%build
51%{__python} setup.py build
52
53%install
54rm -rf $RPM_BUILD_ROOT
55
56%{__python} setup.py install \
57 --root=$RPM_BUILD_ROOT
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
64%doc COPYRIGHT README
65%attr(755,root,root) %{_bindir}/*
66%{_datadir}/%{name}
67%{_libdir}/%{name}
This page took 0.128549 seconds and 4 git commands to generate.