It's not clear why we have to change the actual pkgconfig module name
instead of just the version. But any attempt to BR one or the other
would be fairly distro-specific anyway, based on %_fedora. So we might
as well just *not* BR it, and depend on the equally distro-specific
knowledge that it's in the evolution-data-server-devel package along
with all the other things that we *do* BR.
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
BuildRequires: pkgconfig(evolution-shell-3.0)
BuildRequires: pkgconfig(evolution-data-server-1.2)
BuildRequires: pkgconfig(libebook-1.2)
-BuildRequires: pkgconfig(libecal-1.2)
+# libecal changed from -1.2 to -2.0 in e-d-s 3.33.2
+# Any conditional BR would be based on %_fedora and be distro-specific
+# anyway, so we might as well just not BR it at all, depending on the
+# equally distro-specific knowledge that it's in e-d-s-devel with the
+# rest.
+#BuildRequires: pkgconfig(libecal-1.2)
BuildRequires: pkgconfig(camel-1.2)
%endif # with evolution
BuildRequires: gcc