automatic version update by autodist [release 2.7.0-1mamba;Fri Dec 24 2021]
This commit is contained in:
parent
d850cfe6ea
commit
f4a16c39a6
@ -1,5 +1,5 @@
|
|||||||
Name: utf8proc
|
Name: utf8proc
|
||||||
Version: 2.6.1
|
Version: 2.7.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding
|
Summary: A C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -11,7 +11,6 @@ Source: https://github.com/JuliaStrings/utf8proc.git/v%{version}/utf8proc
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -66,9 +65,13 @@ sed -i "s|DESTINATION lib)$|DESTINATION %{_lib})|" CMakeLists.txt
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/utf8proc.h
|
%{_includedir}/utf8proc.h
|
||||||
%{_libdir}/libutf8proc.so
|
%{_libdir}/libutf8proc.so
|
||||||
|
%{_libdir}/pkgconfig/libutf8proc.pc
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 24 2021 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Feb 23 2021 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
* Tue Feb 23 2021 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user