]> git.pld-linux.org Git - packages/advi.git/blob - advi.spec
- initial
[packages/advi.git] / advi.spec
1 Summary:        DVI previewer
2 Summary(pl):    Przegl±darka DVI
3 Name:           advi
4 Version:        1.0.0
5 Release:        1
6 License:        LGPL
7 Group:          Applications/Publishing/TeX
8 URL:            http://pauillac.inria.fr/advi/
9 Source0:        ftp://ftp.inria.fr/INRIA/Projects/cristal/%{name}/%{name}-%{version}.tar.gz
10 Patch0:         %{name}-datadir.patch
11 BuildRequires:  ocaml-camlp4
12 BuildRequires:  ocaml >= 3.04
13 BuildRequires:  tetex
14 BuildRequires:  tetex-latex
15 BuildRequires:  tetex-dvips
16 BuildRequires:  XFree86-devel
17 BuildRequires:  ghostscript >= 6.52
18 BuildRequires:  ocaml-x11graphics-devel
19 BuildRequires:  ocaml-camlimages-devel
20 Requires:       tetex
21 Requires:       ghostscript >= 6.52
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 CURRENTLY SUPPORTED FEATURES:
26 =============================
27
28 + Encapsulated Postscript File inclusion (using graphics package)
29 + Effects for presentation (pause, delay, text color change)
30 + Embedded applications for interactive demonstration
31 + Pictures visualization via gpic specials
32 + Display of inlined Postscript using gs
33 + Font antialiasing that takes background colors into account
34 + Hyperlinks
35 + Active areas (execute an action when the mouse is over)
36 + Background colors and images
37 + Alpha blending for images
38
39 %description -l pl
40 AKTUALNIE WSPIERA:
41 ==================
42
43 + Do³±cznie plików EPS (z u¿yciem pakietu graphics)
44 + Efekty do prezentacji (pauza, opó¼nienie, zmiana koloru tekstu)
45 + Uruchamianie wbudowanych aplikacji w czasie prezentacji interaktywnych
46 + Wy¶wietlanie obrazków poprzez gpic
47 + Wy¶wietlanie PostScriptu z u¿yciem gs
48 + Antialiasing czcionek, który bierze pod uwagê kolor t³a
49 + Hiper³±cza
50 + Aktywne obszary (wykonuj± akcjê gdy mysz jest nad nimi)
51 + Zmiana koloru t³a i wy¶wietlanie obrazków jako t³a
52 + Rozmycie kana³u alfa dla obrazków
53
54 %prep
55 %setup -q
56 %patch0 -p1
57
58 %build
59 autoconf
60 %configure
61 %{__make} opt
62 %{__make} -C doc
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 install -d $RPM_BUILD_ROOT%{_bindir}
68 %{__make} install \
69         bindir=$RPM_BUILD_ROOT%{_bindir} \
70         ADVI_LOC=$RPM_BUILD_ROOT%{_datadir}/%{name}
71         
72 gzip -9nf COPYING README TODO doc/*.ps
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %files
78 %defattr(644,root,root,755)
79 %doc doc/*.gz *.gz
80 %attr(755,root,root) %{_bindir}/*
81 %{_datadir}/%{name}
This page took 0.06433 seconds and 3 git commands to generate.