Accepting request 82606 from multimedia:apps

- Implement baselibs.conf for package
- Remove redundant tags/sections; remove author list (encoding
  screwed up and no longer used in factory) (forwarded request 82600 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/82606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zvbi?expand=0&rev=15
This commit is contained in:
Lars Vogdt 2011-09-19 19:18:45 +00:00 committed by Git OBS Bridge
commit 9ae815f23b
3 changed files with 12 additions and 29 deletions

4
baselibs.conf Normal file
View File

@ -0,0 +1,4 @@
libzvbi0
zvbi-devel
requires -zvbi-<targettype>
requires "libzvbi0-<targettype> = <version>"

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 16 16:16:51 UTC 2011 - jengelh@medozas.de
- Implement baselibs.conf for package
- Remove redundant tags/sections; remove author list (encoding
screwed up and no longer used in factory)
-------------------------------------------------------------------
Mon Jun 6 08:12:49 UTC 2011 - aj@suse.de

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: zvbi
@ -23,11 +22,11 @@ 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.33
Release: 11
Summary: Linux "VBI proxy"
Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf
Patch1: fix-headers.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -39,14 +38,6 @@ for example the Nxtvepg daemon runs in the background users will not be
able to start a Teletext application. The VBI proxy was developed as a
solution to this problem.
Authors:
--------
Edgar Toernig <froese@gmx.de>
Michael H. Schimek <mschimek@users.sourceforge.net>
Iñaki García Etxebarria <garetxe@users.sourceforge.net>
%package -n libzvbi0
License: LGPL v2.0 or later
Group: System/Libraries
@ -62,14 +53,6 @@ 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ñaki García Etxebarria <garetxe@users.sourceforge.net>
%package devel
License: GPL v2 or later
Group: Development/Libraries/Other
@ -80,14 +63,6 @@ Requires: glibc-devel
%description devel
include files, static library, ...
Authors:
--------
Edgar Toernig <froese@gmx.de>
Michael H. Schimek <mschimek@users.sourceforge.net>
Iñaki García Etxebarria <garetxe@users.sourceforge.net>
%prep
%setup -q
%patch1
@ -106,9 +81,6 @@ make DESTDIR="%{buildroot}" install
rm %buildroot%_libdir/*.la
%find_lang %name
%clean
rm -rf %buildroot
%post -n libzvbi0 -p /sbin/ldconfig
%postun -n libzvbi0 -p /sbin/ldconfig