]> git.pld-linux.org Git - packages/apertium-dict-ca-it.git/blame - apertium-dict-ca-it.spec
- non-parallel install
[packages/apertium-dict-ca-it.git] / apertium-dict-ca-it.spec
CommitLineData
35b44531
JB
1Summary: Catalan-Italian language pair for Apertium
2Summary(pl.UTF-8): Para języków kataloński-włoski dla Apertium
3%define lpair ca-it
4Name: apertium-dict-%{lpair}
b9cbe527 5Version: 0.1.1
35b44531
JB
6Release: 1
7License: GPL v2+
8Group: Applications/Text
9Source0: http://downloads.sourceforge.net/apertium/apertium-%{lpair}-%{version}.tar.gz
b9cbe527 10# Source0-md5: 08b3d5a949ddce7fc8b3539490ef11f8
35b44531
JB
11URL: http://www.apertium.org/
12BuildRequires: apertium-devel >= 3.2.0
13BuildRequires: autoconf >= 2.52
14BuildRequires: automake
15BuildRequires: libxslt-progs
16BuildRequires: lttoolbox >= 3.2.0
17BuildRequires: pkgconfig
18Requires: apertium >= 3.2.0
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22This is an Apertium language pair, which can be used for translating
23between Catalan and Italian, morphological analysis or part-of-speech
24tagging of both languages.
25
26%description -l pl.UTF-8
27Ten pakiet zawiera parę języków dla Apertium służącą do tłumaczenia
28między katalońskim a włoskim, a także analizy morfologicznej lub
29oznaczania części mowy w obu językach.
30
31%prep
32%setup -q -n apertium-%{lpair}-%{version}
35b44531
JB
33
34%build
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure
40
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
35b44531 45
41c54109 46%{__make} -j1 install \
35b44531
JB
47 DESTDIR=$RPM_BUILD_ROOT
48
b9cbe527
JB
49# not needed here
50%{__rm} $RPM_BUILD_ROOT%{_datadir}/apertium/apertium-%{lpair}/*.mode
51
35b44531
JB
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
57%doc AUTHORS README
58%{_datadir}/apertium/apertium-%{lpair}
59%{_datadir}/apertium/modes/it-ca.mode
This page took 0.042163 seconds and 4 git commands to generate.