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