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