This commit is contained in:
parent
76ea21e989
commit
36e0db74c9
@ -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
|
||||
|
||||
|
@ -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
|
||||
%else
|
||||
%if 0%{?__debug_package}
|
||||
# strip internal plugins to prevent their source from ending up in
|
||||
# the debuginfo package
|
||||
xargs -i+ strip --strip-debug %buildroot/+ <files.internal
|
||||
%endif
|
||||
%endif
|
||||
%if %BUILD_XINE == 1
|
||||
xargs -i+ rm -f %buildroot/+ <files
|
||||
@ -439,6 +448,8 @@ echo "/usr/share/xine/mad" >> 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
|
||||
|
Loading…
Reference in New Issue
Block a user