]> git.pld-linux.org Git - packages/vislcg3.git/blob - vislcg3.spec
- updated to 0.9.7.7000
[packages/vislcg3.git] / vislcg3.spec
1 Summary:        VISL CG-3 constraint grammar system
2 Summary(pl.UTF-8):      VISL CG-3 - system ograniczonej gramatyki
3 Name:           vislcg3
4 Version:        0.9.7.7000
5 Release:        1
6 License:        GPL v3+
7 Group:          Applications/Text
8 Source0:        http://beta.visl.sdu.dk/download/vislcg3/%{name}-%{version}.tar.gz
9 # Source0-md5:  256867ab70b0b6c2d5d39a2ee86aa4b4
10 Patch0:         %{name}-opt.patch
11 URL:            http://beta.visl.sdu.dk/cg3.html
12 BuildRequires:  autoconf >= 2.52
13 BuildRequires:  automake
14 BuildRequires:  boost-devel >= 1.36.0
15 BuildRequires:  libicu-devel >= 3.6
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  pkgconfig
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 VISL CG-3 constraint grammar system.
22
23 %description -l pl.UTF-8
24 VISL CG-3 - system ograniczonej gramatyki.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29
30 %build
31 %{__aclocal} -I m4
32 %{__autoconf}
33 %{__automake}
34 %configure
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc APERTIUM_FORMAT AUTHORS ChangeLog README TODO
50 %attr(755,root,root) %{_bindir}/cg-comp
51 %attr(755,root,root) %{_bindir}/cg-conv
52 %attr(755,root,root) %{_bindir}/cg-proc
53 %attr(755,root,root) %{_bindir}/cg3-autobin.pl
54 %attr(755,root,root) %{_bindir}/vislcg3
55 %{_mandir}/man1/cg-comp.1*
56 %{_mandir}/man1/cg-proc.1*
57 %{_mandir}/man1/vislcg3.1*
This page took 0.299819 seconds and 4 git commands to generate.