update to 2.40.0 [release 2.40.0-1mamba;Fri Oct 09 2015]
This commit is contained in:
parent
957e6d7488
commit
abd405d298
47
calibre.spec
47
calibre.spec
@ -1,13 +1,14 @@
|
|||||||
Name: calibre
|
Name: calibre
|
||||||
Version: 2.33.0
|
Version: 2.40.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A free and open source e-book library management application
|
Summary: A free and open source e-book library management application
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
URL: http://calibre-ebook.com
|
URL: http://calibre-ebook.com
|
||||||
Source: http://downloads.sourceforge.net/project/calibre/%{version}/calibre-%{version}.tar.xz
|
Source: https://github.com/kovidgoyal/calibre.git/v%{version}/calibre-%{version}.tar.bz2
|
||||||
|
#Source: http://downloads.sourceforge.net/project/calibre/%{version}/calibre-%{version}.tar.xz
|
||||||
#Source: http://calibre-ebook.googlecode.com/files/calibre-%{version}.tar.gz
|
#Source: http://calibre-ebook.googlecode.com/files/calibre-%{version}.tar.gz
|
||||||
Source1: calibre.desktop
|
Source1: calibre.desktop
|
||||||
Patch0: calibre-0.8.33-libpoppler-0.20.patch
|
Patch0: calibre-0.8.33-libpoppler-0.20.patch
|
||||||
@ -17,19 +18,27 @@ Patch3: calibre-0.7.50-python-lxml.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libchm-devel
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libicu-devel
|
|
||||||
BuildRequires: libMagick-devel
|
BuildRequires: libMagick-devel
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libpodofo-devel
|
|
||||||
BuildRequires: libpoppler-devel
|
|
||||||
BuildRequires: libpython27-devel
|
|
||||||
BuildRequires: libqt4-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXrender-devel
|
||||||
|
BuildRequires: libchm-devel
|
||||||
|
BuildRequires: libfontconfig-devel
|
||||||
|
BuildRequires: libfreetype-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libicu-devel
|
||||||
|
BuildRequires: libmtdev-devel
|
||||||
|
BuildRequires: libmtp-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libpodofo-devel
|
||||||
|
BuildRequires: libpython-devel
|
||||||
|
BuildRequires: libpython27-devel
|
||||||
|
BuildRequires: libqt5-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libudev-devel
|
||||||
|
BuildRequires: libusb-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: BeautifulSoup
|
BuildRequires: BeautifulSoup
|
||||||
BuildRequires: dnspython
|
BuildRequires: dnspython
|
||||||
@ -69,7 +78,9 @@ calibre is a free and open source e-book library management application develope
|
|||||||
#%patch3 -p1
|
#%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
CFLAGS="%{optflags}" %{__python27} setup.py bootstrap
|
||||||
CFLAGS="%{optflags}" %{__python27} setup.py build
|
CFLAGS="%{optflags}" %{__python27} setup.py build
|
||||||
|
CFLAGS="%{optflags}" %{__python27} setup.py resources
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -135,6 +146,8 @@ install -D -m0644 %{buildroot}%{_datadir}/calibre/content_server/calibre.png \
|
|||||||
%{_libdir}/calibre/calibre/gui2/*
|
%{_libdir}/calibre/calibre/gui2/*
|
||||||
%dir %{_libdir}/calibre/calibre/library
|
%dir %{_libdir}/calibre/calibre/library
|
||||||
%{_libdir}/calibre/calibre/library/*
|
%{_libdir}/calibre/calibre/library/*
|
||||||
|
%dir %{_libdir}/calibre/lzma
|
||||||
|
%{_libdir}/calibre/lzma/*
|
||||||
%dir %{_libdir}/calibre/calibre/plugins
|
%dir %{_libdir}/calibre/calibre/plugins
|
||||||
%{_libdir}/calibre/calibre/plugins/*.so
|
%{_libdir}/calibre/calibre/plugins/*.so
|
||||||
%dir %{_libdir}/calibre/calibre/spell
|
%dir %{_libdir}/calibre/calibre/spell
|
||||||
@ -177,10 +190,14 @@ install -D -m0644 %{buildroot}%{_datadir}/calibre/content_server/calibre.png \
|
|||||||
%{_libdir}/calibre/tinycss/tests/*.py
|
%{_libdir}/calibre/tinycss/tests/*.py
|
||||||
%dir %{_datadir}/calibre
|
%dir %{_datadir}/calibre
|
||||||
%{_datadir}/calibre/*
|
%{_datadir}/calibre/*
|
||||||
|
%{python27_sitelib}/init_calibre.py
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Sep 20 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.33.0-2mamba
|
* Fri Oct 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.40.0-1mamba
|
||||||
- added requirement for PyQt%
|
- update to 2.40.0
|
||||||
|
|
||||||
|
* Sun Aug 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.34.0-1mamba
|
||||||
|
- update to 2.34.0
|
||||||
|
|
||||||
* Tue Aug 04 2015 Automatic Build System <autodist@mambasoft.it> 2.33.0-1mamba
|
* Tue Aug 04 2015 Automatic Build System <autodist@mambasoft.it> 2.33.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
Loading…
Reference in New Issue
Block a user