]> git.pld-linux.org Git - packages/zvbi.git/blame - zvbi.spec
- ghost soname symlinks, more verbose files
[packages/zvbi.git] / zvbi.spec
CommitLineData
3b7feb04 1Summary: Raw VBI, Teletext and Closed Caption decoding library
1efb0476 2Summary(pl.UTF-8): Biblioteka dekodująca VBI
69976c22 3Name: zvbi
9a178912 4Version: 0.2.30
fdb2b193 5Release: 1
e06af95a 6License: GPL v2+
69976c22 7Group: Libraries
3da227c1 8Source0: http://dl.sourceforge.net/zapping/%{name}-%{version}.tar.bz2
9a178912 9# Source0-md5: ab131c42115188e131def8f5364e4491
69976c22 10URL: http://zapping.sourceforge.net/
3b7feb04 11BuildRequires: autoconf
12BuildRequires: automake
3da227c1 13BuildRequires: doxygen
37bebb92 14BuildRequires: gettext-devel
3da227c1 15BuildRequires: libpng-devel
3b7feb04 16BuildRequires: libtool
69976c22 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
69976c22 19%description
2d93314d 20VBI stands for Vertical Blanking Interval, a gap between the image
21data transmitted in an analog video signal. This gap is used to
22transmit AM modulated data for various data services like Teletext and
23Closed Caption.
24
25The zvbi library provides routines to read from raw VBI sampling
26devices, to demodulate raw to sliced VBI data, and to interpret the
27data of several popular services. It has been written for the Zapping
28TV viewer <http://zapping.sourceforge.net/>.
29
2b961201
JR
30%description -l pl.UTF-8
31VBI jest skrótem od Vertical Blanking Interval, czyli interwał
32wygaszania pionowego, który jest odstępem pomiędzy danymi obrazu
33transmitowanymi w analogowym sygnale wideo. Ten odstęp jest używany do
34transmisji danych rozmaitych usług takich, jak teletekst i Closed
2d93314d 35Caption, modulowanych w AM.
36
2b961201
JR
37Biblioteka zvbi udostępnia funkcje do odczytu z surowych urządzeń
38próbkujących VBI, do demodulacji surowych danych VBI i do
39interpretacji tych danych dla kilku popularnych usług. Została ona
2d93314d 40napisana dla programu TV Zapping <http://zapping.sourceforge.net/>.
69976c22 41
42%package devel
43Summary: zvbi heades files
1efb0476 44Summary(pl.UTF-8): Pliki nagłówkowe do zvbi
69976c22 45Group: Development/Libraries
72f2b552 46Requires: %{name} = %{version}-%{release}
3da227c1 47Requires: libpng-devel
69976c22 48
49%description devel
2d93314d 50Header files and documentation for the support library for the zvbi
51library.
52
2b961201
JR
53%description devel -l pl.UTF-8
54Pliki nagłówkowe i dokumentacja do zvbi.
69976c22 55
56%package static
2d93314d 57Summary: Static zvbi library
1efb0476 58Summary(pl.UTF-8): Biblioteka statyczna zvbi
69976c22 59Group: Development/Libraries
72f2b552 60Requires: %{name}-devel = %{version}-%{release}
69976c22 61
62%description static
2d93314d 63Static zvbi library.
64
2b961201 65%description static -l pl.UTF-8
2d93314d 66Statyczna biblioteka zvbi.
69976c22 67
68%prep
69%setup -q
70
71%build
eb96b334 72%{__libtoolize}
acf8576e 73%{__gettextize}
3da227c1 74%{__aclocal} -I m4
eb96b334 75%{__autoconf}
76%{__automake}
69976c22 77%configure
78%{__make}
79
80%install
81rm -rf $RPM_BUILD_ROOT
3b7feb04 82
69976c22 83%{__make} install \
84 DESTDIR=$RPM_BUILD_ROOT
85
69976c22 86%find_lang %{name}
87
69976c22 88%clean
89rm -rf $RPM_BUILD_ROOT
90
3da227c1
JB
91%post -p /sbin/ldconfig
92%postun -p /sbin/ldconfig
93
69976c22 94%files -f %{name}.lang
95%defattr(644,root,root,755)
19830716 96%doc AUTHORS ChangeLog BUGS NEWS README TODO
8eed02e0 97%attr(755,root,root) %{_bindir}/zvbi-*
78674184 98%attr(755,root,root) %{_sbindir}/zvbid
17593849
JB
99%attr(755,root,root) %{_libdir}/libzvbi.so.*.*.*
100%attr(755,root,root) %ghost %{_libdir}/libzvbi.so.0
101%attr(755,root,root) %{_libdir}/libzvbi-chains.so.*.*.*
102%attr(755,root,root) %ghost %{_libdir}/libzvbi-chains.so.0
103%{_mandir}/man1/zvbi-*.1*
104%{_mandir}/man1/zvbid.1*
69976c22 105
106%files devel
107%defattr(644,root,root,755)
17593849
JB
108%doc doc/html
109%attr(755,root,root) %{_libdir}/libzvbi.so
110%attr(755,root,root) %{_libdir}/libzvbi-chains.so
111%{_libdir}/libzvbi.la
112%{_libdir}/libzvbi-chains.la
113%{_includedir}/libzvbi.h
114%{_pkgconfigdir}/zvbi-0.2.pc
69976c22 115
116%files static
117%defattr(644,root,root,755)
17593849
JB
118%{_libdir}/libzvbi.a
119%{_libdir}/libzvbi-chains.a
This page took 0.100394 seconds and 4 git commands to generate.