Compare commits

..

No commits in common. "rawhide" and "f40" have entirely different histories.

6 changed files with 1 additions and 54 deletions

View file

@ -1 +0,0 @@
1

View file

@ -1,5 +0,0 @@
summary: Basic smoke test
discover:
how: fmf
execute:
how: tmt

View file

@ -1,5 +0,0 @@
summary: Concise summary describing what the test does
require:
- uchardet
test: ./test.sh
framework: beakerlib

View file

@ -1,26 +0,0 @@
#!/bin/bash
# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
basedir=$(pwd)
. /usr/share/beakerlib/beakerlib.sh || exit 1
rlJournalStart
rlPhaseStartSetup
rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory"
rlRun "pushd $tmp"
rlRun "set -o pipefail"
rlPhaseEnd
rlPhaseStartTest
rlRun "uchardet $basedir/test.sh | tee output" 0 "Check uchardet"
rlAssertGrep "ASCII" "output"
rlRun "uchardet $basedir/utf8.txt | tee output" 0 "Check uchardet"
rlAssertGrep "UTF-8" "output"
rlPhaseEnd
rlPhaseStartCleanup
rlRun "popd"
rlRun "rm -r $tmp" 0 "Remove tmp directory"
rlPhaseEnd
rlJournalEnd

View file

@ -1,2 +0,0 @@
日本語

View file

@ -2,7 +2,7 @@
Name: uchardet
Version: 0.0.8
Release: 9%{?dist}
Release: 5%{?dist}
Summary: An encoding detector library ported from Mozilla
License: MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.0-or-later
@ -32,8 +32,6 @@ for developing tools for uchardet.
%autosetup
%build
# TODO: Please submit an issue to upstream (rhbz#2381619)
export CMAKE_POLICY_VERSION_MINIMUM=3.5
%cmake \
-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
-DBUILD_STATIC=OFF
@ -68,18 +66,6 @@ popd
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Tue Nov 11 2025 Cristian Le <git@lecris.dev> - 0.0.8-9
- Allow to build with CMake 4.0 (rhbz#2381619)
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.8-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.8-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.8-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild