[PyQt4] - fix license tag - add missing buildroot

Than Ngo than at fedoraproject.org
Mon Oct 7 13:02:49 UTC 2013


commit ee5286e9b7a07dd0496fd76996452d91d4843735
Author: Than Ngo <than at redhat.com>
Date:   Mon Oct 7 14:59:37 2013 +0200

    - fix license tag
    - add missing buildroot

 PyQt4.spec |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/PyQt4.spec b/PyQt4.spec
index 39193de..a03ec41 100644
--- a/PyQt4.spec
+++ b/PyQt4.spec
@@ -9,10 +9,10 @@
 Summary: Python bindings for Qt4
 Name: 	 PyQt4
 Version: 4.10.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 # GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
-License: GPLv3 or GPLv2 with exceptions
+License: License: (GPLv3 or GPLv2 with exceptions) and BSD
 Url:     http://www.riverbankcomputing.com/software/pyqt/
 Source0:  http://downloads.sourceforge.net/pyqt/PyQt-x11-gpl%{?snap:-snapshot}-%{version}%{?snap:-%{snap}}.tar.gz
 
@@ -255,14 +255,14 @@ rm -rf %{buildroot}%{python3_sitearch}/PyQt4/uic/port_v2/
 
 # qscintilla
 %if ! 0%{?qscintilla}
-  rm -rf %{python3_sitearch}/PyQt4/uic/widget-plugins/qscintilla* \
-         %{python_sitearch}/PyQt4/uic/widget-plugins/qscintilla*
+  rm -rf %{buildroot}%{python3_sitearch}/PyQt4/uic/widget-plugins/qscintilla* \
+         %{buildroot}%{python_sitearch}/PyQt4/uic/widget-plugins/qscintilla*
 %endif
 
 # webkit
 %if ! 0%{?webkit}
-  rm -rf %{python3_sitearch}/PyQt4/uic/widget-plugins/qtwebkit* \
-         %{python_sitearch}/PyQt4/uic/widget-plugins/qtwebkit*
+  rm -rf %{buildroot}%{python3_sitearch}/PyQt4/uic/widget-plugins/qtwebkit* \
+         %{buildroot}%{python_sitearch}/PyQt4/uic/widget-plugins/qtwebkit*
 %endif
 
 
@@ -372,6 +372,10 @@ diff -u ./sip/QtOpenGL/opengl_types.sip.orig \
 
 
 %changelog
+* Mon Oct 07 2013 Than Ngo <than at redhat.com> - 4.10.2-3
+- fix license tag
+- add missing buildroot
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.10.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list