]> git.pld-linux.org Git - packages/grcompiler.git/blob - grcompiler.spec
- release 8 (by relup.sh)
[packages/grcompiler.git] / grcompiler.spec
1 Summary:        SIL Graphite Compiler
2 Summary(pl.UTF-8):      Kompilator SIL Graphite
3 Name:           grcompiler
4 Version:        4.2
5 Release:        8
6 License:        CPL v0.5+ or LGPL v2.1+
7 Group:          Applications
8 Source0:        http://downloads.sourceforge.net/silgraphite/%{name}-%{version}.tar.gz
9 # Source0-md5:  3df5dde12211d7d7e06a9e23306e5fe4
10 Patch0:         %{name}-make.patch
11 URL:            http://silgraphite.sourceforge.net/
12 BuildRequires:  autoconf >= 2.54
13 BuildRequires:  automake
14 BuildRequires:  docbook2X >= 0.8.8-4
15 BuildRequires:  libicu-devel
16 BuildRequires:  libstdc++-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 The SIL Graphite compiler builds a Graphite enabled font from a smart
21 font description, written in GDL (Graphite Description Language) and a
22 TrueType font by adding extra TrueType tables to it which the Graphite
23 engine can interpret.
24
25 %description -l pl.UTF-8
26 Kompilator SIL Graphite tworzy font Graphite z opisu inteligentnego
27 fontu, napisanego w języku GDL (Graphite Description Language) oraz
28 fontu TrueType poprzez dodanie dodatkowych tablic TrueType, które
29 potrafi zinterpretować silnik Graphite.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 cd test/GrcRegressionTest
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 cd ../..
44 %configure \
45         DOCBOOK2MAN=/usr/bin/docbook2X2man
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 # packaged as %doc
55 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/grcompiler
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog NEWS README TODO license/{LICENSING.txt,License_CPLv05.txt} doc/{README.gdlpp,*.pdf}
63 %attr(755,root,root) %{_bindir}/gdlpp
64 %attr(755,root,root) %{_bindir}/grcompiler
65 %{_datadir}/grcompiler
66 %{_mandir}/man1/gdlpp.1*
67 %{_mandir}/man1/grcompiler.1*
This page took 0.029231 seconds and 3 git commands to generate.