SPECS (AC-branch): mozilla-thunderbird.spec - strip is done by rpm...

glen glen at pld-linux.org
Sun Feb 25 22:42:26 CET 2007


Author: glen                         Date: Sun Feb 25 21:42:26 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- strip is done by rpm; own build dir

---- Files affected:
SPECS:
   mozilla-thunderbird.spec (1.61.2.12 -> 1.61.2.13) 

---- Diffs:

================================================================
Index: SPECS/mozilla-thunderbird.spec
diff -u SPECS/mozilla-thunderbird.spec:1.61.2.12 SPECS/mozilla-thunderbird.spec:1.61.2.13
--- SPECS/mozilla-thunderbird.spec:1.61.2.12	Sat Jan 27 12:30:44 2007
+++ SPECS/mozilla-thunderbird.spec	Sun Feb 25 22:42:21 2007
@@ -82,7 +82,8 @@
 Edition. Alternatywą dla niego może być słownik OpenOffice'a.
 
 %prep
-%setup -q -n mozilla
+%setup -qc
+cd mozilla
 %{?with_enigmail:tar xvfz %{SOURCE1} -C mailnews/extensions}
 
 %patch0 -p1
@@ -95,6 +96,7 @@
 :> config/gcc_hidden.h
 
 %build
+cd mozilla
 export CFLAGS="%{rpmcflags} `%{_bindir}/pkg-config mozilla-nspr --cflags-only-I`"
 export CXXFLAGS="%{rpmcflags} `%{_bindir}/pkg-config mozilla-nspr --cflags-only-I`"
 
@@ -147,8 +149,8 @@
 ac_add_options --enable-optimize="%{rpmcflags}"
 ac_add_options --enable-pango
 ac_add_options --enable-reorder
-ac_add_options --enable-strip
-ac_add_options --enable-strip-libs
+ac_add_options --disable-strip
+ac_add_options --disable-strip-libs
 ac_add_options --enable-system-cairo
 ac_add_options --enable-svg
 ac_add_options --enable-xft
@@ -176,6 +178,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+cd mozilla
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_pixmapsdir},%{_desktopdir}}
 
 %{__make} -C xpinstall/packager stage-package \
@@ -284,6 +287,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.61.2.13  2007/02/25 21:42:21  glen
+- strip is done by rpm; own build dir
+
 Revision 1.61.2.12  2007/01/27 11:30:44  hawk
 - don't use BUILD_OFFICIAL/MOZILLA_OFFICIAL, we are not allowed to do so
 - s/Mozilla Thunderbird/Thunderbird Community Edition/, "Mozilla Thunderbird"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mozilla-thunderbird.spec?r1=1.61.2.12&r2=1.61.2.13&f=u



More information about the pld-cvs-commit mailing list