From 5e06527d3aca6787e384be450b633a72190deeb5cb1dcb62e8e60f6009a46e77 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 13 Apr 2021 09:38:16 +0000 Subject: [PATCH] Accepting request 884837 from home:dimstar:Factory - Do not BuildRequire cmake: expat is part of the distro bootstrap cycle and any additional dependency makes the ring larger. In this case here, cmake was even only used to own a directory. OBS-URL: https://build.opensuse.org/request/show/884837 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=86 --- expat.changes | 7 +++++++ expat.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/expat.changes b/expat.changes index 5705e01..31980ec 100644 --- a/expat.changes +++ b/expat.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 13 06:04:38 UTC 2021 - Dominique Leuenberger + +- Do not BuildRequire cmake: expat is part of the distro bootstrap + cycle and any additional dependency makes the ring larger. In + this case here, cmake was even only used to own a directory. + ------------------------------------------------------------------- Tue Apr 6 02:16:20 UTC 2021 - Dirk Müller diff --git a/expat.spec b/expat.spec index fa03926..148a92e 100644 --- a/expat.spec +++ b/expat.spec @@ -28,7 +28,6 @@ Source0: https://github.com/libexpat/libexpat/releases/download/R_%{unver Source1: %{name}faq.html Source2: baselibs.conf Source3: https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.xz.asc -BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig @@ -110,6 +109,7 @@ chmod 0644 examples/elements.c %{_includedir}/* %{_libdir}/libexpat.so %{_libdir}/pkgconfig/expat.pc +%dir %{_libdir}/cmake %{_libdir}/cmake/expat-%{version} %changelog