Author: glen Date: Thu Nov 2 16:51:27 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - update install procedure from mozilla-firefox.spec which avoids creating temporary tgz
---- Files affected: SPECS: mozilla-thunderbird.spec (1.61.2.8 -> 1.61.2.9) ---- Diffs: ================================================================ Index: SPECS/mozilla-thunderbird.spec diff -u SPECS/mozilla-thunderbird.spec:1.61.2.8 SPECS/mozilla-thunderbird.spec:1.61.2.9 --- SPECS/mozilla-thunderbird.spec:1.61.2.8 Wed Nov 1 17:01:18 2006 +++ SPECS/mozilla-thunderbird.spec Thu Nov 2 17:51:22 2006 @@ -13,7 +13,7 @@ Summary(pl): Mozilla Thunderbird - klient poczty Name: mozilla-thunderbird Version: 1.5.0.7 -Release: 1.1 +Release: 1.2 License: MPL/LGPL Group: Applications/Networking Source0: http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}-source.tar.bz2 @@ -184,16 +184,16 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_pixmapsdir},%{_desktopdir}} -%{__make} -C xpinstall/packager \ - MOZ_PKG_APPNAME="mozilla-thunderbird" \ - MOZILLA_BIN="\$(DIST)/bin/thunderbird-bin" \ - EXCLUDE_NSPR_LIBS=1 +%{__make} -C xpinstall/packager stage-package \ + MOZ_PKG_APPNAME=%{name} \ + SIGN_NSS= \ + PKG_SKIP_STRIP=1 + +cp -a dist/%{name} $RPM_BUILD_ROOT%{_libdir} %{__sed} -e 's,@LIBDIR@,%{_libdir},' %{SOURCE3} > $RPM_BUILD_ROOT%{_bindir}/mozilla-thunderbird ln -s %{name} $RPM_BUILD_ROOT%{_bindir}/thunderbird -tar -xvz -C $RPM_BUILD_ROOT%{_libdir} -f dist/mozilla-thunderbird-*.tar.gz - install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}/mozilla-thunderbird.desktop %if %{with enigmail} @@ -290,6 +290,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.61.2.9 2006/11/02 16:51:22 glen +- update install procedure from mozilla-firefox.spec which avoids creating temporary tgz + Revision 1.61.2.8 2006/11/01 16:01:18 glen - typo, cleanup files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mozilla-thunderbird.spec?r1=1.61.2.8&r2=1.61.2.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
