rpms/firefox/devel firefox.spec,1.132,1.133

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 28 00:44:24 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/firefox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6560

Modified Files:
	firefox.spec 
Log Message:
* Thu Jul 27 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.5-4
- Add pkgconfig files



Index: firefox.spec
===================================================================
RCS file: /cvs/dist/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- firefox.spec	27 Jul 2006 19:46:37 -0000	1.132
+++ firefox.spec	28 Jul 2006 00:44:21 -0000	1.133
@@ -11,7 +11,7 @@
 Summary:        Mozilla Firefox Web browser.
 Name:           firefox
 Version:        1.5.0.5
-Release:        3
+Release:        4
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPL/LGPL
 Group:          Applications/Internet
@@ -256,6 +256,7 @@
 %if %{build_devel_package}
 %{__mkdir_p} $RPM_BUILD_ROOT/%{_includedir}/firefox-%{version}
 %{__mkdir_p} $RPM_BUILD_ROOT/%{_datadir}/idl/firefox-%{version}
+%{__mkdir_p} $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
 %{__cp} -r dist/include/* \
   $RPM_BUILD_ROOT/%{_includedir}/firefox-%{version}
 %{__cp} -r dist/idl/* \
@@ -265,6 +266,8 @@
   dist/bin/xpt_dump \
   dist/bin/xpt_link \
   $RPM_BUILD_ROOT/%{ffdir}
+install -c -m 644 build/unix/*.pc \
+  $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
 %endif
 
 # ghost files
@@ -339,11 +342,18 @@
 %{ffdir}/xpidl
 %{ffdir}/xpt_dump
 %{ffdir}/xpt_link
+%{ffdir}/firefox-xpcom.pc
+%{ffdir}/firefox-plugin.pc
+%{ffdir}/firefox-jscom.pc
+%{ffdir}/firefox-gtkmozembed.pc
 %endif
 
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Jul 27 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.5-4
+- Add pkgconfig files
+
 * Thu Jul 27 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.5-3
 - Don't strip provides when building the devel package
 




More information about the fedora-cvs-commits mailing list