rpms/xulrunner/devel xulrunner.spec,1.145,1.146

Martin Stransky stransky at fedoraproject.org
Wed Jan 7 21:28:36 UTC 2009


Author: stransky

Update of /cvs/pkgs/rpms/xulrunner/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19486

Modified Files:
	xulrunner.spec 
Log Message:
* Wed Jan 7 2009 Martin Stransky <stransky at redhat.com> 1.9.1-0.6
- Copied mozilla-config.h to stable include dir (#478445)




Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- xulrunner.spec	22 Dec 2008 16:32:22 -0000	1.145
+++ xulrunner.spec	7 Jan 2009 21:28:06 -0000	1.146
@@ -11,7 +11,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9.1
-Release:        0.5.beta2%{?dist}
+Release:        0.6.beta2%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -237,6 +237,10 @@
 %{__cp} -rL dist/include/* \
   $RPM_BUILD_ROOT/%{_includedir}/${INTERNAL_APP_SDK_NAME}
 
+# Copy mozilla-config to stable include dir
+%{__cp} dist/include/mozilla-config.h \
+  $RPM_BUILD_ROOT/%{_includedir}/${INTERNAL_APP_SDK_NAME}/stable
+
 # Fix multilib devel conflicts...
 %ifarch x86_64 ia64 s390x ppc64
 %define mozbits 64
@@ -261,6 +265,10 @@
 install_file "mozilla-config"
 popd
 
+pushd $RPM_BUILD_ROOT/%{_includedir}/${INTERNAL_APP_SDK_NAME}/stable
+install_file "mozilla-config"
+popd
+
 pushd $RPM_BUILD_ROOT/%{_includedir}/${INTERNAL_APP_SDK_NAME}/unstable
 install_file "mozilla-config"
 popd
@@ -443,6 +451,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Jan 7 2009 Martin Stransky <stransky at redhat.com> 1.9.1-0.6
+- Copied mozilla-config.h to stable include dir (#478445)
+
 * Mon Dec 22 2008 Christopher Aillon <caillon at redhat.com> 1.9.1-0.5
 - Typo fix
 




More information about the fedora-extras-commits mailing list