diff options
-rw-r--r-- | libcmis.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcmis.spec b/libcmis.spec index d5e8c38..9762784 100644 --- a/libcmis.spec +++ b/libcmis.spec @@ -9,7 +9,7 @@ License: GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1 URL: https://github.com/tdf/libcmis Source: https://github.com/tdf/libcmis/releases/download/v%{version}/%{name}-%{version}.tar.xz -BuildRequires: boost-devel gcc-c++ xmlto make pkgconfig(cppunit) pkgconfig(libcurl) pkgconfig(libxml-2.0) +BuildRequires: boost-devel gcc-c++ xmlto make pkgconfig(cppunit) pkgconfig(libcurl) libxml2-devel %description LibCMIS is a C/C++ client library for working with CM (content management) |