diff --git a/xine-lib.changes b/xine-lib.changes index 94e4522..f1570b5 100644 --- a/xine-lib.changes +++ b/xine-lib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 10 13:28:58 CET 2008 - lnussel@suse.de + +- get rid of nosrc so a debuginfo package get created (bnc#284030) + ------------------------------------------------------------------- Fri Feb 15 10:34:49 CET 2008 - lnussel@suse.de diff --git a/xine-lib.spec b/xine-lib.spec index aab35cc..f81f10c 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -34,19 +34,16 @@ BuildRequires: mad-devel %endif Recommends: opensuse-codecs-installer Version: 1.1.10.1 -Release: 1 +Release: 10 %define abiversion 1.1.10 Summary: Video Player with Plug-Ins Group: Productivity/Multimedia/Video/Players License: GPL v2 or later; Public Domain, Freeware Url: http://xine.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if %BUILD_XINE == 0 Source: xine-lib-%version-crippled.tar.bz2 -%else +%if 0 Source: xine-lib-%version.tar.bz2 -# need that as we must not distribute the source code either -NoSource: 0 %endif Source10: README.SuSE Source11: caramel.tar.bz2 @@ -162,7 +159,13 @@ Authors: %endif %prep -%setup -q -c +%setup -q -c -T +# Unpack crippled version only if full version does not exist +if test -s %_sourcedir/%name-%version.tar.bz2 ; then + tar xfj %_sourcedir/%name-%version.tar.bz2 +else + tar xfj %_sourcedir/%name-%version-crippled.tar.bz2 +fi cd xine-lib-%version %patch26 %patch50 -p1 @@ -361,6 +364,12 @@ done cat libxine1.lang >>files %if %BUILD_XINE == 0 xargs -i+ rm -f %buildroot/+ > files.internal %endif %changelog +* Mon Mar 10 2008 lnussel@suse.de +- get rid of nosrc so a debuginfo package get created (bnc#284030) * Fri Feb 15 2008 lnussel@suse.de - Update to 1.1.10.1: * Security fix: Array index vulnerability which may allow remote