rpms/seamonkey/devel seamonkey.spec,1.39,1.40

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Sat Mar 15 21:48:58 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/seamonkey/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28245

Modified Files:
	seamonkey.spec 
Log Message:
Still a few more fixes needed for moving the builddir around.



Index: seamonkey.spec
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- seamonkey.spec	15 Mar 2008 21:03:54 -0000	1.39
+++ seamonkey.spec	15 Mar 2008 21:48:19 -0000	1.40
@@ -189,59 +189,59 @@
 # build all of the default browser components
 # base Seamonkey package (seamonkey.list)
 %{SOURCE7} --package langenus --output-file %{builddir}/seamonkey.list \
-    --package-file $RPM_BUILD_DIR/mozilla/xpinstall/packager/packages-unix \
+    --package-file xpinstall/packager/packages-unix \
     --install-dir $RPM_BUILD_ROOT/%{mozdir} \
     --install-root %{mozdir}
 
 %{SOURCE7} --package regus --output-file %{builddir}/seamonkey.list \
-    --package-file $RPM_BUILD_DIR/mozilla/xpinstall/packager/packages-unix \
+    --package-file xpinstall/packager/packages-unix \
     --install-dir $RPM_BUILD_ROOT/%{mozdir} \
     --install-root %{mozdir}
 
 %{SOURCE7} --package deflenus --output-file %{builddir}/seamonkey.list \
-    --package-file $RPM_BUILD_DIR/mozilla/xpinstall/packager/packages-unix \
+    --package-file xpinstall/packager/packages-unix \
     --install-dir $RPM_BUILD_ROOT/%{mozdir} \
     --install-root %{mozdir}
 
 %{SOURCE7} --package xpcom --output-file %{builddir}/seamonkey.list \
-    --package-file $RPM_BUILD_DIR/mozilla/xpinstall/packager/packages-unix \
+    --package-file xpinstall/packager/packages-unix \
     --install-dir $RPM_BUILD_ROOT/%{mozdir} \
     --install-root %{mozdir} \
     --exclude-file=%{SOURCE18}
 
 %{SOURCE7} --package browser --output-file %{builddir}/seamonkey.list \
-    --package-file $RPM_BUILD_DIR/mozilla/xpinstall/packager/packages-unix \
+    --package-file xpinstall/packager/packages-unix \
     --install-dir $RPM_BUILD_ROOT/%{mozdir} \
     --install-root %{mozdir}
 
 %{SOURCE7} --package spellcheck --output-file %{builddir}/seamonkey.list \
-    --package-file $RPM_BUILD_DIR/mozilla/xpinstall/packager/packages-unix \
+    --package-file xpinstall/packager/packages-unix \
     --install-dir $RPM_BUILD_ROOT/%{mozdir} \
     --install-root %{mozdir}
 
 %{SOURCE7} --package psm --output-file %{builddir}/seamonkey.list \
-    --package-file $RPM_BUILD_DIR/mozilla/xpinstall/packager/packages-unix \
+    --package-file xpinstall/packager/packages-unix \
     --install-dir $RPM_BUILD_ROOT/%{mozdir} \
     --install-root %{mozdir} \
     --exclude-file=%{SOURCE17}
 
 %{SOURCE7} --package mail --output-file %{builddir}/seamonkey.list \
-    --package-file $RPM_BUILD_DIR/mozilla/xpinstall/packager/packages-unix \
+    --package-file xpinstall/packager/packages-unix \
     --install-dir $RPM_BUILD_ROOT/%{mozdir} \
     --install-root %{mozdir}
 
 %{SOURCE7} --package chatzilla --output-file %{builddir}/seamonkey.list \
-    --package-file $RPM_BUILD_DIR/mozilla/xpinstall/packager/packages-unix \
+    --package-file xpinstall/packager/packages-unix \
     --install-dir $RPM_BUILD_ROOT/%{mozdir} \
     --install-root %{mozdir}
 
 %{SOURCE7} --package venkman --output-file %{builddir}/seamonkey.list \
-    --package-file $RPM_BUILD_DIR/mozilla/xpinstall/packager/packages-unix \
+    --package-file xpinstall/packager/packages-unix \
     --install-dir $RPM_BUILD_ROOT/%{mozdir} \
     --install-root %{mozdir}
 
 %{SOURCE7} --package inspector --output-file %{builddir}/seamonkey.list \
-    --package-file $RPM_BUILD_DIR/mozilla/xpinstall/packager/packages-unix \
+    --package-file xpinstall/packager/packages-unix \
     --install-dir $RPM_BUILD_ROOT/%{mozdir} \
     --install-root %{mozdir}
 
@@ -311,8 +311,8 @@
 %{__rm} $RPM_BUILD_ROOT/fc-default-prefs
 
 # set up our default bookmarks
-%{__rm} -f $RPM_BUILD_ROOT/%{mozappdir}/defaults/profile/bookmarks.html
-ln -s %{default_bookmarks_file} $RPM_BUILD_ROOT/%{mozappdir}/defaults/profile/bookmarks.html
+%{__rm} -f $RPM_BUILD_ROOT/%{mozdir}/defaults/profile/bookmarks.html
+ln -s %{default_bookmarks_file} $RPM_BUILD_ROOT/%{mozdir}/defaults/profile/bookmarks.html
 
 # we use /usr/lib/mozilla/plugins which is the version-independent
 # place that plugins can be installed




More information about the fedora-extras-commits mailing list