Compare commits
No commits in common. "c8-stream-1.1" and "stream-subversion-1.14-rhel-8.10.0" have entirely different histories.
c8-stream-
...
stream-sub
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/utf8proc-v2.1.1.tar.gz
|
||||
SOURCES/utf8proc-v2.6.1.tar.gz
|
||||
/utf8proc-v2.6.1.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
8c02fc26fbe7ab1c4c0d2fce3efecb4df8d935b9 SOURCES/utf8proc-v2.1.1.tar.gz
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.acceptance-tier.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (utf8proc-v2.6.1.tar.gz) = 9a09fe58a63c8c7983b8968b9b2c82f3d188724ed125097ea0de6a18d87569c678e226dc5de183108e47b3f068117e6bb352da1c3d24ebfd8018fb0b2346592e
|
@ -1,12 +1,14 @@
|
||||
Summary: Library for processing UTF-8 encoded Unicode strings
|
||||
Name: utf8proc
|
||||
Version: 2.1.1
|
||||
Release: 5%{?dist}
|
||||
Version: 2.6.1
|
||||
Release: 3%{?dist}
|
||||
License: Unicode and MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://julialang.org/utf8proc/
|
||||
Source: https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
|
||||
%description
|
||||
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}
|
||||
# Disable slow tests and tests which require network access
|
||||
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
|
||||
%set_build_flags
|
||||
@ -51,8 +53,7 @@ make %{?_smp_mflags} check
|
||||
make install DESTDIR=%{buildroot} prefix=%{_prefix} includedir=%{_includedir} libdir=%{_libdir}
|
||||
rm %{buildroot}%{_libdir}/libutf8proc.a
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc LICENSE.md NEWS.md README.md
|
||||
@ -61,8 +62,19 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
|
||||
%files devel
|
||||
%{_includedir}/utf8proc.h
|
||||
%{_libdir}/libutf8proc.so
|
||||
%{_libdir}/pkgconfig/libutf8proc.pc
|
||||
|
||||
%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
|
||||
- Resolves: #1695587 - Ensure modular RPM upgrade path
|
||||
|
Loading…
Reference in New Issue
Block a user