We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897e799 commit acc85edCopy full SHA for acc85ed
SPECS/pugixml/pugixml.spec
@@ -1,7 +1,7 @@
1
Summary: A light-weight C++ XML processing library
2
Name: pugixml
3
Version: 1.13
4
-Release: 1%{?dist}
+Release: 2%{?dist}
5
License: MIT
6
Vendor: Microsoft Corporation
7
Distribution: Azure Linux
@@ -38,7 +38,7 @@ mkdir build && cd build
38
%make_build
39
40
%check
41
-make check -C build
+make test -C build
42
43
%install
44
%make_install -C build
@@ -61,6 +61,9 @@ make check -C build
61
%{_libdir}/pkgconfig/pugixml.pc
62
63
%changelog
64
+* Thu Jan 30 2025 Sam Meluch <[email protected]> - 1.13-2
65
+- Change test command to run check section
66
+
67
* Fri Oct 27 2023 CBL-Mariner Servicing Account <[email protected]> - 1.13-1
68
- Auto-upgrade to 1.13 - Azure Linux 3.0 - package upgrades
69
0 commit comments