Compare commits

..

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

View File

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