-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmythes-id.spec
46 lines (36 loc) · 1.04 KB
/
mythes-id.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Summary: Indonesian thesaurus.
Name: mythes-id
Version: 1.0.2
Release: 1.idnux
License: LGPL
BuildArch: noarch
Requires: mythes
Group: Applications/Text
Source: https://github.com/idnux/thes-id/archive/1.0.2.tar.gz
URL: https://idnux.wordpress.com/proyek/mythes-id
%description
Indonesian Thesaurus for LibreOffice.
This package contains an Indonesian thesaurus for LibreOffice.
%prep
%autosetup -n thes-id-1.0.2
%build
make
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
install -m 644 th_id_ID_v2.idx $RPM_BUILD_ROOT/%{_datadir}/mythes
install -m 644 th_id_ID_v2.dat $RPM_BUILD_ROOT/%{_datadir}/mythes
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%license LICENSE
%doc README INSTALL LICENSE
%{_datadir}/mythes/*
%changelog
* Tue Mar 13 2018 Ali Ahmadi <[email protected]>
- Fix missing or incorrect line counts (Thanks to Mr. Andika Triwidada - <[email protected]>).
* Wed Jan 24 2018 Ali Ahmadi <[email protected]>
- Add Makefile.
* Wed Feb 22 2017 Ali Ahmadi <[email protected]>
- Initial release.