Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mythes-eo.git#27b7673725fb0a61676d73e114dbfdb519e58d06
This commit is contained in:
parent
41a8813ed0
commit
7752c7f939
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/dict-eo.oxt
|
||||
61
mythes-eo.spec
Normal file
61
mythes-eo.spec
Normal file
@ -0,0 +1,61 @@
|
||||
Name: mythes-eo
|
||||
Summary: Esperanto thesaurus
|
||||
%global upstreamid 20180330
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 5%{?dist}
|
||||
Source: http://esperanto.mv.ru/Download/dict-eo.oxt
|
||||
URL: http://esperanto.mv.ru/Download/
|
||||
License: GPLv3+
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Esperanto thesaurus.
|
||||
|
||||
%package -n hyphen-eo
|
||||
Summary: Esperanto hyphen rules
|
||||
Requires: hyphen
|
||||
Supplements: (hyphen and langpacks-eo)
|
||||
|
||||
%description -n hyphen-eo
|
||||
Esperanto hyphenation rules.
|
||||
|
||||
%prep
|
||||
%autosetup -c
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
cp -p dictionaries/hyph_eo.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
|
||||
cp -p dictionaries/th_eo.dat $RPM_BUILD_ROOT/%{_datadir}/mythes/th_eo.dat
|
||||
cp -p dictionaries/th_eo.idx $RPM_BUILD_ROOT/%{_datadir}/mythes/th_eo.idx
|
||||
|
||||
%files
|
||||
%doc description/desc_en.txt
|
||||
%license licenses/license-en.txt
|
||||
%{_datadir}/mythes/*
|
||||
|
||||
%files -n hyphen-eo
|
||||
%doc description/desc_en.txt
|
||||
%license licenses/license-en.txt
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20180330-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20180330-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.20180330-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Nov 23 2018 Carmen Bianca Bakker <carmen@carmenbianca.eu> - 0.20180330-2
|
||||
- Renamed from super-eo to mythes-eo.
|
||||
- Minor fixes according to package reviews.
|
||||
|
||||
* Wed Oct 31 2018 Carmen Bianca Bakker <carmen@carmenbianca.eu> - 0.20180330-1
|
||||
- Initial package
|
||||
|
||||
Loading…
Reference in New Issue
Block a user