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