Bunding lightning extension
This commit is contained in:
parent
8995c286a2
commit
fa39d5f719
@ -29,6 +29,7 @@ ac_add_options --enable-startup-notification
|
|||||||
ac_add_options --enable-gio
|
ac_add_options --enable-gio
|
||||||
ac_add_options --disable-gnomevfs
|
ac_add_options --disable-gnomevfs
|
||||||
ac_add_options --disable-gstreamer
|
ac_add_options --disable-gstreamer
|
||||||
|
ac_add_options --enable-calendar
|
||||||
|
|
||||||
export BUILD_OFFICIAL=1
|
export BUILD_OFFICIAL=1
|
||||||
export MOZILLA_OFFICIAL=1
|
export MOZILLA_OFFICIAL=1
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 38.0.1
|
Version: 38.0.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/thunderbird/
|
URL: http://www.mozilla.org/projects/thunderbird/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -140,7 +140,7 @@ Requires: libvpx >= %{libvpx_version}
|
|||||||
BuildRequires: pulseaudio-libs-devel
|
BuildRequires: pulseaudio-libs-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
Requires: mozilla-filesystem
|
Requires: mozilla-filesystem
|
||||||
|
Obsoletes: thunderbird-lightning
|
||||||
%if 0%{?epel}
|
%if 0%{?epel}
|
||||||
ExcludeArch: ppc64
|
ExcludeArch: ppc64
|
||||||
%endif
|
%endif
|
||||||
@ -319,7 +319,6 @@ MOZ_SMP_FLAGS=-j1
|
|||||||
[ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
|
[ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
|
||||||
[ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
|
[ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
|
||||||
%endif
|
%endif
|
||||||
MOZ_SMP_FLAGS=-j1
|
|
||||||
|
|
||||||
make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
|
make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
|
||||||
|
|
||||||
@ -527,10 +526,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{mozappdir}/chrome.manifest
|
%{mozappdir}/chrome.manifest
|
||||||
%{mozappdir}/searchplugins
|
%{mozappdir}/searchplugins
|
||||||
%{mozappdir}/dependentlibs.list
|
%{mozappdir}/dependentlibs.list
|
||||||
|
%{mozappdir}/distribution
|
||||||
|
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 18 2015 Jan Horak <jhorak@redhat.com> - 38.0.1-2
|
||||||
|
- Bundling calendar extension
|
||||||
|
|
||||||
* Tue Jun 9 2015 Jan Horak <jhorak@redhat.com> - 38.0.1-1
|
* Tue Jun 9 2015 Jan Horak <jhorak@redhat.com> - 38.0.1-1
|
||||||
- Update to 38.0.1
|
- Update to 38.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user