geoffrey,

> here are some new stuff for hackmozilla. a new spec (look at the changelog
> section.), and a new mozilla bourne shell script file. now has args support.

> enjoy.
not quite yet...

I've fixed some flees in the .spec file... but then it won't install.
take
a look at this:

[root@stefan i686]# rpm -Uvh
hackmozilla-browser-5.0-0.CVS20000303.2mdk.i686.rpm
hackmozilla-mail-5.0-0.CVS20000303.2mdk.i686.rpm
loop in prerequisite chain: hackmozilla-browser hackmozilla-mail
hackmozilla-browser

[root@stefan i686]# rpm -Uvh
hackmozilla-browser-5.0-0.CVS20000303.2mdk.i686.rpm 
error: failed dependencies:
        hackmozilla-mail   is needed by
hackmozilla-browser-5.0-0.CVS20000303.2mdk

[root@stefan i686]# rpm -Uvh
hackmozilla-mail-5.0-0.CVS20000303.2mdk.i686.rpm
error: failed dependencies:
        hackmozilla-browser   is needed by
hackmozilla-mail-5.0-0.CVS20000303.2mdk
        libmsgbaseutil.so is needed by
hackmozilla-mail-5.0-0.CVS20000303.2mdk

Of course I could go ahead and --force it... But me thinks we just need
to merge 
the mail with the browser rpm, or figure out what _really_ needs to go
in where 
and fix the requisites in the rpm's...

BTW: Here's the diff on your .spec file...

Stefan
--- hackmozilla.spec    Sat Mar  4 19:47:15 2000
+++ SPEC/hackmozilla.spec       Sat Mar  4 19:49:35 2000
@@ -1,7 +1,7 @@
 %define name mozilla
 %define version 5.0
-%define mdk 2mdk
-%define mozrel CVS20000226
+%define mdk 3mdk
+%define mozrel CVS20000303
 %define release 0.%{mozrel}.%{mdk}
 %define officialrelease M14
 
@@ -164,7 +164,7 @@
 
 cp dist/bin/netscape.cfg $RPM_BUILD_ROOT%{prefix}/lib/mozilla/
 
-#cp dist/bin/run-mozilla.sh $RPM_BUILD_ROOT%{prefix}/bin/
+cp dist/bin/run-mozilla.sh $RPM_BUILD_ROOT%{prefix}/bin/
 cp dist/bin/regExport $RPM_BUILD_ROOT%{prefix}/bin/
 cp dist/bin/regxpcom $RPM_BUILD_ROOT%{prefix}/bin/
 cp dist/bin/splash.xpm $RPM_BUILD_ROOT%{prefix}/bin/
@@ -422,7 +422,7 @@
 #devel package
 mkdir -p $RPM_BUILD_ROOT%{prefix}/include/mozilla
 
-cp -R /dist/include/* $RPM_BUILD_ROOT%{prefix}/include/mozilla/.
+cp -R dist/include/* $RPM_BUILD_ROOT%{prefix}/include/mozilla/.
 # Make sure that we overwrite the mozilla installed with ours.
 cp %{SOURCE1} $RPM_BUILD_ROOT%{prefix}/bin/mozilla
 
@@ -720,6 +720,10 @@
 
 
 %changelog
+* Sat Mar 04 2000 Stefan van der Eijk <[EMAIL PROTECTED]>
+- CVS20000303
+- minor changes to .spec file
+
 * Thu Mar 02 2000 Geoffrey Lee <[EMAIL PROTECTED]>
 - add hackmozilla-mail to hackmozilla-browser requires, sorry folks, without
   files from the mail package it will cause segfault for some reason :-(

Reply via email to