SPECS: seamonkey.spec - added glueload-fix.patch, fixes SIGABRT during %ins...
sparky
sparky at pld-linux.org
Tue Sep 23 22:19:15 CEST 2008
Author: sparky Date: Tue Sep 23 20:19:15 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added glueload-fix.patch, fixes SIGABRT during %install
- don't strip anything
---- Files affected:
SPECS:
seamonkey.spec (1.88 -> 1.89)
---- Diffs:
================================================================
Index: SPECS/seamonkey.spec
diff -u SPECS/seamonkey.spec:1.88 SPECS/seamonkey.spec:1.89
--- SPECS/seamonkey.spec:1.88 Mon Jul 21 23:07:00 2008
+++ SPECS/seamonkey.spec Tue Sep 23 22:19:08 2008
@@ -35,6 +35,7 @@
Patch4: %{name}-fonts.patch
Patch5: %{name}-ti-agent.patch
Patch6: %{name}-agent.patch
+Patch7: %{name}-glueload-fix.patch
URL: http://www.seamonkey-project.org/
BuildRequires: automake
%{?with_svg:BuildRequires: cairo-devel >= 1.0.0}
@@ -218,6 +219,7 @@
%else
%patch6 -p1
%endif
+%patch7 -p2
%build
cd mozilla
@@ -258,7 +260,8 @@
--with-system-zlib \
--with-x
-%{__make}
+%{__make} \
+ STRIP='printf "\033[1;31mWill not strip: %s\033[0;0m\n"'
cd mailnews/extensions/enigmail
./makemake -r
@@ -767,6 +770,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.89 2008/09/23 20:19:08 sparky
+- added glueload-fix.patch, fixes SIGABRT during %install
+- don't strip anything
+
Revision 1.88 2008/07/21 21:07:00 qboosh
- _noauto* cleanup: don't provide any private libs or modules, don't require any private library
- don't use epoch in internal deps (not defined)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/seamonkey.spec?r1=1.88&r2=1.89&f=u
More information about the pld-cvs-commit
mailing list