Compare commits

..

No commits in common. "a8" and "c8" have entirely different histories.
a8 ... c8

View File

@ -8,7 +8,7 @@
Name: libyang
Version: 1.0.184
Release: 1%{?dist}.alma
Release: 1%{?dist}
Summary: YANG data modeling language library
Url: https://github.com/CESNET/libyang
Source: %{url}/archive/libyang-%{version}.tar.gz
@ -78,6 +78,7 @@ mkdir build
%build
cd build
%cmake \
%{?_smp_mflags} \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DCMAKE_BUILD_TYPE:String="Package" \
-DENABLE_LYD_PRIV=ON \
@ -90,7 +91,7 @@ make doc
%check
cd build
ctest --output-on-failure -V
ctest --output-on-failure -V %{?_smp_mflags}
%install
pushd build
@ -132,9 +133,6 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html
%{python3_sitearch}/__pycache__/yang*
%changelog
* Mon Jul 04 2022 Eduard Abdullin <eabdullin@almalinux.org> - 1.0.184-1.alma
- Remove _smp_mflags
* Thu Jan 07 2021 Michal Ruprich <mruprich@redhat.com> - 1.0.184-1
- Resolves: #1910046 - [RFE] Rebase libyang to 1.0.184