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