]> git.pld-linux.org Git - packages/apertium-lex-tools.git/blob - apertium-lex-tools.spec
- fix files
[packages/apertium-lex-tools.git] / apertium-lex-tools.spec
1 Summary:        Constraint-based lexical selection module
2 Summary(pl.UTF-8):      Moduł selekcji leksykalnej opartej na ograniczeniach
3 Name:           apertium-lex-tools
4 Version:        0.2.1
5 Release:        2
6 License:        GPL v2+
7 Group:          Applications/Text
8 Source0:        http://downloads.sourceforge.net/apertium/%{name}-%{version}.tar.gz
9 # Source0-md5:  7b13266bb29fcbc61a73c4e74d047cfa
10 URL:            http://apertium.sourceforge.net/
11 BuildRequires:  apertium-devel >= 3.3.0
12 BuildRequires:  autoconf >= 2.61
13 BuildRequires:  automake
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  libxml2-devel >= 1:2.6.17
16 BuildRequires:  lttoolbox-devel >= 3.3.0
17 BuildRequires:  pkgconfig
18 Requires:       apertium >= 3.3.0
19 Requires:       libxml2 >= 1:2.6.17
20 Requires:       lttoolbox >= 3.3.0
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Constraint-based lexical selection module.
25
26 %description -l pl.UTF-8
27 Moduł selekcji leksykalnej opartej na ograniczeniach.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS README TODO
52 %attr(755,root,root) %{_bindir}/lrx-comp
53 %attr(755,root,root) %{_bindir}/lrx-proc
54 %attr(755,root,root) %{_bindir}/multitrans
This page took 0.064973 seconds and 3 git commands to generate.