Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
thunderbird
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
thunderbird
Commits
f7efd202
Commit
f7efd202
authored
3 years ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import thunderbird-78.14.0-1.module+el8.4.0+12521+66facc03
parent
47c5043e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-2
2 additions, 2 deletions
.gitignore
.thunderbird.metadata
+2
-2
2 additions, 2 deletions
.thunderbird.metadata
SPECS/thunderbird.spec
+31
-14
31 additions, 14 deletions
SPECS/thunderbird.spec
with
35 additions
and
18 deletions
.gitignore
+
2
−
2
View file @
f7efd202
...
...
@@ -6,6 +6,6 @@ SOURCES/nodejs-10.21.0-5.fc32.src.rpm
SOURCES/nspr-4.25.0-1.el8_0.src.rpm
SOURCES/nss-3.53.1-3.fc32.src.rpm
SOURCES/openssl-1.0.2k-19.6.bundle.el7_7.src.rpm
SOURCES/thunderbird-78.1
2
.0.source.tar.xz
SOURCES/thunderbird-langpacks-78.1
2
.0-20210
71
2.tar.xz
SOURCES/thunderbird-78.1
4
.0.source.tar.xz
SOURCES/thunderbird-langpacks-78.1
4
.0-20210
90
2.tar.xz
SOURCES/yasm-1.2.0-3.el5.src.rpm
This diff is collapsed.
Click to expand it.
.thunderbird.metadata
+
2
−
2
View file @
f7efd202
...
...
@@ -6,6 +6,6 @@ e188ab1a444697bc649e223c28389d82ca94c472 SOURCES/libffi-3.0.13-18.el7_3.src.rpm
07d67c90367c3ec0d6cebc1a5793c21076d34b78 SOURCES/nspr-4.25.0-1.el8_0.src.rpm
223c02166b1cb9863b9f453ef687d7805a93e7af SOURCES/nss-3.53.1-3.fc32.src.rpm
a379070abf5000cde61411c97af7e733b267a4d3 SOURCES/openssl-1.0.2k-19.6.bundle.el7_7.src.rpm
98228bff32bf6cb7e0e34eb135a800d3200881c1
SOURCES/thunderbird-78.1
2
.0.source.tar.xz
a331ca78bb12b64578021ededef270d98a5762a5
SOURCES/thunderbird-langpacks-78.1
2
.0-20210
71
2.tar.xz
b97328411de982fce06ce23a22f3d1a248980c48
SOURCES/thunderbird-78.1
4
.0.source.tar.xz
5958b41e21255bf2a65cef151d9ec3bd33d95be7
SOURCES/thunderbird-langpacks-78.1
4
.0-20210
90
2.tar.xz
77fd30f7ebc12a629a31c1e252cec06af55a71fe SOURCES/yasm-1.2.0-3.el5.src.rpm
This diff is collapsed.
Click to expand it.
SPECS/thunderbird.spec
+
31
−
14
View file @
f7efd202
...
...
@@ -136,10 +136,10 @@ end}
%global nspr_version 4.25
# NSS/NSPR quite often ends in build override, so as requirement the version
# we're building against could bring us some broken dependencies from time to time.
#%global nspr_build_version %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536)
#%
%
global nspr_build_version
%
%(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536)
%global nspr_build_version %{nspr_version}
%global nss_version 3.53.1
#%global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536)
#%
%
global nss_build_version
%
%(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536)
%global nss_build_version %{nss_version}
%endif
...
...
@@ -187,14 +187,15 @@ end}
%global mozappdirdev %{_libdir}/%{name}-devel-%{version}
%global langpackdir %{mozappdir}/distribution/extensions
%global tarballdir %{name}-%{version}
%global mozappfeatures %{mozappdir}/features/*.xpi
#global pre_tag alpha
%global official_branding 1
%global build_langpacks 1
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 78.1
2
.0
Release:
3
%{?dist}
Version: 78.1
4
.0
Release:
1
%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
...
...
@@ -206,10 +207,10 @@ ExcludeArch: s390 ppc
ExclusiveArch: i686 x86_64 ppc64 s390x
%endif
# From ftp://archive.mozilla.org/pub/thunderbird/releases/%{version}%{?ext_version}/source
# From ftp://archive.mozilla.org/pub/thunderbird/releases/%
%
{version}%
%
{?ext_version}/source
Source0: https://archive.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.xz
%if %{build_langpacks}
Source1: thunderbird-langpacks-%{version}%{?ext_version}-20210
71
2.tar.xz
Source1: thunderbird-langpacks-%{version}%{?ext_version}-20210
90
2.tar.xz
# Locales for lightning
%endif
Source2: cbindgen-vendor-0.14.3.tar.xz
...
...
@@ -520,8 +521,8 @@ Obsoletes: thunderbird-lightning
# Override internal dependency generator to avoid showing libraries provided by this package
# in dependencies:
#AutoProv: 0
#%define _use_internal_dependency_generator 0
#%define __find_requires %{SOURCE101}
#%
%
define _use_internal_dependency_generator 0
#%
%
define __find_requires
%
%{SOURCE101}
%description
Mozilla Thunderbird is a standalone mail and newsgroup client.
...
...
@@ -1320,6 +1321,14 @@ echo "Adding following langpacks:"
cat %{name}.lang
%endif
# Install feature extensions.
echo > %{name}.features
if [ -f "$(ls -1 %{mozappfeatures} | head -1)" ]; then
ls -1 %{mozappfeatures} >> %{name}.features
echo "Adding following features:"
cat %{name}.features
fi
# Get rid of devel package and its debugsymbols
%{__rm} -rf %{buildroot}%{_libdir}/%{name}-devel-%{version}
...
...
@@ -1354,8 +1363,8 @@ test -f "%{buildroot}%{mozappdir}/distribution/extensions/unicode-width/scripts/
#
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
#
mkdir
-p $RPM_BUILD_ROOT
%{_datadir}/appdata
cat >
$RPM_BUILD_ROOT
%{_datadir}/appdata/
mozilla-thunderbird
.appdata.xml <<EOF
%{__
mkdir
_p} %{buildroot}
%{_datadir}/appdata
cat >
%{buildroot}
%{_datadir}/appdata/
%{name}
.appdata.xml <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
<!--
...
...
@@ -1441,7 +1450,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif
#===============================================================================
%files -f %{name}.lang
%files -f %{name}.lang
-f %{name}.features
%defattr(-,root,root,-)
%attr(755,root,root) %{_bindir}/thunderbird
%{_datadir}/appdata/*.appdata.xml
...
...
@@ -1465,7 +1474,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/*.so
%{mozappdir}/platform.ini
%{mozappdir}/application.ini
%{mozappdir}/features/*.xpi
%exclude %{mozappdir}/removed-files
%{_datadir}/icons/hicolor/16x16/apps/thunderbird.png
%{_datadir}/icons/hicolor/22x22/apps/thunderbird.png
...
...
@@ -1480,7 +1488,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/fonts/TwemojiMozilla.ttf
%if !%{?system_libicu}
#%{mozappdir}/icudt*.dat
#%
%
{mozappdir}/icudt*.dat
%endif
%if !%{?system_nss}
%exclude %{mozappdir}/libnssckbi.so
...
...
@@ -1511,9 +1519,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
*
Mon Sep
13 2021 Release Engineering <releng@rockylinux.org> - 78.1
2
.0-
3
*
Wed Oct
13 2021 Release Engineering <releng@rockylinux.org> - 78.1
4
.0-
1
- Add Rocky Linux debranding
* Thu Sep 02 2021 Eike Rathke <erack@redhat.com> - 78.14.0-1
- Update to 78.14.0 build1
* Mon Aug 16 2021 Jan Horak <jhorak@redhat.com> - 78.13.0-2
- Use the right name for the appstream file
* Wed Aug 04 2021 Eike Rathke <erack@redhat.com> - 78.13.0-1
- Update to 78.13.0 build1
* Fri Jul 16 2021 Jan Horak <jhorak@redhat.com> - 78.12.0-3
- Rebuild to pickup older nss
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment