]> git.pld-linux.org Git - packages/vislcg3.git/blob - vislcg3.spec
ad8b37c27f855928541ffe0e37ebd4675d5d715d
[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.7397
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:  c5afcd090c3c5974506dc04c7e80b47a
10 URL:            http://beta.visl.sdu.dk/cg3.html
11 BuildRequires:  cmake >= 2.6.4
12 BuildRequires:  boost-devel >= 1.36.0
13 BuildRequires:  libicu-devel >= 3.6
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  rpmbuild(macros) >= 1.603
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 VISL CG-3 constraint grammar system.
20
21 %description -l pl.UTF-8
22 VISL CG-3 - system ograniczonej gramatyki.
23
24 %prep
25 %setup -q
26
27 %build
28 %cmake .
29
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 # "improved" cmake scripts don't install it
39 install -d $RPM_BUILD_ROOT%{_mandir}/man1
40 install src/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
41
42 # API not installed
43 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libcg3.a
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc APERTIUM_FORMAT AUTHORS README TODO
51 %attr(755,root,root) %{_bindir}/cg-comp
52 %attr(755,root,root) %{_bindir}/cg-conv
53 %attr(755,root,root) %{_bindir}/cg-proc
54 %attr(755,root,root) %{_bindir}/vislcg3
55 %attr(755,root,root) %{_libdir}/libcg3.so
56 %{_mandir}/man1/cg-comp.1*
57 %{_mandir}/man1/cg-proc.1*
58 %{_mandir}/man1/vislcg3.1*
This page took 0.028778 seconds and 3 git commands to generate.