automatic version update by autodist [release 1.15-1mamba;Sat Jan 11 2025]
This commit is contained in:
parent
89ad01bd5e
commit
a3f5d17a61
@ -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.14
|
Version: 1.15
|
||||||
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
|
||||||
@ -27,7 +27,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pugixml-%{majver}
|
%setup -q -n pugixml-%{majver}
|
||||||
@ -44,8 +43,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -62,6 +59,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc readme.txt
|
%doc readme.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 11 2025 Automatic Build System <autodist@openmamba.org> 1.15-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Dec 24 2023 Automatic Build System <autodist@mambasoft.it> 1.14-1mamba
|
* Sun Dec 24 2023 Automatic Build System <autodist@mambasoft.it> 1.14-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user