Search
j0ke.net Open Build Service
>
Projects
>
mozilla
>
MozillaThunderbird
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 72
[-]
[+]
Changed
MozillaThunderbird.spec
@@ -1,5 +1,5 @@ # -# spec file for package MozillaThunderbird (Version 2.0.0.14) +# spec file for package MozillaThunderbird (Version 2.0.0.16) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -24,8 +24,8 @@ BuildRequires: pkgconfig gnome-vfs2 libgnome libgnomeui %endif License: MPL/GPL/LGPL -Version: 2.0.0.14 -Release: 2 +Version: 2.0.0.16 +Release: 1 Summary: The Stand-Alone Mozilla Mail Component URL: http://www.mozilla.org/products/thunderbird/ Group: Productivity/Networking/Email/Clients @@ -36,7 +36,8 @@ Source4: l10n-%{version}.tar.bz2 Source5: mailredirect-0.7.4.xpi Source6: suse-default-prefs.js -Source9: enigmail-0.95.6.tar.gz +Source7: %{name}-%{version}-rpmlintrc +Source9: enigmail-0.95.6.tar.bz2 Source11: enigmail.manifest Patch1: replytolist.patch Patch2: thunderbird-appname.patch @@ -60,7 +61,7 @@ Patch26: cups-paper.patch Patch27: thunderbird-1.5.0.8-uninitalized-vars-232305.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -PreReq: libstdc++ fileutils textutils /bin/sh +PreReq: coreutils fileutils textutils /bin/sh %if 0%{?suse_version} > 1000 Suggests: %{name}-translations %endif @@ -70,7 +71,7 @@ %if 0%{?suse_version} > 930 %define has_system_cairo 1 %endif -%if 0%{?suse_version} > 1010 || 0%{?opensuse_bs} +%if 0%{?suse_version} > 1010 || %opensuse_bs %define has_system_nspr 1 # NSS version on 10.1 is too old %define has_system_nss 1 @@ -83,7 +84,7 @@ BuildRequires: mozilla-nss-devel %endif %define _unpackaged_files_terminate_build 0 -%define releasedate 2008042100 +%define releasedate 2008072000 %define progname thunderbird %define progdir %{_prefix}/%_lib/thunderbird %define my_provides /tmp/my-provides @@ -363,9 +364,7 @@ # mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/ cp -f $RPM_BUILD_ROOT%{progdir}/icons/mozicon50.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps/thunderbird.xpm -%if 0%{?suse_version} > 820 %suse_update_desktop_file %{name} Network Email GTK -%endif %if !%has_system_nss # modify provides and requires lists cat << EOF > %{my_provides} @@ -385,6 +384,8 @@ %fdupes $RPM_BUILD_ROOT%{progdir} %fdupes $RPM_BUILD_ROOT%{_datadir} %endif +# remove executable bits from include files +find $RPM_BUILD_ROOT/usr/include/thunderbird -type f -exec chmod a-x {} \; %clean rm -rf $RPM_BUILD_ROOT @@ -394,17 +395,14 @@ %endif %triggerin -- myspell-dictionary - %progdir/add-plugins.sh > /dev/null 2>&1 exit 0 %triggerpostun -- myspell-dictionary - %progdir/add-plugins.sh > /dev/null 2>&1 exit 0 %post - %progdir/add-plugins.sh > /dev/null 2>&1 exit 0
[-]
[+]
Added
MozillaThunderbird-2.0.0.16-rpmlintrc
^
@@ -0,0 +1 @@ +addFilter("no-jar-manifest")
Renamed
enigmail-0.95.6.tar.bz2
^
Changed
l10n-2.0.0.16.tar.bz2
^
Deleted
thunderbird-2.0.0.14-source.tar.bz2
^
Added
thunderbird-2.0.0.16-source.tar.bz2
^