forked from pool/xine-lib
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
|
Fri Feb 15 10:34:49 CET 2008 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -34,19 +34,16 @@ BuildRequires: mad-devel
|
|||||||
%endif
|
%endif
|
||||||
Recommends: opensuse-codecs-installer
|
Recommends: opensuse-codecs-installer
|
||||||
Version: 1.1.10.1
|
Version: 1.1.10.1
|
||||||
Release: 1
|
Release: 10
|
||||||
%define abiversion 1.1.10
|
%define abiversion 1.1.10
|
||||||
Summary: Video Player with Plug-Ins
|
Summary: Video Player with Plug-Ins
|
||||||
Group: Productivity/Multimedia/Video/Players
|
Group: Productivity/Multimedia/Video/Players
|
||||||
License: GPL v2 or later; Public Domain, Freeware
|
License: GPL v2 or later; Public Domain, Freeware
|
||||||
Url: http://xine.sourceforge.net
|
Url: http://xine.sourceforge.net
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if %BUILD_XINE == 0
|
|
||||||
Source: xine-lib-%version-crippled.tar.bz2
|
Source: xine-lib-%version-crippled.tar.bz2
|
||||||
%else
|
%if 0
|
||||||
Source: xine-lib-%version.tar.bz2
|
Source: xine-lib-%version.tar.bz2
|
||||||
# need that as we must not distribute the source code either
|
|
||||||
NoSource: 0
|
|
||||||
%endif
|
%endif
|
||||||
Source10: README.SuSE
|
Source10: README.SuSE
|
||||||
Source11: caramel.tar.bz2
|
Source11: caramel.tar.bz2
|
||||||
@ -162,7 +159,13 @@ Authors:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%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
|
cd xine-lib-%version
|
||||||
%patch26
|
%patch26
|
||||||
%patch50 -p1
|
%patch50 -p1
|
||||||
@ -361,6 +364,12 @@ done
|
|||||||
cat libxine1.lang >>files
|
cat libxine1.lang >>files
|
||||||
%if %BUILD_XINE == 0
|
%if %BUILD_XINE == 0
|
||||||
xargs -i+ rm -f %buildroot/+ <files.internal
|
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
|
%endif
|
||||||
%if %BUILD_XINE == 1
|
%if %BUILD_XINE == 1
|
||||||
xargs -i+ rm -f %buildroot/+ <files
|
xargs -i+ rm -f %buildroot/+ <files
|
||||||
@ -439,6 +448,8 @@ echo "/usr/share/xine/mad" >> files.internal
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 15 2008 lnussel@suse.de
|
||||||
- Update to 1.1.10.1:
|
- Update to 1.1.10.1:
|
||||||
* Security fix: Array index vulnerability which may allow remote
|
* Security fix: Array index vulnerability which may allow remote
|
||||||
|
Loading…
x
Reference in New Issue
Block a user