-
Notifications
You must be signed in to change notification settings - Fork 6
/
zvbi.spec.in
47 lines (38 loc) · 1.12 KB
/
zvbi.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Name: zvbi
Summary: Raw VBI, Teletext and Closed Caption decoding library
Version: @VERSION@
Release: 1
Copyright: GPL
Group: Applications/Multimedia
Url: http://zapping.sourceforge.net/
Source: http://prdownloads.sourceforge.net/zapping/%{name}-%{version}.tar.bz2
Packager: Michael H. Schimek <[email protected]>
Buildroot: %{_tmppath}/%{name}-%{version}-root
PreReq: /sbin/install-info
Provides: zvbi
%description
Routines to access raw VBI capture devices (currently the V4L and
V4L2 API, and the *BSD bktr driver are supported), a versatile VBI
bit slicer, decoders for various data services and basic search,
render and export functions for Closed Caption and Teletext pages.
%prep
%setup -q
%build
%configure
make
%install
rm -rf %{buildroot}
%makeinstall
%find_lang %{name}
%clean
rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr (-, root, root)
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO doc/html
%{_libdir}/libzvbi*
%{_includedir}/libzvbi.h
%changelog
* Thu Oct 24 2002 Michael H. Schimek <[email protected]>
- Added %%find_lang for locale support.