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