]> git.pld-linux.org Git - packages/alevt.git/blob - alevt.spec
- added using %%{__make} macro.
[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.1
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-devel
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 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
42 install -s {alevt,alevt-date,alevt-cap} ${RPM_BUILD_ROOT}%{_bindir}
43 install {alevt-cap.1,alevt-date.1,alevt.1x} $RPM_BUILD_ROOT%{_mandir}/man1
44
45 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
46         README CHANGELOG
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc *.gz
54
55 %attr(755,root,root) %{_bindir}/alevt
56 %attr(755,root,root) %{_bindir}/alevt-date
57 %attr(755,root,root) %{_bindir}/alevt-cap
58
59 %{_mandir}/man1/alevt-cap.1.*
60 %{_mandir}/man1/alevt-date.1.*
61 %{_mandir}/man1/alevt.1x.*
This page took 0.096381 seconds and 4 git commands to generate.