|
@@ -1,7 +1,7 @@
|
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
|
Name: calibre
|
|
|
-Version: 0.7.26
|
|
|
+Version: 0.7.33
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: E-book converter and library management
|
|
|
Group: Applications/Multimedia
|
|
@@ -44,6 +44,11 @@ BuildRequires: xz
|
|
|
BuildRequires: unzip
|
|
|
BuildRequires: libwmf-devel >= 0.2.8
|
|
|
BuildRequires: chmlib-devel >= 0.40
|
|
|
+BuildRequires: python-cssutils > 0.9.6
|
|
|
+BuildRequires: sqlite3-devel
|
|
|
+
|
|
|
+## vine
|
|
|
+BuildRequires: libicu-devel
|
|
|
|
|
|
Requires: PyQt4
|
|
|
Requires: pyPdf
|
|
@@ -86,9 +91,6 @@ RTF, TXT, PDF and LRS.
|
|
|
# don't check for new upstream version (that's what packagers do)
|
|
|
%patch1 -p1 -b .no-update
|
|
|
|
|
|
-# # Enable mount helper
|
|
|
-#%patch2 -p1 -b .mounthelper
|
|
|
-
|
|
|
# dos2unix newline conversion
|
|
|
%{__sed} -i 's/\r//' src/calibre/web/feeds/recipes/*
|
|
|
|
|
@@ -245,7 +247,6 @@ if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
|
|
|
fi
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
-
|
|
|
%defattr(-,root,root,-)
|
|
|
%doc COPYRIGHT LICENSE Changelog.yaml
|
|
|
%{_bindir}/calibre
|
|
@@ -282,6 +283,13 @@ fi
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Dec 13 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.7.33-1
|
|
|
+- new upstream release
|
|
|
+- added BuildRequires: libicu-devel
|
|
|
+
|
|
|
+* Sat Dec 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.7.32-1
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* Fri Nov 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.7.26-1
|
|
|
- new upstream release
|
|
|
|