rpms/xulrunner/OLPC-3 xulrunner.spec,1.128,1.129

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Mon Jun 23 22:33:32 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/xulrunner/OLPC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4585

Modified Files:
	xulrunner.spec 
Log Message:
use xulrunner-pyxpcom rather than python-xulrunner



Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/OLPC-3/xulrunner.spec,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- xulrunner.spec	20 Jun 2008 12:18:07 -0000	1.128
+++ xulrunner.spec	23 Jun 2008 22:32:47 -0000	1.129
@@ -8,7 +8,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 URL:            http://www.mozilla.org/projects/xulrunner/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -90,22 +90,22 @@
 Unstable files for use with development of Gecko applications.  These headers
 are not frozen and APIs can change at any time, so should not be relied on.
 
-%package -n python-xulrunner
+%package pyxpcom
 Summary: PyXPCOM bindings.
 Group: Development/Libraries
 BuildRequires: python-devel
 
-%description -n python-xulrunner
+%description pyxpcom
 PyXPCOM allows for bidirectional communication between Python and XPCOM which
 permits both extension of XPCOM components from Python and embedding of XPCOM
 components into Python applications.
 
-%package -n python-xulrunner-devel
+%package pyxpcom-devel
 Summary: Development files for PyXPCOM.
 Group: Development/Libraries
-Requires: xulrunner-devel
+Requires: xulrunner-devel = %{version}-%{release}
 
-%description -n python-xulrunner-devel
+%description pyxpcom-devel
 PyXPCOM development files.
 
 #---------------------------------------------------------------------
@@ -393,20 +393,23 @@
 %{_libdir}/pkgconfig/*unstable*.pc
 %{_libdir}/pkgconfig/*gtkmozembed*.pc
 
-%files -n python-xulrunner
+%files pyxpcom 
 %defattr(-,root,root,-)
 %dir %{mozappdir}/python
 %{mozappdir}/python/*
 %{mozappdir}/components/py*
 %{mozappdir}/libpyxpcom.so
 
-%files -n python-xulrunner-devel
+%files  pyxpcom-devel
 %defattr(-,root,root,-)
 %{_includedir}/%{name}*%{version_internal}/pyxpcom
 
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Jun 23 2008 Dennis Gilmore <dennis at ausil.us> 1.9-1.1
+- us xulrunner-pyxpcom instead of python-xulrunner
+
 * Fri Jun 20 2008 Marco Pesenti Gritti <mpg at redhat.com> 1.9-2
 - Add python-xulrunner and python-xulrunner-devel
 




More information about the fedora-extras-commits mailing list