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