Accepting request 159166 from home:pgajdos

- builds with automake 1.13
  * automake-1.13.patch

OBS-URL: https://build.opensuse.org/request/show/159166
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/zvbi?expand=0&rev=13
This commit is contained in:
Marcus Meissner 2013-03-13 15:36:36 +00:00 committed by Git OBS Bridge
parent e5717813ff
commit 9804bd5404
3 changed files with 32 additions and 11 deletions

13
zvbi-automake-1.13.patch Normal file
View File

@ -0,0 +1,13 @@
Index: zvbi-0.2.33/configure.in
===================================================================
--- zvbi-0.2.33.orig/configure.in
+++ zvbi-0.2.33/configure.in
@@ -5,7 +5,7 @@ AC_INIT(zvbi, 0.2.33)
AC_CONFIG_SRCDIR(src/vbi.c)
AM_INIT_AUTOMAKE([1.9 check-news dist-bzip2])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_ACLOCAL_INCLUDE(m4)
AM_MAINTAINER_MODE

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 13 11:48:04 CET 2013 - pgajdos@suse.cz
- builds with automake 1.13
* automake-1.13.patch
-------------------------------------------------------------------
Mon Aug 27 14:01:50 UTC 2012 - cfarrell@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package zvbi
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,18 +16,21 @@
#
Name: zvbi
BuildRequires: doxygen gcc-c++ libtool xorg-x11-devel
BuildRequires: doxygen
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: xorg-x11-devel
Url: http://zapping.sf.net/
Version: 0.2.33
Release: 0
Summary: Linux "VBI proxy"
License: LGPL-2.1+ and GPL-2.0+
Group: Development/Libraries/Other
Version: 0.2.33
Release: 11
Summary: Linux "VBI proxy"
Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf
Patch1: fix-headers.patch
Patch2: zvbi-automake-1.13.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -39,9 +42,8 @@ able to start a Teletext application. The VBI proxy was developed as a
solution to this problem.
%package -n libzvbi0
License: LGPL-2.1+ and GPL-2.0+
Group: System/Libraries
Summary: VBI Decoding Library
Group: System/Libraries
%description -n libzvbi0
VBI stands for Vertical Blanking Interval, a gap between the image data
@ -54,11 +56,10 @@ devices, to demodulate raw to sliced VBI data, and to interpret the
data of several popular services.
%package devel
License: LGPL-2.1+ and GPL-2.0+
Group: Development/Libraries/Other
Summary: VBI decoding library - devel package
Requires: libzvbi0 = %{version}
Group: Development/Libraries/Other
Requires: glibc-devel
Requires: libzvbi0 = %{version}
%description devel
include files, static library, ...
@ -66,6 +67,7 @@ include files, static library, ...
%prep
%setup -q
%patch1
%patch2 -p1
%build
ACLOCAL="aclocal -I m4" autoreconf -fi