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