Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/wn2ooo20050723.tgz
|
wn2ooo20050723.tgz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
723513dbe3c8227db390ccf14a0a11042ff89d12 SOURCES/wn2ooo20050723.tgz
|
|
@ -1,7 +1,7 @@
|
|||||||
Name: mythes-en
|
Name: mythes-en
|
||||||
Summary: English thesaurus
|
Summary: English thesaurus
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 23%{?dist}
|
Release: 33%{?dist}
|
||||||
Source: http://www.danielnaber.de/wn2ooo/wn2ooo20050723.tgz
|
Source: http://www.danielnaber.de/wn2ooo/wn2ooo20050723.tgz
|
||||||
URL: http://www.danielnaber.de/wn2ooo/
|
URL: http://www.danielnaber.de/wn2ooo/
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -24,7 +24,7 @@ English thesaurus.
|
|||||||
%patch0 -p1 -b .python3
|
%patch0 -p1 -b .python3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export WNHOME=%{_datadir}/wordnet-%{version}
|
export WNHOME=/usr/share/wordnet-%{version}
|
||||||
python3 wn2ooo/wn2ooo.py > th_en_US_v2.dat
|
python3 wn2ooo/wn2ooo.py > th_en_US_v2.dat
|
||||||
cat th_en_US_v2.dat | perl wn2ooo/th_gen_idx.pl > th_en_US_v2.idx
|
cat th_en_US_v2.dat | perl wn2ooo/th_gen_idx.pl > th_en_US_v2.idx
|
||||||
|
|
||||||
@ -47,16 +47,48 @@ popd
|
|||||||
%{_datadir}/mythes/*
|
%{_datadir}/mythes/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 14 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.0-23
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.0-33
|
||||||
- Resolves:rh#1615554: mythes-en FTBFS for missing BR:python3-devel
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
* Mon Jul 30 2018 Caolán McNamara <caolanm@redhat.com> - 3.0-22
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.0-32
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-31
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-30
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-29
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-28
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Apr 05 2019 Stephan Bergmann <sbergman@redhat.com> - 3.0-27
|
||||||
|
- Use /usr/share instead of _datadir macro for build dependencies
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-26
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Sep 17 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.0-24
|
||||||
|
- Fix the License tag
|
||||||
|
|
||||||
|
* Mon Jul 30 2018 Caolán McNamara <caolanm@redhat.com> - 3.0-24
|
||||||
- Related: rhbz#1604911 convert python2 to python3, verified
|
- Related: rhbz#1604911 convert python2 to python3, verified
|
||||||
that output th_en_US_v2.dat and th_en_US_v2.idx are identical
|
that output th_en_US_v2.dat and th_en_US_v2.idx are identical
|
||||||
before and after
|
before and after
|
||||||
|
|
||||||
* Mon Jul 30 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 3.0-21
|
* Fri Jul 20 2018 Caolán McNamara <caolanm@redhat.com> - 3.0-23
|
||||||
- Try to correct the license
|
- Resolves: rhbz#1604911 FTBFS
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-22
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Mar 19 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.0-21
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-20
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-20
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
Loading…
Reference in New Issue
Block a user