Initial import (#1644268)
This commit is contained in:
parent
04f27f242c
commit
8780d3db2c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/dict-eo.oxt
|
||||
52
mythes-eo.spec
Normal file
52
mythes-eo.spec
Normal file
@ -0,0 +1,52 @@
|
||||
Name: mythes-eo
|
||||
Summary: Esperanto thesaurus
|
||||
%global upstreamid 20180330
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 2%{?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
|
||||
* 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