automatic version update by autodist [release 2.10.0-1mamba;Wed Jan 01 2025]
This commit is contained in:
parent
27633ed1f6
commit
4f2f338aa7
@ -1,5 +1,5 @@
|
||||
Name: utf8proc
|
||||
Version: 2.9.0
|
||||
Version: 2.10.0
|
||||
Release: 1mamba
|
||||
Summary: A C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding
|
||||
Group: System/Libraries
|
||||
@ -35,7 +35,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -53,8 +52,6 @@ sed -i "s|DESTINATION lib)$|DESTINATION %{_lib})|" CMakeLists.txt
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -69,6 +66,9 @@ sed -i "s|DESTINATION lib)$|DESTINATION %{_lib})|" CMakeLists.txt
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Wed Jan 01 2025 Automatic Build System <autodist@openmamba.org> 2.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 22 2023 Automatic Build System <autodist@mambasoft.it> 2.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user