Accepting request 72817 from multimedia:apps

Also fix spec file encoding

OBS-URL: https://build.opensuse.org/request/show/72817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zvbi?expand=0&rev=13
This commit is contained in:
Sascha Peilicke 2011-06-07 07:19:34 +00:00 committed by Git OBS Bridge
parent 3ed577762c
commit 96c896acbe
3 changed files with 49 additions and 6 deletions

36
fix-headers.patch Normal file
View File

@ -0,0 +1,36 @@
Index: src/io-dvb.c
===================================================================
--- src/io-dvb.c.orig
+++ src/io-dvb.c
@@ -29,6 +29,7 @@
#include <errno.h>
#include <sys/select.h>
#include <sys/ioctl.h>
+#include <sys/stat.h>
#ifndef HAVE_S64_U64
/* Linux 2.6.x asm/types.h defines __s64 and __u64 only
Index: src/io-v4l.c
===================================================================
--- src/io-v4l.c.orig
+++ src/io-v4l.c
@@ -43,6 +43,7 @@ static const char rcsid [] =
#include <sys/time.h> /* timeval */
#include <sys/types.h> /* fd_set, uid_t */
#include <sys/ioctl.h> /* for (_)videodev.h */
+#include <sys/stat.h>
#include <pthread.h>
#include "videodev.h"
Index: contrib/ntsc-cc.c
===================================================================
--- contrib/ntsc-cc.c.orig
+++ contrib/ntsc-cc.c
@@ -34,6 +34,7 @@
#include <locale.h>
#include <sys/ioctl.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <sys/time.h>
#ifdef HAVE_GETOPT_LONG
# include <getopt.h>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 6 08:12:49 UTC 2011 - aj@suse.de
- Add missing includes for <sys/stat.h>
-------------------------------------------------------------------
Thu Sep 11 13:55:53 CEST 2008 - mmarek@suse.cz
@ -123,7 +128,7 @@ Thu Jun 19 21:52:46 CEST 2003 - ro@suse.de
-------------------------------------------------------------------
Tue May 27 15:15:45 CEST 2003 - ro@suse.de
- add .la file to devel file list
- add .la file to devel file list
-------------------------------------------------------------------
Mon Feb 17 12:59:53 CET 2003 - kraxel@suse.de
@ -153,7 +158,7 @@ Wed Nov 13 15:02:42 CET 2002 - kraxel@suse.de
-------------------------------------------------------------------
Mon Nov 11 17:45:55 CET 2002 - ro@suse.de
- use x-devel-packages in neededforbuild
- use x-devel-packages in neededforbuild
-------------------------------------------------------------------
Mon Jun 17 15:55:21 CEST 2002 - kraxel@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package zvbi (Version 0.2.33)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 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
@ -28,6 +28,7 @@ Version: 0.2.33
Release: 1
Summary: Linux "VBI proxy"
Source: %{name}-%{version}.tar.bz2
Patch1: fix-headers.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -44,7 +45,7 @@ Authors:
--------
Edgar Toernig <froese@gmx.de>
Michael H. Schimek <mschimek@users.sourceforge.net>
Iñaki García Etxebarria <garetxe@users.sourceforge.net>
Iñaki García Etxebarria <garetxe@users.sourceforge.net>
%package -n libzvbi0
License: LGPL v2.0 or later
@ -67,7 +68,7 @@ Authors:
--------
Edgar Toernig <froese@gmx.de>
Michael H. Schimek <mschimek@users.sourceforge.net>
Iñaki García Etxebarria <garetxe@users.sourceforge.net>
Iñaki García Etxebarria <garetxe@users.sourceforge.net>
%package devel
License: GPL v2 or later
@ -85,10 +86,11 @@ Authors:
--------
Edgar Toernig <froese@gmx.de>
Michael H. Schimek <mschimek@users.sourceforge.net>
Iñaki García Etxebarria <garetxe@users.sourceforge.net>
Iñaki García Etxebarria <garetxe@users.sourceforge.net>
%prep
%setup -q
%patch1
%build
ACLOCAL="aclocal -I m4" autoreconf -fi