]> www.infradead.org Git - pidgin-chime.git/commitdiff
Drop libecal-1.2 BR for specfile
authorDavid Woodhouse <dwmw@amazon.co.uk>
Tue, 21 May 2019 17:03:22 +0000 (10:03 -0700)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Tue, 21 May 2019 17:03:22 +0000 (10:03 -0700)
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>
pidgin-chime.spec.in

index 9f3b0985e0895e7ec35ffe89bb1a021425a6ec3d..9ab62a4cc1c6b98830d936e586a0b9442d4972e8 100644 (file)
@@ -48,7 +48,12 @@ BuildRequires:  pkgconfig(evolution-calendar-3.0)
 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