[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/firefox/devel firefox.spec,1.136,1.137
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/firefox/devel firefox.spec,1.136,1.137
- Date: Fri, 28 Jul 2006 15:53:43 -0400
Author: caillon
Update of /cvs/dist/rpms/firefox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17302
Modified Files:
firefox.spec
Log Message:
* Fri Jul 28 2006 Christopher Aillon <caillon redhat com> - 1.5.0.5-7
- Dereference links in %install so the files get put in the
right place.
Index: firefox.spec
===================================================================
RCS file: /cvs/dist/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- firefox.spec 28 Jul 2006 15:54:50 -0000 1.136
+++ firefox.spec 28 Jul 2006 19:53:40 -0000 1.137
@@ -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 @@
%{__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 @@
#---------------------------------------------------------------------
%changelog
+* Fri Jul 28 2006 Christopher Aillon <caillon redhat com> - 1.5.0.5-7
+- Dereference links in %%install so the files get put in the
+ right place.
+
* Fri Jul 28 2006 Christopher Aillon <caillon redhat com> - 1.5.0.5-6
- Actually, those pkgconfig files really shouldn't be here as we use
system nss and nspr.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]