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:
commit
1894636665
13
zvbi-automake-1.13.patch
Normal file
13
zvbi-automake-1.13.patch
Normal 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
|
||||
|
@ -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
|
||||
|
||||
|
24
zvbi.spec
24
zvbi.spec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user