- fix build: /usr/share/xine/mad is no longer needed

OBS-URL: https://build.opensuse.org/package/show/multimedia:xine/xine-lib?expand=0&rev=42
This commit is contained in:
Ludwig Nussel 2011-10-28 08:16:26 +00:00 committed by Git OBS Bridge
parent 2a847261a4
commit 9d613730b2
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 21 09:04:30 UTC 2011 - lnussel@suse.de
- fix build: /usr/share/xine/mad is no longer needed
-------------------------------------------------------------------
Thu Jul 7 08:49:59 UTC 2011 - idonmez@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xine-lib (Version 1.1.19)
# spec file for package xine-lib
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -105,7 +105,7 @@ BuildRequires: DirectFB
BuildRequires: libmodplug-devel
%endif
Version: 1.1.19
Release: 2
Release: 7
# bug437293
%ifarch ppc64
Obsoletes: xine-lib-64bit
@ -914,7 +914,8 @@ xargs -i+ strip --strip-debug %{buildroot}/+ <files.codecs
for i in files files.*; do
test "$i" = 'files.codecs' || xargs -i+ rm -f %{buildroot}/+ < $i
done
rm -rf %{buildroot}/usr/share %{buildroot}/usr/bin
rm -rf %{buildroot}%{_datadir}
rm -rf %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_defaultdocdir}/xine %{buildroot}/usr/include
rm -rf %{buildroot}/usr/lib/win32 %{buildroot}/%{_libdir}/pkgconfig
rm -rf %{buildroot}%{_libdir}/xine/plugins/%{abiversion}/{vidix,mime.types}
@ -1012,7 +1013,6 @@ rm -rf %{buildroot}
%dir %{_libdir}/xine/plugins
%dir %{_libdir}/xine/plugins/%{abiversion}
%dir %{_libdir}/xine/plugins/%{abiversion}/post
%{_datadir}/xine/mad
%endif
%changelog