rpms/calibre/F-12 calibre.spec,1.11,1.12

Ionuț Arțăriși mapleoin at fedoraproject.org
Tue Jan 26 16:10:21 UTC 2010


Author: mapleoin

Update of /cvs/pkgs/rpms/calibre/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8758

Modified Files:
	calibre.spec 
Log Message:
removed cssutils 0.9.6 dependency


Index: calibre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/calibre/F-12/calibre.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- calibre.spec	25 Jan 2010 12:57:37 -0000	1.11
+++ calibre.spec	26 Jan 2010 16:10:21 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           calibre
 Version:        0.6.35
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        E-book converter and library management
 Group:          Applications/Multimedia
 License:        GPLv3
@@ -18,6 +18,7 @@ Source0:        %{name}-%{version}-nofon
 Source1:        generate-tarball.sh
 Patch0:         %{name}-manpages.patch
 Patch1:         %{name}-no-update.patch
+Patch2:         %{name}-cssprofiles.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python >= 2.6
@@ -39,7 +40,7 @@ BuildRequires:  python-BeautifulSoup
 Requires:       PyQt4
 Requires:       pyPdf
 Requires:       python-cherrypy
-Requires:       python-cssutils >= 0.9.6
+Requires:       python-cssutils
 Requires:       ImageMagick
 Requires:       odfpy
 Requires:       django-tagging
@@ -74,6 +75,10 @@ TXT, PDF and LRS.
 # don't check for new upstream version (that's what packagers do)
 %patch1 -p1 -b .no-update
 
+# we've moved the profiles so we don't have to redistribute cssutils
+# until 0.9.6 comes to fedora
+%patch2 -p1 -b .cssprofiles
+
 # dos2unix newline conversion
 %{__sed} -i 's/\r//' src/calibre/web/feeds/recipes/*
 
@@ -244,6 +249,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jan 26 2010 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 0.6.35-2
+- remove python-cssutils 0.9.6 dependency
+
 * Mon Jan 25 2010 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 0.6.35-1
 - new upstream release
 - fedora includes cssutils >= 0.9.6 now; removed the cssprofiles patch



More information about the scm-commits mailing list