Browse Source

fix Patch1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2623 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
74397c4f93
1 changed files with 8 additions and 3 deletions
  1. 8 3
      P/PyQt4/PyQt4-vl.spec

+ 8 - 3
P/PyQt4/PyQt4-vl.spec

@@ -11,14 +11,14 @@ Name: 	 PyQt4
 Summary: Python bindings for Qt4
 Summary(ja): Qt4 の Python バインディング
 Version: 4.8.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 # GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
 License: GPLv3 or GPLv2 with exceptions
 Group: 	 Development/Languages
 URL:     http://www.riverbankcomputing.com/software/pyqt/
 Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-%{version}.tar.gz
-Patch1:  PyQt-x11-gpl-4.4.4-64bit.patch
+Patch1:  PyQt-x11-gpl-4.8.3-64bit.patch
 # HACK! FIXME: ping upstream why this isn't working right. -- Rex
 Patch2:  PyQt-x11-gpl-4.5.2-QT_SHARED.patch
 Patch4:  PyQt-x11-gpl-4.5.1-pyuic_shebang.patch
@@ -59,7 +59,9 @@ of the Qt4 classes (e.g. KDE or your own).
 
 %prep
 %setup -q -n PyQt-x11-gpl-%{version}
-#patch1 -p1 -b .64bit
+%ifarch x86_64
+%patch1 -p1 -b .64bit
+%endif
 %patch2 -p1 -b .QT_SHARED
 #patch4 -p1 
 
@@ -123,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.3-2
+- update Patch1 (PyQt-x11-gpl-4.8.3-64bit.patch)
+
 * Sun Jan 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.3-1
 - new upstream release
 - built with sip-4.12.1 and qt4-4.7.1