Commit Graph

241 Commits

Author SHA1 Message Date
Jan Horak
1ad8b8a434 Rebuild due to rhbz#728707 2011-08-15 08:09:15 +02:00
Dan Horák
fda3b5ff13 add xulrunner patches for secondary arches 2011-07-20 10:41:04 +02:00
Jan Horak
3c2b2d2169 Update to Thunderbird 5.0 2011-07-04 12:43:00 +02:00
Jan Horak
e94e6b0ce8 Update to 3.1.11 2011-06-21 16:50:26 +02:00
Caolán McNamara
be4f48bc22 rebuild for new hunspell 2011-05-25 11:11:58 +01:00
Jan Horak
3dc5ad48f4 fixed decompress command 2011-04-28 21:46:04 +02:00
Jan Horak
44dd9a1525 Removed libnotify patch as no longer needed. 2011-04-28 17:41:30 +02:00
Jan Horak
0a9b8b8d21 Update to 3.1.10 2011-04-28 16:39:23 +02:00
Christopher Aillon
beebc59318 Use the correct directory
In TB, gecko lives under $(topsrcdir)/mozilla instead of just $(topsrcdir)
2011-04-21 16:07:48 -07:00
Christopher Aillon
1b55117f69 Bump release to -7 2011-04-21 15:40:35 -07:00
Christopher Aillon
6f27a5fda2 Split out mozilla crashreporter symbols to its own debuginfo package
These are symbols for mozilla.org's crashreporter server,
and aren't needed for normal debuginfo usage.
2011-04-21 15:35:33 -07:00
Christopher Aillon
fa9d4b612f Just use topsrcdir as our objdir
This matches how most Fedora packages get built.

It also matches what we do in xulrunner
2011-04-21 14:38:20 -07:00
Christopher Aillon
2d819a7fc0 Preserve icon file timestamps 2011-04-16 10:02:24 -07:00
Christopher Aillon
f034cca7c0 Simplify the icon install code 2011-04-16 10:00:01 -07:00
Christopher Aillon
a9f5f5cc2b Match up cd pairs 2011-04-16 09:57:06 -07:00
Christopher Aillon
9cf61a894e Update scriptlets per the latest guidelines
http://fedoraproject.org/wiki/Packaging/ScriptletSnippets
2011-04-15 17:12:23 -07:00
Christopher Aillon
7986a8567a Default browser is no longer read from prefs
It's read from the system.  Too bad that means GConf for now...

This means the open browser script isn't used either, so kill that.
2011-04-12 18:15:07 -07:00
Michel Salim
1130c5c89b Fix un-escaped %
Signed-off-by: Christopher Aillon <caillon@redhat.com>
2011-04-10 20:55:43 -07:00
Christopher Aillon
7122776d16 Rebuild after the two previous reverts 2011-04-02 18:47:20 -07:00
Christopher Aillon
8b0d94c118 Revert "Removed gnome* build requires"
In comm-1.9.2, which TB 3.1.x is based on, these are needed
in order to load nsGnomeModule, which provides the bits for
integration with GNOME.

This reverts commit 7c370ad1f1.

Conflicts:

	thunderbird.spec
2011-04-02 18:35:22 -07:00
Orion Poplawski
f500ed1494 Enable startup notification
It seems to have been unintentionally disabled
https://bugzilla.redhat.com/649970
2011-04-01 21:50:46 -07:00
Christopher Aillon
22a8bcd316 Remove the %{thunderbird_version} define
It's no longer needed now that lightning has been dropped.
2011-04-01 21:46:07 -07:00
Dan Horák
d821ca98d4 updated the s390 build patch 2011-03-20 22:12:18 +01:00
Jan Horak
7c370ad1f1 Removed gnome* build requires 2011-03-18 11:00:14 +01:00
Jan Horak
4f3e53a941 Disabled gnomevfs, enabled gio 2011-03-10 14:51:47 +01:00
Jan Horak
ee22c0bd4f Update to 3.1.9 2011-03-07 12:04:49 +01:00
Jan Horak
d707c0e73a Bump version 2011-03-02 15:54:06 +01:00
Jan Horak
a233288dcd - update to 3.1.8
- removed thunderbird-shared-error.path
- added --enable-static to thunderbird-mozconfig
2011-03-02 12:29:00 +01:00
Christopher Aillon
c7ccebccb4 Drop the lightning subpackage
This causes headaches during package updates for the main package
Additionally, it's got its own release schedule independent of the
Thunderbird release schedule and including two such things in a
single SRPM is just a recipe for disaster.  Lightning needs to be
packaged up in a separate SRPM.

For anyone that wants to do that, the latest sources (which are
even distributed separately!) are available from:
http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b2rc3/source/
2011-02-09 11:30:24 -08:00
Christopher Aillon
4bbc3f120f Update the lightning version...
but why do we even need to do this?  should probably just use the
Thunderbird version here...
2011-02-08 16:28:46 -08:00
Christopher Aillon
c2bc607013 Add os2cc.patch from xulrunner
https://bugzilla.mozilla.org/show_bug.cgi?id=628252
2011-02-07 21:57:53 -08:00
Christopher Aillon
5b52bbbe45 Group patches to Mozilla separately from those to the application
This will let us cd directly to the mozilla/ subdir within the
Thunderbird source tree and, more importantly, copy patches over
from the xulrunner package directly without modification for
Thunderbird.
2011-02-07 21:52:38 -08:00
Christopher Aillon
c14743c4a7 Bring back the default mailer check
but we don't want the default of '/usr/lib{,64}/thunderbird-XYZ/thunderbird %s'
change it to be simply 'thunderbird %s'
2011-02-07 18:20:12 -08:00
Christopher Aillon
04177bbc2e Move comments around to make more sense
move comments about patches into the patches themselves and get rid
of some of the more obvious comments
2011-02-07 18:10:12 -08:00
Christopher Aillon
c778f72279 Move the categories directly into the .desktop file itself
No need to --add-category when we simply control the .desktop file
2011-01-31 19:00:05 -08:00
Christopher Aillon
7ea5b261d9 Don't overwrite CFLAGS/CXXFLAGS
The -debuginfo mozconfig was stomping on our CFLAGS/CXXFLAGS.
Stop passing them in via the configure flag and just pass them
via their environment variables.
2011-01-29 14:49:17 -08:00
Christopher Aillon
67c9b696e1 No longer need to define and clean up the build root
In Fedora 13+ this is handled automatically.
http://fedoraproject.org/wiki/Packaging/Guidelines#BuildRoot_tag
http://fedoraproject.org/wiki/Packaging/Guidelines#.25clean
2011-01-29 13:55:46 -08:00
Christopher Aillon
74277159ea Enable Mozilla's crashreporter on x86-64, too.
Need to use the gdwarf-2 format instead of -gstabs+
2011-01-29 13:52:52 -08:00
Jan Horak
606156ac0c Bump release 2010-12-17 14:46:26 +01:00
Jan Horak
2690457db4 Raised thunderbird-lightning release 2010-12-17 13:50:46 +01:00
Jan Horak
b8cdb925f4 Enable crashreporter 2010-12-17 13:11:00 +01:00
Jan Horak
9623912b90 Fixed useragent 2010-12-09 18:34:20 +01:00
Jan Horak
753cc17ebb Update to 3.1.7 2010-12-09 17:02:00 +01:00
Jan Horak
523fe8326f Fixed lightning version 2010-11-22 15:04:09 +01:00
Jan Horak
7c71d2fe5c Bump version due to koji 2010-11-22 14:29:56 +01:00
Jan Horak
34c95ff294 Added x-scheme-handler/mailto to thunderbird.desktop file 2010-11-22 13:38:15 +01:00
Jan Horak
b78749edb2 Bump version 2010-11-08 16:29:41 +01:00
Jan Horak
03ffb49205 Fixed lightning release number 2010-11-08 15:22:14 +01:00
Jan Horak
85fb269b1b Added libnotify patch 2010-11-08 12:39:11 +01:00
Jan Horak
437cdf535b Added libnotify patch 2010-11-08 12:38:46 +01:00