]> git.pld-linux.org Git - packages/alevt.git/blob - alevt.spec
- added pl translation
[packages/alevt.git] / alevt.spec
1 Summary: Videotext/Teletext 
2 Summary(pl): Videotext/Teletext
3 Summary(de): Videotext/Teletext
4 Name: alevt
5 Version: 1.5.1
6 Release: 1
7 Copyright: GNU
8 Group: X11/Applications
9 Group(pl): X11/Aplikacje
10 Source: http://user.exit.de/froese/%{name}/%{name}-%{version}.tar.gz
11 URL: http://user.exit.de/froese
12 BuildRequires:  XFree86-devel
13 BuildRequires:  libpng
14 BuildRequires:  zlib-devel
15 BuildRoot:      /tmp/%{name}-%{version}-root
16
17
18 %description
19 Teletext decoder and browser for the bttv driver.
20 If you have an older bttv < v0.5.20 or the one contained in the 2.2.x
21 kernels you should supply the -oldbttv option.
22
23
24 %description -l pl
25 Dekoder 
26 Je¶li u¿ywasz starszego bttv ni¿ v0.5.20 lub driverów zawieraj±cych siê w 
27 kernelu 2.2.x powiniene¶ u¿yæ opcji -oldbttv
28
29 %description -l de
30 X11 Videotextdecoder für den bttv Treiber.
31 Für die alte bttv-Version (<v0.5.20) der 2.2-er Kernel sollte der
32 Parameter -oldbttv verwendet werden.
33
34
35 %prep
36 %setup -q -n alevt-%{version}
37
38 %build
39 make FONT=latin-2
40
41 %install
42
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
45 install -s {alevt,alevt-date,alevt-cap} ${RPM_BUILD_ROOT}%{_bindir}
46 install {alevt-cap.1,alevt-date.1,alevt.1x} $RPM_BUILD_ROOT%{_mandir}/man1
47 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* README CHANGELOG COPYRIGHT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53
54 %defattr(644,root,root,755)
55 %doc {README,CHANGELOG,COPYRIGHT}.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.0908060000000001 seconds and 4 git commands to generate.