rpms/PyQt-qscintilla/FC-6 PyQt-qscintilla.spec,1.4,1.5

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Nov 6 15:09:05 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/PyQt-qscintilla/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25892

Modified Files:
	PyQt-qscintilla.spec 
Log Message:
* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.16-6
- devel subpkg 



Index: PyQt-qscintilla.spec
===================================================================
RCS file: /cvs/extras/rpms/PyQt-qscintilla/FC-6/PyQt-qscintilla.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PyQt-qscintilla.spec	29 Aug 2006 18:39:52 -0000	1.4
+++ PyQt-qscintilla.spec	6 Nov 2006 15:08:35 -0000	1.5
@@ -2,12 +2,12 @@
 Summary: PyQt qscintilla extentions 
 Name: 	 PyQt-qscintilla
 Version: 3.16
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 License: GPL
 Group: 	 Development/Languages
-Url: 	 http://www.riverbankcomputing.co.uk/pyqt/
-Source:	 http://www.river-bank.demon.co.uk/download/PyQt/PyQt-x11-gpl-%{version}.tar.gz
+Url: 	 http://www.riverbankcomputing.com/pyqt/
+Source0: http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/PyQt-x11-gpl-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: qt-devel
@@ -15,13 +15,20 @@
 BuildRequires: sip-devel
 %global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")
 %global python_sitedir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
-Requires: python-abi = %{python_ver} 
-
+Requires: python-abi = %{python_ver}
 Requires: PyQt = %{version}
 
 %description
 %{summary}.
 
+%package devel
+Summary: Libraries and header files for %{name} development
+Group:   Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: sip-devel
+%description devel
+%{summary}.
+
 
 %prep
 %setup -q -n PyQt-x11-gpl-%{version}
@@ -51,13 +58,17 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
-# IMO, sip should own this -- Rex
-%dir %{_datadir}/sip
-%{_datadir}/sip/qtext/
 %{python_sitedir}/qtext*.so
 
+%files devel
+%defattr(-,root,root,-)
+%{_datadir}/sip/qtext/
+
 
 %changelog
+* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.16-6
+- devel subpkg 
+
 * Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.16-5
 - fc6 respin
 




More information about the fedora-extras-commits mailing list