packages: xulrunner/xulrunner-install.patch, xulrunner/xulrunner.spec - unb...

qboosh qboosh at pld-linux.org
Fri Sep 24 07:21:50 CEST 2010


Author: qboosh                       Date: Fri Sep 24 05:21:50 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- unbroken install patch (keep utils in sdk/bin dir, that's where mozilla apps expect them; just make symlinks in bindir
- release 2

---- Files affected:
packages/xulrunner:
   xulrunner-install.patch (1.8 -> 1.9) , xulrunner.spec (1.161 -> 1.162) 

---- Diffs:

================================================================
Index: packages/xulrunner/xulrunner-install.patch
diff -u packages/xulrunner/xulrunner-install.patch:1.8 packages/xulrunner/xulrunner-install.patch:1.9
--- packages/xulrunner/xulrunner-install.patch:1.8	Wed Aug 18 10:23:01 2010
+++ packages/xulrunner/xulrunner-install.patch	Fri Sep 24 07:21:45 2010
@@ -38,10 +38,10 @@
  	$(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
 -	ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
 +	ln -s $(installdir)/$(MOZ_APP_NAME)-bin $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
-+	mv $(DESTDIR)$(MOZ_PKG_APPDIR)/regxpcom $(DESTDIR)$(bindir)/regxpcom
-+	mv $(DESTDIR)$(MOZ_PKG_APPDIR)/xpidl $(DESTDIR)$(bindir)/xpidl
-+	mv $(DESTDIR)$(MOZ_PKG_APPDIR)/xpt_dump $(DESTDIR)$(bindir)/xpt_dump
-+	mv $(DESTDIR)$(MOZ_PKG_APPDIR)/xpt_link $(DESTDIR)$(bindir)/xpt_link
++	ln -s $(MOZ_PKG_APPDIR)/regxpcom $(DESTDIR)$(bindir)/regxpcom
++	ln -s $(MOZ_PKG_APPDIR)/xpidl $(DESTDIR)$(bindir)/xpidl
++	ln -s $(MOZ_PKG_APPDIR)/xpt_dump $(DESTDIR)$(bindir)/xpt_dump
++	ln -s $(MOZ_PKG_APPDIR)/xpt_link $(DESTDIR)$(bindir)/xpt_link
  ifdef INSTALL_SDK # Here comes the hard part
  	$(NSINSTALL) -D $(DESTDIR)$(includedir)
 -	(cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \

================================================================
Index: packages/xulrunner/xulrunner.spec
diff -u packages/xulrunner/xulrunner.spec:1.161 packages/xulrunner/xulrunner.spec:1.162
--- packages/xulrunner/xulrunner.spec:1.161	Thu Sep 23 09:13:24 2010
+++ packages/xulrunner/xulrunner.spec	Fri Sep 24 07:21:45 2010
@@ -25,7 +25,7 @@
 Summary(pl.UTF-8):	XULRunner - środowisko uruchomieniowe Mozilli dla aplikacji XUL+XPCOM
 Name:		xulrunner
 Version:	%{xulrunner_ver}
-Release:	1
+Release:	2
 Epoch:		2
 License:	MPL v1.1 or GPL v2+ or LGPL v2.1+
 Group:		X11/Applications
@@ -535,8 +535,12 @@
 %attr(755,root,root) %{_bindir}/xpidl
 %attr(755,root,root) %{_bindir}/xpt_dump
 %attr(755,root,root) %{_bindir}/xpt_link
-%attr(755,root,root) %{_libdir}/%{name}/xulrunner-stub
+%attr(755,root,root) %{_libdir}/%{name}/regxpcom
 %attr(755,root,root) %{_libdir}/%{name}/xpcshell
+%attr(755,root,root) %{_libdir}/%{name}/xpidl
+%attr(755,root,root) %{_libdir}/%{name}/xpt_dump
+%attr(755,root,root) %{_libdir}/%{name}/xpt_link
+%attr(755,root,root) %{_libdir}/%{name}/xulrunner-stub
 %{_includedir}/%{name}
 %{_datadir}/idl/%{name}
 %{_libdir}/%{name}-sdk
@@ -562,6 +566,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.162  2010/09/24 05:21:45  qboosh
+- unbroken install patch (keep utils in sdk/bin dir, that's where mozilla apps expect them; just make symlinks in bindir
+- release 2
+
 Revision 1.161  2010/09/23 07:13:24  qboosh
 - BR: python
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner-install.patch?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner.spec?r1=1.161&r2=1.162&f=u



More information about the pld-cvs-commit mailing list