SHA256
3
0
forked from pool/expat

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
This commit is contained in:
Pedro Monreal Gonzalez 2021-04-13 09:38:16 +00:00 committed by Git OBS Bridge
parent 7c19d517d6
commit 5e06527d3a
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 13 06:04:38 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dmueller@suse.com>

View File

@ -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