]> git.pld-linux.org Git - packages/apertium-dict-sme-nob.git/blame - apertium-dict-sme-nob.spec
- no parallel install as well
[packages/apertium-dict-sme-nob.git] / apertium-dict-sme-nob.spec
CommitLineData
da6a4cee
JB
1Summary: Northern Sami-Norwegian Bokmaal and Slovenian language pair for Apertium
2Summary(pl.UTF-8): Para języków północnolapoński-norweski bokmaal dla Apertium
3%define lpair sme-nob
4Name: apertium-dict-%{lpair}
5Version: 0.5.0
6Release: 1
7License: GPL v2+
8Group: Applications/Text
9Source0: http://downloads.sourceforge.net/apertium/apertium-%{lpair}-%{version}.tar.gz
10# Source0-md5: 6f805e1e4f4d787653da81e82a089fc9
11Patch0: %{name}-cg.patch
12URL: http://www.apertium.org/
13BuildRequires: apertium-devel >= 3.2.0
14BuildRequires: apertium-lex-tools
15BuildRequires: autoconf >= 2.52
16BuildRequires: automake
17BuildRequires: hfst
18BuildRequires: libxslt-progs
19BuildRequires: lttoolbox >= 3.2.0
20BuildRequires: pkgconfig
21BuildRequires: python >= 1:2.6
22BuildRequires: vislcg3
23Requires: apertium >= 3.2.0
24Requires: apertium-lex-tools
25Requires: hfst
26Requires: lttoolbox >= 3.2.0
27Requires: vislcg3
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31This is an Apertium language pair, which can be used for translating
32between Northern Sami and Norwegian Bokmaal, morphological analysis or
33part-of-speech tagging of both languages.
34
35%description -l pl.UTF-8
36Ten pakiet zawiera parę języków dla Apertium służącą do tłumaczenia
37między północnolapońskim a norweskim bokmaal, a także analizy
38morfologicznej lub oznaczania części mowy w obu językach.
39
40%prep
41%setup -q -n apertium-%{lpair}-%{version}
42%patch0 -p1
43
44%build
45%{__aclocal}
46%{__autoconf}
47%{__automake}
48%configure
49
6b2e5d19 50%{__make} -j1
da6a4cee
JB
51
52%install
53rm -rf $RPM_BUILD_ROOT
54install -d $RPM_BUILD_ROOT%{_datadir}/apertium/modes
55
653414e6 56%{__make} -j1 install \
da6a4cee
JB
57 DESTDIR=$RPM_BUILD_ROOT
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
64%doc AUTHORS ChangeLog README
65%{_datadir}/apertium/apertium-%{lpair}
66%{_datadir}/apertium/modes/sme-nob.mode
This page took 0.073122 seconds and 4 git commands to generate.