From 460c75605b8ab93a5f476f4541da8089217b2165 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Fri, 28 Jul 2006 19:53:40 +0000 Subject: [PATCH] - Dereference links in %install so the files get put in the right place. --- firefox.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/firefox.spec b/firefox.spec index cc96139..524a8a6 100644 --- a/firefox.spec +++ b/firefox.spec @@ -11,7 +11,7 @@ Summary: Mozilla Firefox Web browser. Name: firefox Version: 1.5.0.5 -Release: 6 +Release: 7 URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL Group: Applications/Internet @@ -257,9 +257,9 @@ done %{__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/* \ +%{__cp} -rL dist/include/* \ $RPM_BUILD_ROOT/%{_includedir}/firefox-%{version} -%{__cp} -r dist/idl/* \ +%{__cp} -rL dist/idl/* \ $RPM_BUILD_ROOT/%{_datadir}/idl/firefox-%{version} install -c -m 755 dist/bin/xpcshell \ dist/bin/xpidl \ @@ -353,6 +353,10 @@ fi #--------------------------------------------------------------------- %changelog +* Fri Jul 28 2006 Christopher Aillon - 1.5.0.5-7 +- Dereference links in %%install so the files get put in the + right place. + * Fri Jul 28 2006 Christopher Aillon - 1.5.0.5-6 - Actually, those pkgconfig files really shouldn't be here as we use system nss and nspr.