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)
|
||||
Name: pugixml
|
||||
Version: 1.14
|
||||
Version: 1.15
|
||||
Release: 1mamba
|
||||
Summary: A light-weight C++ XML processing library
|
||||
Group: System/Libraries
|
||||
@ -27,7 +27,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n pugixml-%{majver}
|
||||
@ -44,8 +43,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -62,6 +59,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc readme.txt
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user