1
0
Matej Cepl 2018-10-10 13:24:44 +00:00 committed by Git OBS Bridge
parent e701370350
commit f734aa6cd5

View File

@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define upname FanFicFare %define upname FanFicFare
%define upnamedown %(echo %{upname}|tr '[:upper:]' '[:lower:]') %define upnamedown fanficfare
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fanficfare Name: python-fanficfare
Version: 3.0.0 Version: 3.0.0
@ -40,13 +40,15 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
This is the repository for the FanFicFare project. FanFicFare is a tool for downloading fanfiction and original stories from various sites into ebook form.
FanFicFare is the rename and move of the previous FanFictionDownLoader (AKA FanFicFare is the rename and move of the FanFictionDownLoader (AKA FFDL, AKA fanficdownloader) project.
FFDL, AKA fanficdownloader) project.
This program is available as a calibre plugin, a command-line interface (via Main Features of FanFicFare:
pip), and a web service. - Download fanfiction stories from various sites into ebooks.
- Create various ebook formats (currently epub, mobi, HTML, txt)
- Also available as a Calibre plugin (not in this package)
- Ability to update already downloaded book
%prep %prep
%setup -q -n %{upname}-%{version} %setup -q -n %{upname}-%{version}