rpms/xulrunner/devel xulrunner.spec,1.183,1.184

Martin Stransky stransky at fedoraproject.org
Mon Nov 23 11:48:27 UTC 2009


Author: stransky

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

Modified Files:
	xulrunner.spec 
Log Message:
- added -unstable.pc files for compatibility with 1.9.1


Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -p -r1.183 -r1.184
--- xulrunner.spec	20 Nov 2009 07:23:43 -0000	1.183
+++ xulrunner.spec	23 Nov 2009 11:48:26 -0000	1.184
@@ -17,7 +17,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9.2.1
-Release:        0.3.%{?pretag}%{?dist}
+Release:        0.4.%{?pretag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -221,11 +221,11 @@ cd -
 %{__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
-#%{__cp} dist/include/mozilla-config.h \
-#  $RPM_BUILD_ROOT/%{_includedir}/${INTERNAL_APP_SDK_NAME}
+# Copy pc files (for compatibility with 1.9.1)
+%{__cp} $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libxul.pc \
+        $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libxul-unstable.pc
+%{__cp} $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libxul-embedding.pc \
+        $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libxul-embedding-unstable.pc
 
 # Fix multilib devel conflicts...
 %ifarch x86_64 ia64 s390x ppc64
@@ -402,6 +402,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Nov 23 2009 Martin Stransky <stransky at redhat.com> 1.9.2.1-0.4.b3
+- added -unstable.pc files for compatibility with 1.9.1
+
 * Fri Nov 20 2009 Martin Stransky <stransky at redhat.com> 1.9.2.1-0.3.b3
 - Necko wifi monitor disabled
 - fixed a dependency (#539261)




More information about the fedora-extras-commits mailing list