Accepting request 82600 from home:jengelh:bl
- Implement baselibs.conf for package - Remove redundant tags/sections; remove author list (encoding screwed up and no longer used in factory) OBS-URL: https://build.opensuse.org/request/show/82600 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/zvbi?expand=0&rev=7
This commit is contained in:
parent
61434fd441
commit
83fa8c397f
4
baselibs.conf
Normal file
4
baselibs.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
libzvbi0
|
||||||
|
zvbi-devel
|
||||||
|
requires -zvbi-<targettype>
|
||||||
|
requires "libzvbi0-<targettype> = <version>"
|
@ -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
|
Mon Jun 6 08:12:49 UTC 2011 - aj@suse.de
|
||||||
|
|
||||||
|
30
zvbi.spec
30
zvbi.spec
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: zvbi
|
Name: zvbi
|
||||||
@ -23,11 +22,11 @@ BuildRequires: doxygen gcc-c++ xorg-x11-devel
|
|||||||
Url: http://zapping.sf.net/
|
Url: http://zapping.sf.net/
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
AutoReqProv: on
|
|
||||||
Version: 0.2.33
|
Version: 0.2.33
|
||||||
Release: 11
|
Release: 11
|
||||||
Summary: Linux "VBI proxy"
|
Summary: Linux "VBI proxy"
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
Source2: baselibs.conf
|
||||||
Patch1: fix-headers.patch
|
Patch1: fix-headers.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
able to start a Teletext application. The VBI proxy was developed as a
|
||||||
solution to this problem.
|
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
|
%package -n libzvbi0
|
||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Group: System/Libraries
|
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
|
devices, to demodulate raw to sliced VBI data, and to interpret the
|
||||||
data of several popular services.
|
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
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
@ -80,14 +63,6 @@ Requires: glibc-devel
|
|||||||
%description devel
|
%description devel
|
||||||
include files, static library, ...
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1
|
%patch1
|
||||||
@ -106,9 +81,6 @@ make DESTDIR="%{buildroot}" install
|
|||||||
rm %buildroot%_libdir/*.la
|
rm %buildroot%_libdir/*.la
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %buildroot
|
|
||||||
|
|
||||||
%post -n libzvbi0 -p /sbin/ldconfig
|
%post -n libzvbi0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libzvbi0 -p /sbin/ldconfig
|
%postun -n libzvbi0 -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user