import utf8proc-2.6.1-3.module+el8.7.0+15836+939fe0ca
This commit is contained in:
parent
f7744602d5
commit
c9cc1c9c49
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/utf8proc-v2.1.1.tar.gz
|
SOURCES/utf8proc-v2.6.1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
8c02fc26fbe7ab1c4c0d2fce3efecb4df8d935b9 SOURCES/utf8proc-v2.1.1.tar.gz
|
f21b3263081adfcbe102cfea8cd4cb02e71f0efc SOURCES/utf8proc-v2.6.1.tar.gz
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
Summary: Library for processing UTF-8 encoded Unicode strings
|
Summary: Library for processing UTF-8 encoded Unicode strings
|
||||||
Name: utf8proc
|
Name: utf8proc
|
||||||
Version: 2.1.1
|
Version: 2.6.1
|
||||||
Release: 5%{?dist}
|
Release: 3%{?dist}
|
||||||
License: Unicode and MIT
|
License: Unicode and MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://julialang.org/utf8proc/
|
URL: http://julialang.org/utf8proc/
|
||||||
Source: https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
|
Source: https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: perl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
utf8proc is a library for processing UTF-8 encoded Unicode strings.
|
utf8proc is a library for processing UTF-8 encoded Unicode strings.
|
||||||
@ -38,7 +40,7 @@ strings, unless you want to allocate memory yourself.
|
|||||||
%setup -qn %{name}-%{version}
|
%setup -qn %{name}-%{version}
|
||||||
# Disable slow tests and tests which require network access
|
# Disable slow tests and tests which require network access
|
||||||
sed -i '/-C bench/d;/\ttest.* data/d' Makefile
|
sed -i '/-C bench/d;/\ttest.* data/d' Makefile
|
||||||
touch data/NormalizationTest.txt data/GraphemeBreakTest.txt
|
touch data/NormalizationTest.txt data/GraphemeBreakTest.txt data/Lowercase.txt data/Uppercase.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%set_build_flags
|
%set_build_flags
|
||||||
@ -51,8 +53,7 @@ make %{?_smp_mflags} check
|
|||||||
make install DESTDIR=%{buildroot} prefix=%{_prefix} includedir=%{_includedir} libdir=%{_libdir}
|
make install DESTDIR=%{buildroot} prefix=%{_prefix} includedir=%{_includedir} libdir=%{_libdir}
|
||||||
rm %{buildroot}%{_libdir}/libutf8proc.a
|
rm %{buildroot}%{_libdir}/libutf8proc.a
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc LICENSE.md NEWS.md README.md
|
%doc LICENSE.md NEWS.md README.md
|
||||||
@ -61,8 +62,19 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
|
|||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/utf8proc.h
|
%{_includedir}/utf8proc.h
|
||||||
%{_libdir}/libutf8proc.so
|
%{_libdir}/libutf8proc.so
|
||||||
|
%{_libdir}/pkgconfig/libutf8proc.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 30 2022 Richard Lescak <rlescak@redhat.com> - 2.6.1-3
|
||||||
|
- added Build requirements (make, perl)
|
||||||
|
- old scriptlets replaced with ldconfig_scriptlets
|
||||||
|
|
||||||
|
* Thu Jun 30 2022 Richard Lescak <rlescak@redhat.com> - 2.6.1-2
|
||||||
|
- changed tarball in sources
|
||||||
|
|
||||||
|
* Tue Jun 21 2022 Richard Lescak <rlescak@redhat.com> - 2.6.1-1
|
||||||
|
- rebase to version 2.6.1 (#2097237) (#2078557)
|
||||||
|
|
||||||
* Mon Aug 05 2019 Lubos Uhliarik <luhliari@redhat.com> - 2.1.1-5
|
* Mon Aug 05 2019 Lubos Uhliarik <luhliari@redhat.com> - 2.1.1-5
|
||||||
- Resolves: #1695587 - Ensure modular RPM upgrade path
|
- Resolves: #1695587 - Ensure modular RPM upgrade path
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user