From: David Woodhouse Date: Tue, 21 May 2019 17:03:22 +0000 (-0700) Subject: Drop libecal-1.2 BR for specfile X-Git-Tag: v1.2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=03369e80301bd16073ffb2d7d78e19c341a4bf1e;p=pidgin-chime.git Drop libecal-1.2 BR for specfile 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 --- diff --git a/pidgin-chime.spec.in b/pidgin-chime.spec.in index 9f3b098..9ab62a4 100644 --- a/pidgin-chime.spec.in +++ b/pidgin-chime.spec.in @@ -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