automatic version update by autodist [release 1.14-1mamba;Sun Dec 24 2023]

This commit is contained in:
Automatic Build System 2024-01-06 10:34:58 +01:00
parent cb4feb7721
commit 89ad01bd5e

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: pugixml
Version: 1.13
Version: 1.14
Release: 1mamba
Summary: A light-weight C++ XML processing library
Group: System/Libraries
@ -34,11 +34,12 @@ This package contains libraries and header files for developing applications tha
%build
%cmake
%make
%cmake_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%cmake_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -61,6 +62,9 @@ This package contains libraries and header files for developing applications tha
%doc readme.txt
%changelog
* Sun Dec 24 2023 Automatic Build System <autodist@mambasoft.it> 1.14-1mamba
- automatic version update by autodist
* Thu Nov 03 2022 Automatic Build System <autodist@mambasoft.it> 1.13-1mamba
- automatic version update by autodist