]> git.pld-linux.org Git - packages/zvbi.git/blobdiff - zvbi.spec
- ghost soname symlinks, more verbose files
[packages/zvbi.git] / zvbi.spec
index 222d26b1041cdf29a0135e00dc2310d3e090acf1..2e8e11cd59c5991d7a08f7e1d1e45083a5dc6185 100644 (file)
--- a/zvbi.spec
+++ b/zvbi.spec
@@ -1,19 +1,19 @@
 Summary:       Raw VBI, Teletext and Closed Caption decoding library
-Summary(pl):   Biblioteka dekoduj±ca VBI
+Summary(pl.UTF-8):     Biblioteka dekodująca VBI
 Name:          zvbi
-Version:       0.2.4
+Version:       0.2.30
 Release:       1
 License:       GPL v2+
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/sourceforge/zapping/%{name}-%{version}.tar.bz2
-# Source0-md5: 1eb3698c3ff792646b3f79923f12b865
+Source0:       http://dl.sourceforge.net/zapping/%{name}-%{version}.tar.bz2
+# Source0-md5: ab131c42115188e131def8f5364e4491
 URL:           http://zapping.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: doxygen
 BuildRequires: gettext-devel
+BuildRequires: libpng-devel
 BuildRequires: libtool
-BuildRequires: libunicode-devel
-BuildRequires: doxygen
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,56 +27,51 @@ devices, to demodulate raw to sliced VBI data, and to interpret the
 data of several popular services. It has been written for the Zapping
 TV viewer <http://zapping.sourceforge.net/>.
 
-%description -l pl
-VBI jest skrótem od Vertical Blanking Interval, czyli interwa³
-wygaszania pionowego, który jest odstêpem pomiêdzy danymi obrazu
-transmitowanymi w analogowym sygnale wideo. Ten odstêp jest u¿ywany do
-transmisji danych rozmaitych us³ug takich, jak teletekst i Closed
+%description -l pl.UTF-8
+VBI jest skrótem od Vertical Blanking Interval, czyli interwał
+wygaszania pionowego, który jest odstępem pomiędzy danymi obrazu
+transmitowanymi w analogowym sygnale wideo. Ten odstęp jest używany do
+transmisji danych rozmaitych usług takich, jak teletekst i Closed
 Caption, modulowanych w AM.
 
-Biblioteka zvbi udostêpnia funkcje do odczytu z surowych urz±dzeñ
-próbkuj±cych VBI, do demodulacji surowych danych VBI i do
-interpretacji tych danych dla kilku popularnych us³ug. Zosta³a ona
+Biblioteka zvbi udostępnia funkcje do odczytu z surowych urządzeń
+próbkujących VBI, do demodulacji surowych danych VBI i do
+interpretacji tych danych dla kilku popularnych usług. Została ona
 napisana dla programu TV Zapping <http://zapping.sourceforge.net/>.
 
 %package devel
 Summary:       zvbi heades files
-Summary(pl):   Pliki nag³ówkowe do zvbi
+Summary(pl.UTF-8):     Pliki nagłówkowe do zvbi
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
-Requires:      libunicode-devel
+Requires:      %{name} = %{version}-%{release}
+Requires:      libpng-devel
 
 %description devel
 Header files and documentation for the support library for the zvbi
 library.
 
-%description devel -l pl
-Pliki nag³ówkowe i dokumentacja do zvbi.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe i dokumentacja do zvbi.
 
 %package static
 Summary:       Static zvbi library
-Summary(pl):   Biblioteka statyczna do zvbi
+Summary(pl.UTF-8):     Biblioteka statyczna zvbi
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static zvbi library.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Statyczna biblioteka zvbi.
 
 %prep
 %setup -q
 
-#Throw away AM_ACLOCAL_INCLUDE with breaks aclocal regeneration
-sed -e 's/AM_ACLOCAL_INCLUDE(m4)//g' configure.in > configure.in.new;
-mv configure.in.new configure.in
-
 %build
-rm -f missing
 %{__libtoolize}
 %{__gettextize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure
@@ -90,24 +85,35 @@ rm -rf $RPM_BUILD_ROOT
 
 %find_lang %{name}
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS BUGS NEWS README TODO
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%doc AUTHORS ChangeLog BUGS NEWS README TODO
+%attr(755,root,root) %{_bindir}/zvbi-*
+%attr(755,root,root) %{_sbindir}/zvbid
+%attr(755,root,root) %{_libdir}/libzvbi.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libzvbi.so.0
+%attr(755,root,root) %{_libdir}/libzvbi-chains.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libzvbi-chains.so.0
+%{_mandir}/man1/zvbi-*.1*
+%{_mandir}/man1/zvbid.1*
 
 %files devel
 %defattr(644,root,root,755)
-%doc ChangeLog doc/html
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*
+%doc doc/html
+%attr(755,root,root) %{_libdir}/libzvbi.so
+%attr(755,root,root) %{_libdir}/libzvbi-chains.so
+%{_libdir}/libzvbi.la
+%{_libdir}/libzvbi-chains.la
+%{_includedir}/libzvbi.h
+%{_pkgconfigdir}/zvbi-0.2.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libzvbi.a
+%{_libdir}/libzvbi-chains.a
This page took 0.039515 seconds and 4 git commands to generate.