From bcd2ecddf7aafdb54de9f873ab8b12045a5e45ac Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mar 29 2022 19:08:47 +0000 Subject: Minor spec updates for cmake changes --- diff --git a/libiio.spec b/libiio.spec index b98efe3..b6d94c4 100644 --- a/libiio.spec +++ b/libiio.spec @@ -1,6 +1,6 @@ Name: libiio Version: 0.23 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for Industrial IO License: LGPLv2 URL: https://analogdevicesinc.github.io/libiio/ @@ -14,7 +14,7 @@ BuildRequires: flex BuildRequires: gcc BuildRequires: libserialport-devel BuildRequires: libaio-devel -BuildRequires: libusbx-devel +BuildRequires: libusb1-devel BuildRequires: libxml2-devel BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -66,7 +66,7 @@ Python 3 bindings for Industrial IO sed -i 's/${LIBIIO_VERSION_MAJOR}-doc//' CMakeLists.txt %build -%cmake -DPYTHON_BINDINGS=on -DWITH_DOC=on . +%cmake -DPYTHON_BINDINGS=on -DWITH_DOC=on .. %cmake_build %install @@ -100,6 +100,9 @@ find %{buildroot} -name '*.la' -delete %{python3_sitelib}/pylibiio* %changelog +* Tue Mar 29 2022 Peter Robinson - 0.23-3 +- Minor spec updates for cmake changes + * Thu Jan 20 2022 Fedora Release Engineering - 0.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild