SPECS: iceweasel.spec, icedove.spec - alternate wrappers for Titanium

hawk hawk at pld-linux.org
Mon Aug 18 17:29:53 CEST 2008


Author: hawk                         Date: Mon Aug 18 15:29:53 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- alternate wrappers for Titanium

---- Files affected:
SPECS:
   iceweasel.spec (1.22 -> 1.23) , icedove.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/iceweasel.spec
diff -u SPECS/iceweasel.spec:1.22 SPECS/iceweasel.spec:1.23
--- SPECS/iceweasel.spec:1.22	Sat Aug  9 17:43:38 2008
+++ SPECS/iceweasel.spec	Mon Aug 18 17:29:48 2008
@@ -32,6 +32,7 @@
 Source2:	%{name}-rm_nonfree.sh
 Source3:	%{name}.desktop
 Source4:	%{name}.sh
+Source5:	%{name}-ti.sh
 Patch0:		%{name}-branding.patch
 Patch1:		%{name}-install.patch
 Patch2:		%{name}-gcc3.patch
@@ -279,7 +280,11 @@
 ln -s %{_datadir}/myspell $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
 %endif
 
+%if "%{pld_release}" == "ti"
+sed 's, at LIBDIR@,%{_libdir},' %{SOURCE5} > $RPM_BUILD_ROOT%{_bindir}/iceweasel
+%else
 sed 's, at LIBDIR@,%{_libdir},' %{SOURCE4} > $RPM_BUILD_ROOT%{_bindir}/iceweasel
+%endif
 ln -s iceweasel $RPM_BUILD_ROOT%{_bindir}/firefox
 ln -s iceweasel $RPM_BUILD_ROOT%{_bindir}/mozilla-firefox
 
@@ -487,6 +492,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2008/08/18 15:29:48  hawk
+- alternate wrappers for Titanium
+
 Revision 1.22  2008/08/09 15:43:38  paszczus
 - added R: myspell-common; rel 3
 

================================================================
Index: SPECS/icedove.spec
diff -u SPECS/icedove.spec:1.10 SPECS/icedove.spec:1.11
--- SPECS/icedove.spec:1.10	Fri Aug  1 20:48:51 2008
+++ SPECS/icedove.spec	Mon Aug 18 17:29:48 2008
@@ -33,7 +33,8 @@
 Source3:	%{name}-rm_nonfree.sh
 Source4:	%{name}.desktop
 Source5:	%{name}.sh
-Source6:	%{name}-enigmail.manifest
+Source6:	%{name}-ti.sh
+Source7:	%{name}-enigmail.manifest
 Patch0:		%{name}-branding.patch
 Patch1:		%{name}-lib_path.patch
 Patch2:		%{name}-enigmail-shared.patch
@@ -263,7 +264,11 @@
 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
 ln -s %{_datadir}/myspell $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
 
+%if "%{pld_release}" == "ti"
+%{__sed} -e 's, at LIBDIR@,%{_libdir},' %{SOURCE6} > $RPM_BUILD_ROOT%{_bindir}/icedove
+%else
 %{__sed} -e 's, at LIBDIR@,%{_libdir},' %{SOURCE5} > $RPM_BUILD_ROOT%{_bindir}/icedove
+%endif
 ln -s %{name} $RPM_BUILD_ROOT%{_bindir}/thunderbird
 ln -s %{name} $RPM_BUILD_ROOT%{_bindir}/mozilla-thunderbird
 
@@ -288,7 +293,7 @@
 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/components/enig*
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/components/libenigmime.so
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/components/ipc.xpt
-cp -f %{SOURCE6} $_enig_dir/chrome.manifest
+cp -f %{SOURCE7} $_enig_dir/chrome.manifest
 cp -f icedove/branding/content/icon64.png $RPM_BUILD_ROOT%{_pixmapsdir}/icedove.png
 %endif
 
@@ -369,6 +374,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008/08/18 15:29:48  hawk
+- alternate wrappers for Titanium
+
 Revision 1.10  2008/08/01 18:48:51  arekm
 - filterout fortify flags from equation (too many bugs in the code that are catched by fortify)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel.spec?r1=1.22&r2=1.23&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/icedove.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list