added -F2 for to patches to get it build on 11.3 with crppled and non crippled tarball

OBS-URL: https://build.opensuse.org/package/show/multimedia:xine/xine-lib?expand=0&rev=25
This commit is contained in:
Manfred Tremmel 2010-02-03 20:09:57 +00:00 committed by Git OBS Bridge
parent 7fa0a82c6d
commit a57add302a
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 03 21:03:00 CEST 2010 - Manfred.Tremmel@iiv.de
- sorry guys it's useless to try fuzz=0 getting working without
having two patch versions for crippled and non crippled tarball
added "-F2" for patch 50 and 61
-------------------------------------------------------------------
Mon Feb 1 12:37:47 UTC 2010 - jengelh@medozas.de

View File

@ -760,10 +760,18 @@ EOF
%patch26
%patch28 -p1
%patch31 -p1
%if %suse_version >= 1110
%patch50 -p1 -F2
%else
%patch50 -p1
%endif
%patch51 -p1
sed -i 's|^noinst_HEADERS = input_vdr.h|xineinclude_HEADERS = input_vdr.h|' src/vdr/Makefile.am
%if %suse_version >= 1110
%patch61 -p1 -F2
%else
%patch61 -p1
%endif
%patch62 -p1
#sed -i 's|^ac_config_files="|ac_config_files="src/vdr/Makefile src/mjpeg/Makefile|' configure
%if %{with distributable}