]> git.pld-linux.org Git - packages/zvbi.git/blobdiff - zvbi.spec
- GPL v2+
[packages/zvbi.git] / zvbi.spec
index b96d195f9dfff3e12874419634c42e6c67523787..5fdf6d2f007c1e8eb5a8de2ba0b0a022934e9469 100644 (file)
--- a/zvbi.spec
+++ b/zvbi.spec
@@ -1,16 +1,19 @@
-Summary:       VBI decoding library
+Summary:       Raw VBI, Teletext and Closed Caption decoding library
 Summary(pl):   Biblioteka dekoduj±ca VBI
 Name:          zvbi
-Version:       0.1.1
+Version:       0.2.1
 Release:       1
-License:       LGPL
+License:       GPL v2+
 Group:         Libraries
-Source0:       http://prdownloads.sourceforge.net/zapping/%{name}-%{version}.tar.bz2
+Source0:       http://unc.dl.sourceforge.net/sourceforge/zapping/%{name}-%{version}.tar.bz2
+Patch0:                %{name}-ac_fixes.patch
 URL:           http://zapping.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: libunicode-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr
-
 %description
 VBI stands for Vertical Blanking Interval, a gap between the image
 data transmitted in an analog video signal. This gap is used to
@@ -39,6 +42,7 @@ Summary:      zvbi heades files
 Summary(pl):   Pliki nag³ówkowe do zvbi
 Group:         Development/Libraries
 Requires:      %{name} = %{version}
+Requires:      libunicode-devel
 
 %description devel
 Header files and documentation for the support library for the zvbi
@@ -61,17 +65,23 @@ Statyczna biblioteka zvbi.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+rm -f missing
+%{__libtoolize}
+aclocal
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS BUGS ChangeLog NEWS README TODO
 %find_lang %{name}
 
 %post   -p /sbin/ldconfig
@@ -82,13 +92,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc [^C]*.gz
+%doc AUTHORS BUGS NEWS README TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc ChangeLog.gz
-%doc doc/html
+%doc ChangeLog doc/html
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
 %{_includedir}/*
This page took 0.079036 seconds and 4 git commands to generate.