automatic version update by autodist [release 2.3.0-1mamba;Fri Sep 26 2014]
This commit is contained in:
parent
9f60a7cd13
commit
64b7d8319a
14
calibre.spec
14
calibre.spec
@ -1,5 +1,5 @@
|
|||||||
Name: calibre
|
Name: calibre
|
||||||
Version: 1.48.0
|
Version: 2.3.0
|
||||||
Release: 1mamba
|
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
|
||||||
@ -33,7 +33,6 @@ BuildRequires: libXext-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: BeautifulSoup
|
BuildRequires: BeautifulSoup
|
||||||
BuildRequires: dnspython
|
BuildRequires: dnspython
|
||||||
BuildRequires: podofo-devel
|
|
||||||
BuildRequires: libwmf
|
BuildRequires: libwmf
|
||||||
BuildRequires: python-mechanize
|
BuildRequires: python-mechanize
|
||||||
BuildRequires: python-cssutils
|
BuildRequires: python-cssutils
|
||||||
@ -44,6 +43,7 @@ BuildRequires: python-ordereddict
|
|||||||
BuildRequires: python-cssselect
|
BuildRequires: python-cssselect
|
||||||
BuildRequires: libmtp-devel
|
BuildRequires: libmtp-devel
|
||||||
BuildRequires: python-dateutil
|
BuildRequires: python-dateutil
|
||||||
|
BuildRequires: libpodofo-devel >= 0.9.3
|
||||||
Requires: python-lxml
|
Requires: python-lxml
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Requires: python-apsw
|
Requires: python-apsw
|
||||||
@ -60,7 +60,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
calibre is a free and open source e-book library management application developed by users of e-books for users of e-books.
|
calibre is a free and open source e-book library management application developed by users of e-books for users of e-books.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q
|
||||||
|
#-n %{name}
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
#%patch2 -p1
|
#%patch2 -p1
|
||||||
@ -153,8 +154,8 @@ install -D -m0644 %{buildroot}%{_datadir}/calibre/content_server/calibre.png \
|
|||||||
%{_libdir}/calibre/html5lib/*
|
%{_libdir}/calibre/html5lib/*
|
||||||
%dir %{_libdir}/calibre/odf
|
%dir %{_libdir}/calibre/odf
|
||||||
%{_libdir}/calibre/odf/*.py
|
%{_libdir}/calibre/odf/*.py
|
||||||
%dir %{_libdir}/calibre/qtcurve
|
#%dir %{_libdir}/calibre/qtcurve
|
||||||
%{_libdir}/calibre/qtcurve/*.py
|
#%{_libdir}/calibre/qtcurve/*.py
|
||||||
%dir %{_libdir}/calibre/regex
|
%dir %{_libdir}/calibre/regex
|
||||||
%{_libdir}/calibre/regex/*.py
|
%{_libdir}/calibre/regex/*.py
|
||||||
%dir %{_libdir}/calibre/routes
|
%dir %{_libdir}/calibre/routes
|
||||||
@ -170,6 +171,9 @@ install -D -m0644 %{buildroot}%{_datadir}/calibre/content_server/calibre.png \
|
|||||||
%{_datadir}/calibre/*
|
%{_datadir}/calibre/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 26 2014 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Aug 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.48.0-1mamba
|
* Mon Aug 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.48.0-1mamba
|
||||||
- update to 1.48.0
|
- update to 1.48.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user