]> git.pld-linux.org Git - packages/alevt.git/blob - alevt.spec
- updated to 1.5.2
[packages/alevt.git] / alevt.spec
1 Summary:        Teletext decoder and browser for the bttv based card
2 Summary(pl):    Dekoder przegl±darka i teletekstu i dla bttv
3 Summary(de):    Videotext/Teletext
4 Name:           alevt
5 Version:        1.5.2
6 Release:        1
7 License:        GNU
8 Group:          X11/Applications
9 Group(pl):      X11/Aplikacje
10 Source0:        http://user.exit.de/froese/%{name}/%{name}-%{version}.tar.gz
11 URL:            http://user.exit.de/froese/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  libpng >= 1.0.8
14 BuildRequires:  zlib-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         %{_prefix}/man
19
20 %description
21 AleVT is a teletext/videotext decoder and browser for the bttv driver
22 (/dev/vbi) and X11. It features multiple windows, a page cache, regexp
23 searching, built-in manual, and more. There's also a program to get
24 the time from teletext and one to capture teletext pages from scripts.
25
26 %description -l pl
27 Dekoder przegl±darka i teletekstu i dla bttv.
28
29 %description -l de
30 X11 Videotextdecoder für den bttv Treiber.
31
32 %prep
33 %setup -q -n alevt-%{version}
34
35 %build
36 #%{__make} OPT="$RPM_OPT_FLAGS" FONT=latin-2
37
38 %{__make} OPT="$RPM_OPT_FLAGS"
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
44 install -s {alevt,alevt-date,alevt-cap} ${RPM_BUILD_ROOT}%{_bindir}
45 install {alevt-cap.1,alevt-date.1,alevt.1x} $RPM_BUILD_ROOT%{_mandir}/man1
46
47 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
48         README CHANGELOG
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc *.gz
56
57 %attr(755,root,root) %{_bindir}/alevt
58 %attr(755,root,root) %{_bindir}/alevt-date
59 %attr(755,root,root) %{_bindir}/alevt-cap
60
61 %{_mandir}/man1/alevt-cap.1.*
62 %{_mandir}/man1/alevt-date.1.*
63 %{_mandir}/man1/alevt.1x.*
This page took 0.059033 seconds and 4 git commands to generate.