[mygui] Make it easier to figure out patch issues

Bruno Wolff III bruno at fedoraproject.org
Mon Dec 10 13:19:50 UTC 2012


commit de0152c12fb59acfa42969ad9c48bd2df3e8116a
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Dec 4 13:43:13 2012 -0600

    Make it easier to figure out patch issues

 mygui.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/mygui.spec b/mygui.spec
index ed4eac5..77a0c1a 100644
--- a/mygui.spec
+++ b/mygui.spec
@@ -90,11 +90,11 @@ An helper script MyGUI-Tools is provided and installed in %{_bindir}.
 
 %prep
 %setup -n MyGUI_%{version}
-%patch0 -p0
-%patch1 -p0
-%patch2 -p0
-%patch3 -p0
-%patch4 -p1
+%patch0 -p0 -b multilib
+%patch1 -p0 -b headers
+%patch2 -p0 -b threadlibs
+%patch3 -p0 -b poco
+%patch4 -p1 -b pc
 # Fix eol 
 sed -i 's/\r//' COPYING.LESSER
 # Fix non-UTF8 files


More information about the scm-commits mailing list