diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..5982492 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,4 @@ +libzvbi0 +zvbi-devel + requires -zvbi- + requires "libzvbi0- = " diff --git a/zvbi.changes b/zvbi.changes index b44e6cc..5b53062 100644 --- a/zvbi.changes +++ b/zvbi.changes @@ -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 diff --git a/zvbi.spec b/zvbi.spec index 9496729..4f37e96 100644 --- a/zvbi.spec +++ b/zvbi.spec @@ -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 - Michael H. Schimek - Iñaki García Etxebarria - %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 - Michael H. Schimek - Iñaki García Etxebarria - %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 - Michael H. Schimek - Iñaki García Etxebarria - %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