[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/firefox/devel .cvsignore, 1.27, 1.28 firefox-mozconfig, 1.7, 1.8 firefox.spec, 1.137, 1.138



Author: mclasen

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

Modified Files:
	.cvsignore firefox-mozconfig firefox.spec 
Log Message:
pass --libdir to configure



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/firefox/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	27 Jul 2006 17:13:32 -0000	1.27
+++ .cvsignore	30 Jul 2006 04:08:01 -0000	1.28
@@ -1,2 +1,3 @@
 firefox-1.5.0.5-source.tar.bz2
 firefox-langpacks-1.5.0.5-20060726.tar.bz2
+firefox-mozconfig


Index: firefox-mozconfig
===================================================================
RCS file: /cvs/dist/rpms/firefox/devel/firefox-mozconfig,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- firefox-mozconfig	25 Jul 2006 04:09:33 -0000	1.7
+++ firefox-mozconfig	30 Jul 2006 04:08:01 -0000	1.8
@@ -1,6 +1,7 @@
 . $topsrcdir/browser/config/mozconfig
 
 ac_add_options --prefix="$PREFIX"
+ac_add_options --libdir="$LIBDIR"
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
 ac_add_options --with-system-jpeg


Index: firefox.spec
===================================================================
RCS file: /cvs/dist/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- firefox.spec	28 Jul 2006 19:53:40 -0000	1.137
+++ firefox.spec	30 Jul 2006 04:08:01 -0000	1.138
@@ -11,7 +11,7 @@
 Summary:        Mozilla Firefox Web browser.
 Name:           firefox
 Version:        1.5.0.5
-Release:        7
+Release:        8
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPL/LGPL
 Group:          Applications/Internet
@@ -156,6 +156,7 @@
 
 export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | %{__sed} s/-O2/-Os/`
 export PREFIX='%{_prefix}'
+export LIBDIR='%{_libdir}'
 
 %ifarch ppc ppc64 s390 s390x
 %define moz_make_flags -j1
@@ -353,6 +354,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Sun Jul 30 2006 Matthias Clasen <mclasen redhat com> - 1.5.0.5-8
+- Pass --libdir to configure
+
 * 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]