2007-01-15 23:46:07 +00:00
|
|
|
|
#
|
|
|
|
|
# spec file for package zvbi (Version 0.2.16)
|
|
|
|
|
#
|
2007-08-31 14:07:34 +00:00
|
|
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:46:07 +00:00
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
|
#
|
2007-08-31 14:07:34 +00:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-15 23:46:07 +00:00
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2007-08-31 14:07:34 +00:00
|
|
|
|
Name: zvbi
|
|
|
|
|
BuildRequires: doxygen gcc-c++ xorg-x11-devel
|
|
|
|
|
URL: http://zapping.sf.net/
|
|
|
|
|
License: GPL v2 or later
|
|
|
|
|
Group: Development/Libraries/Other
|
|
|
|
|
Autoreqprov: on
|
|
|
|
|
Version: 0.2.16
|
|
|
|
|
Release: 88
|
|
|
|
|
Summary: VBI Decoding Library
|
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
|
Patch1: zvbi-gettext.diff
|
|
|
|
|
Patch2: zvbi-glibc27.diff
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-15 23:46:07 +00:00
|
|
|
|
%package devel
|
2007-08-31 14:07:34 +00:00
|
|
|
|
Group: Development/Libraries/Other
|
|
|
|
|
Summary: VBI decoding library - devel package
|
|
|
|
|
Requires: zvbi = %{version}
|
|
|
|
|
Requires: glibc-devel
|
2007-01-15 23:46:07 +00:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
include files, static library, ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Edgar Toernig <froese@gmx.de>
|
|
|
|
|
Michael H. Schimek <mschimek@users.sourceforge.net>
|
|
|
|
|
I<EFBFBD>aki Garc<EFBFBD>a Etxebarria <garetxe@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
VBI stands for Vertical Blanking Interval, a gap between the image data
|
|
|
|
|
transmitted in an analog video signal. This gap is used to transmit AM
|
|
|
|
|
modulated data for various data services like Teletext and Closed
|
|
|
|
|
Caption.
|
|
|
|
|
|
|
|
|
|
The zvbi library provides routines to read from raw VBI sampling
|
|
|
|
|
devices, to demodulate raw to sliced VBI data, and to interpret the
|
|
|
|
|
data of several popular services.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Edgar Toernig <froese@gmx.de>
|
|
|
|
|
Michael H. Schimek <mschimek@users.sourceforge.net>
|
|
|
|
|
I<EFBFBD>aki Garc<EFBFBD>a Etxebarria <garetxe@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch1 -p1 -b .gettext
|
2007-08-31 14:07:34 +00:00
|
|
|
|
%patch2
|
2007-01-15 23:46:07 +00:00
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{?suse_update_config -ft}
|
|
|
|
|
find . -name CVS -type d -print0 | xargs -0 -- rm -rf
|
|
|
|
|
ACLOCAL="aclocal -I m4" autoreconf -fi
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--libdir=%{_libdir} \
|
|
|
|
|
--mandir=%{_mandir}
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make DESTDIR="%{buildroot}" install
|
2007-08-31 14:07:34 +00:00
|
|
|
|
%find_lang %name
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf %buildroot
|
2007-01-15 23:46:07 +00:00
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
%run_ldconfig
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
%run_ldconfig
|
|
|
|
|
|
2007-08-31 14:07:34 +00:00
|
|
|
|
%files -f %name.lang
|
2007-01-15 23:46:07 +00:00
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_bindir}/zvbi-chains
|
|
|
|
|
%{_sbindir}/zvbid
|
|
|
|
|
%{_libdir}/libzvbi*.so.*
|
|
|
|
|
%{_mandir}/man1/zvbi-chains.1*
|
|
|
|
|
%{_mandir}/man1/zvbid.1*
|
2007-08-31 14:07:34 +00:00
|
|
|
|
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
|
2007-01-15 23:46:07 +00:00
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_includedir}/libzvbi.h
|
|
|
|
|
%{_libdir}/libzvbi*.*a
|
|
|
|
|
%{_libdir}/libzvbi*.so
|
|
|
|
|
%{_libdir}/pkgconfig/zvbi-0.2.pc
|
|
|
|
|
%doc doc/html
|
|
|
|
|
|
2007-08-31 14:07:34 +00:00
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 31 2007 - mmarek@suse.cz
|
|
|
|
|
- fixed build with new glibc
|
|
|
|
|
- specfile cleanup
|
2007-01-15 23:46:07 +00:00
|
|
|
|
* Wed Jan 25 2006 - mls@suse.de
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
* Mon Sep 26 2005 - mls@suse.de
|
|
|
|
|
- make devel package require base package
|
|
|
|
|
* Wed Jul 27 2005 - kraxel@suse.de
|
|
|
|
|
- update to version 0.2.16.
|
|
|
|
|
* Mon Jan 24 2005 - kraxel@suse.de
|
|
|
|
|
- update to version 0.2.13.
|
|
|
|
|
* Tue Jan 11 2005 - kraxel@suse.de
|
|
|
|
|
- build fix: doygen needs libpng.
|
|
|
|
|
* Wed Jan 05 2005 - kraxel@suse.de
|
|
|
|
|
- fix documentation build.
|
|
|
|
|
* Tue Jan 04 2005 - kraxel@suse.de
|
|
|
|
|
- update to version 0.2.11
|
|
|
|
|
* Tue Jun 08 2004 - kraxel@suse.de
|
|
|
|
|
- update to version 0.2.8
|
|
|
|
|
* Wed Feb 11 2004 - kraxel@suse.de
|
|
|
|
|
- update to version 0.2.5
|
|
|
|
|
* Sun Nov 09 2003 - adrian@suse.de
|
|
|
|
|
- add %%run_ldconfig
|
|
|
|
|
* Thu Jun 19 2003 - ro@suse.de
|
|
|
|
|
- build with current gettext
|
|
|
|
|
* Tue May 27 2003 - ro@suse.de
|
|
|
|
|
- add .la file to devel file list
|
|
|
|
|
* Mon Feb 17 2003 - kraxel@suse.de
|
|
|
|
|
- updated to version 0.2.4 (adds v4l2 support)
|
|
|
|
|
* Fri Jan 17 2003 - kraxel@suse.de
|
|
|
|
|
- fixed spec to make the package build on older distributions too.
|
|
|
|
|
* Tue Jan 14 2003 - kraxel@suse.de
|
|
|
|
|
- updated to version 0.2.3
|
|
|
|
|
* Mon Nov 18 2002 - schwab@suse.de
|
|
|
|
|
- Add AM_GNU_GETTEXT_VERSION.
|
|
|
|
|
* Wed Nov 13 2002 - kraxel@suse.de
|
|
|
|
|
- updated to version 0.2.2
|
|
|
|
|
* Mon Nov 11 2002 - ro@suse.de
|
|
|
|
|
- use x-devel-packages in neededforbuild
|
|
|
|
|
* Mon Jun 17 2002 - kraxel@suse.de
|
|
|
|
|
- updated to version 0.2.1
|
|
|
|
|
* Tue Apr 30 2002 - kraxel@suse.de
|
|
|
|
|
- fixed lib64 build problems.
|
|
|
|
|
* Thu Apr 11 2002 - kraxel@suse.de
|
|
|
|
|
- initial release.
|