Accepting request 159189 from multimedia:apps

- builds with automake 1.13
  * automake-1.13.patch (forwarded request 159166 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/159189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zvbi?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2013-03-14 14:07:02 +00:00 committed by Git OBS Bridge
commit a97f0e5f91
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 Mon Aug 27 14:01:50 UTC 2012 - cfarrell@suse.com

View File

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