7348dc708d
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=275
507 lines
16 KiB
RPMSpec
507 lines
16 KiB
RPMSpec
#
|
|
# spec file for package MozillaThunderbird
|
|
#
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
# 2006-2015 Wolfgang Rosenauer <wr@rosenauer.org>
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%define mainversion 31.5.0
|
|
%define update_channel release
|
|
|
|
%if %suse_version > 1210
|
|
%if %suse_version > 1310
|
|
%define gstreamer_ver 1.0
|
|
%define gstreamer 1
|
|
%else
|
|
%define gstreamer_ver 0.10
|
|
%endif
|
|
%endif
|
|
|
|
%define with_kde 1
|
|
|
|
Name: MozillaThunderbird
|
|
BuildRequires: Mesa-devel
|
|
BuildRequires: autoconf213
|
|
BuildRequires: dbus-1-glib-devel
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: hunspell-devel
|
|
BuildRequires: libcurl-devel
|
|
BuildRequires: libgnomeui-devel
|
|
BuildRequires: libidl-devel
|
|
BuildRequires: libnotify-devel
|
|
BuildRequires: mozilla-nspr-devel >= 4.10.6
|
|
BuildRequires: mozilla-nss-devel >= 3.16.5
|
|
BuildRequires: nss-shared-helper-devel
|
|
BuildRequires: python
|
|
BuildRequires: startup-notification-devel
|
|
BuildRequires: unzip
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: xorg-x11-libXt-devel
|
|
BuildRequires: xz
|
|
BuildRequires: yasm
|
|
BuildRequires: zip
|
|
BuildRequires: pkgconfig(libpulse)
|
|
%if %suse_version > 1210
|
|
BuildRequires: pkgconfig(gstreamer-%gstreamer_ver)
|
|
BuildRequires: pkgconfig(gstreamer-app-%gstreamer_ver)
|
|
BuildRequires: pkgconfig(gstreamer-plugins-base-%gstreamer_ver)
|
|
%if 0%{?gstreamer} == 1
|
|
Requires: libgstreamer-1_0-0
|
|
Recommends: gstreamer-fluendo-mp3
|
|
Recommends: gstreamer-plugin-libav
|
|
%else
|
|
Requires: libgstreamer-0_10-0
|
|
Recommends: gstreamer-0_10-fluendo-mp3
|
|
Recommends: gstreamer-0_10-plugins-ffmpeg
|
|
%endif
|
|
%endif
|
|
Version: %{mainversion}
|
|
Release: 0
|
|
%define releasedate 2015022200
|
|
Provides: thunderbird = %{version}
|
|
%if %{with_kde}
|
|
# this is needed to match this package with the kde4 helper package without the main package
|
|
# having a hard requirement on the kde4 package
|
|
%define kde_helper_version 6
|
|
Provides: mozilla-kde4-version = %{kde_helper_version}
|
|
%endif
|
|
Summary: The Stand-Alone Mozilla Mail Component
|
|
License: MPL-2.0
|
|
Group: Productivity/Networking/Email/Clients
|
|
Url: http://www.mozilla.org/products/thunderbird/
|
|
Source: thunderbird-%{version}-source.tar.xz
|
|
Source1: thunderbird.desktop
|
|
Source3: mozilla.sh.in
|
|
Source4: l10n-%{version}.tar.xz
|
|
#Source5: shipped-locales
|
|
Source6: suse-default-prefs.js
|
|
Source7: find-external-requires.sh
|
|
Source8: thunderbird-rpmlintrc
|
|
Source9: thunderbird.appdata.xml
|
|
Source10: create-tar.sh
|
|
Source11: compare-locales.tar.xz
|
|
Source12: kde.js
|
|
# Gecko/Toolkit
|
|
Patch1: mozilla-shared-nss-db.patch
|
|
Patch2: mozilla-language.patch
|
|
Patch3: mozilla-nongnome-proxies.patch
|
|
Patch4: mozilla-kde.patch
|
|
Patch5: mozilla-arm-disable-edsp.patch
|
|
Patch6: mozilla-ppc.patch
|
|
Patch7: mozilla-nullptr-gcc45.patch
|
|
Patch8: mozilla-icu-strncat.patch
|
|
# Thunderbird/mail
|
|
Patch20: tb-ssldap.patch
|
|
Patch21: tb-develdirs.patch
|
|
Patch22: thunderbird-shared-nss-db.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
PreReq: coreutils fileutils textutils /bin/sh
|
|
Recommends: libcanberra0
|
|
### build options
|
|
%ifnarch ppc ppc64 ppc64le %arm
|
|
%define crashreporter 1
|
|
%else
|
|
%define crashreporter 0
|
|
%endif
|
|
%define has_system_cairo 0
|
|
%define localize 1
|
|
### build options end
|
|
%define _use_internal_dependency_generator 0
|
|
%define __find_requires sh %{SOURCE7}
|
|
%global provfind sh -c "grep -v '.so' | %__find_provides"
|
|
%global __find_provides %provfind
|
|
Requires: mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
|
|
Requires: mozilla-nss >= %(rpm -q --queryformat '%{VERSION}' mozilla-nss)
|
|
Conflicts: thunderbird-esr
|
|
%define progname thunderbird
|
|
%define progdir %{_prefix}/%_lib/thunderbird
|
|
%define libgssapi libgssapi_krb5.so.2
|
|
%if %suse_version > 1130
|
|
%define desktop_file_name thunderbird
|
|
%else
|
|
%define desktop_file_name %{name}
|
|
%endif
|
|
|
|
%description
|
|
Mozilla Thunderbird is a redesign of the Mozilla Mail component. It is
|
|
written using the XUL user interface language and designed to be
|
|
cross-platform. It is a stand-alone application instead of part of the
|
|
Mozilla application suite.
|
|
|
|
%if %localize
|
|
|
|
%package translations-common
|
|
Summary: Common translations for MozillaThunderbird
|
|
Group: System/Localization
|
|
Provides: locale(%{name}:ar;ca;cs;da;de;el;en_GB;es_AR;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW)
|
|
PreReq: %{name} = %{mainversion}
|
|
Obsoletes: %{name}-translations < %{version}-%{release}
|
|
|
|
%description translations-common
|
|
This package contains several optional languages for the user interface
|
|
of MozillaThunderbird.
|
|
|
|
|
|
%package translations-other
|
|
Summary: Extra translations for MozillaThunderbird
|
|
Group: System/Localization
|
|
Provides: locale(%{name}:ast;be;bg;bn_BD;br;et;eu;fy_NL;ga_IE;gd;gl;he;hr;hy_AM;id;is;lt;nn_NO;pa_IN;rm;ro;si;sk;sl;sq;sr;ta_LK;tr;uk;vi)
|
|
PreReq: %{name} = %{mainversion}
|
|
Obsoletes: %{name}-translations < %{version}-%{release}
|
|
|
|
%description translations-other
|
|
This package contains several optional languages for the user interface
|
|
of MozillaThunderbird.
|
|
%endif
|
|
|
|
%package devel
|
|
Summary: Mozilla Thunderbird SDK
|
|
Group: Development/Libraries/Other
|
|
Requires: mozilla-nspr-devel >= %(rpm -q --queryformat '%{VERSION}' mozilla-nspr-devel)
|
|
PreReq: mozilla-nss-devel >= %(rpm -q --queryformat '%{VERSION}' mozilla-nss-devel)
|
|
PreReq: %{name} = %{mainversion}
|
|
|
|
%description devel
|
|
Software Development Kit to build plugins/extensions against Thunderbird.
|
|
|
|
|
|
%if %crashreporter
|
|
|
|
%package buildsymbols
|
|
Summary: Breakpad buildsymbols for %{name}
|
|
Group: Development/Debug
|
|
|
|
%description buildsymbols
|
|
This subpackage contains the Breakpad created and compatible debugging
|
|
symbols meant for upload to Mozilla's crash collector database.
|
|
%endif
|
|
|
|
%prep
|
|
%setup -n thunderbird -q -b 4 -b 11
|
|
# xulrunner patches
|
|
pushd mozilla
|
|
%patch1 -p1
|
|
%patch2 -p1
|
|
%patch3 -p1
|
|
%if %{with_kde}
|
|
%patch4 -p1
|
|
%endif
|
|
%patch5 -p1
|
|
%patch6 -p1
|
|
%patch7 -p1
|
|
%patch8 -p1
|
|
popd
|
|
# comm-central patches
|
|
%patch20 -p1
|
|
%patch21 -p1
|
|
%patch22 -p1
|
|
|
|
%build
|
|
# no need to add build time to binaries
|
|
modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
|
|
DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
|
|
TIME="\"$(date -d "${modified}" "+%%R")\""
|
|
find . -regex ".*\.c\|.*\.cpp\|.*\.h" -exec sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
|
|
#
|
|
%if %{with_kde}
|
|
kdehelperversion=$(cat mozilla/toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
|
|
if test "$kdehelperversion" != %{kde_helper_version}; then
|
|
echo fix kde helper version in the .spec file
|
|
exit 1
|
|
fi
|
|
%endif
|
|
export SUSE_ASNEEDED=0
|
|
export MOZ_BUILD_DATE=%{releasedate}
|
|
export MOZILLA_OFFICIAL=1
|
|
export BUILD_OFFICIAL=1
|
|
%if %{update_channel} == "esr"
|
|
export MOZ_ESR=1
|
|
%endif
|
|
export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
|
|
%ifarch ppc64 ppc64le
|
|
export CFLAGS="$CFLAGS -mminimal-toc"
|
|
%endif
|
|
%ifarch %arm
|
|
# Limit RAM usage during link
|
|
export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
|
%endif
|
|
export CXXFLAGS="$CFLAGS"
|
|
export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
|
|
#
|
|
cat << EOF > $MOZCONFIG
|
|
mk_add_options MOZILLA_OFFICIAL=1
|
|
mk_add_options BUILD_OFFICIAL=1
|
|
mk_add_options MOZ_MILESTONE_RELEASE=1
|
|
mk_add_options MOZ_MAKE_FLAGS=%{?jobs:-j%jobs}
|
|
mk_add_options MOZ_OBJDIR=$RPM_BUILD_DIR/obj
|
|
ac_add_options --enable-application=mail
|
|
ac_add_options --prefix=%{_prefix}
|
|
ac_add_options --libdir=%{progdir}
|
|
ac_add_options --includedir=%{_includedir}
|
|
ac_add_options --disable-tests
|
|
ac_add_options --disable-debug
|
|
ac_add_options --enable-optimize
|
|
ac_add_options --with-system-nspr
|
|
ac_add_options --with-system-nss
|
|
ac_add_options --with-system-jpeg
|
|
ac_add_options --with-system-zlib
|
|
ac_add_options --with-l10n-base=$RPM_BUILD_DIR/l10n
|
|
ac_add_options --disable-updater
|
|
#ac_add_options --with-system-png # no apng support
|
|
ac_add_options --enable-system-hunspell
|
|
ac_add_options --disable-installer
|
|
ac_add_options --disable-mochitest
|
|
ac_add_options --enable-startup-notification
|
|
ac_add_options --enable-official-branding
|
|
ac_add_options --disable-necko-wifi
|
|
ac_add_options --enable-update-channel=%{update_channel}
|
|
%if 0%{?gstreamer} == 1
|
|
ac_add_options --enable-gstreamer=1.0
|
|
%endif
|
|
%if %suse_version > 1130
|
|
ac_add_options --disable-gnomevfs
|
|
ac_add_options --enable-gio
|
|
%endif
|
|
%if %suse_version < 1220
|
|
ac_add_options --disable-gstreamer
|
|
%endif
|
|
%if %has_system_cairo
|
|
ac_add_options --enable-system-cairo
|
|
%endif
|
|
%if ! %crashreporter
|
|
ac_add_options --disable-crashreporter
|
|
%endif
|
|
# Disable neon for arm as it does not build correctly
|
|
%ifarch %arm
|
|
ac_add_options --disable-neon
|
|
%endif
|
|
EOF
|
|
make -f client.mk build
|
|
|
|
%install
|
|
cd $RPM_BUILD_DIR/obj
|
|
make -C mail/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0
|
|
# copy tree into RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT%{progdir}
|
|
cp -rf $RPM_BUILD_DIR/obj/mozilla/dist/thunderbird/* \
|
|
$RPM_BUILD_ROOT%{progdir}
|
|
%if %{with_kde}
|
|
# install kde.js
|
|
install -m 644 %{SOURCE12} $RPM_BUILD_ROOT%{progdir}/defaults/pref/kde.js
|
|
# make sure that instantApply is true by default
|
|
# (TODO: mozilla-kde.patch needs to be improved to really not load kde.js in non-KDE envs)
|
|
echo 'pref("browser.preferences.instantApply", true);' > $RPM_BUILD_ROOT%{progdir}/defaults/pref/all-thunderbird.js
|
|
%endif
|
|
# build additional locales
|
|
%if %localize
|
|
%if 0%{?SOURCE5:1}
|
|
cp %SOURCE5 ../thunderbird/mail/locales/shipped-locales
|
|
%endif
|
|
rm -f %{_tmppath}/translations.*
|
|
touch %{_tmppath}/translations.{common,other}
|
|
for locale in $(awk '{ print $1; }' ../thunderbird/mail/locales/shipped-locales); do
|
|
case $locale in
|
|
ja-JP-mac|en-US)
|
|
# locales not to be included in translations package
|
|
;;
|
|
*)
|
|
pushd $RPM_BUILD_DIR/compare-locales
|
|
PYTHONPATH=lib \
|
|
scripts/compare-locales -m ../l10n-merged/$locale \
|
|
../thunderbird/mail/locales/l10n.ini ../l10n $locale
|
|
popd
|
|
LOCALE_MERGEDIR=$RPM_BUILD_DIR/l10n-merged/$locale \
|
|
make -C mail/locales langpack-$locale || continue
|
|
cp -rL mozilla/dist/xpi-stage/locale-$locale \
|
|
$RPM_BUILD_ROOT%{progdir}/extensions/langpack-$locale@thunderbird.mozilla.org
|
|
# remove prefs and profile defaults from langpack
|
|
rm -rf $RPM_BUILD_ROOT%{progdir}/extensions/langpack-$locale@thunderbird.mozilla.org/defaults
|
|
# check against the fixed common list and sort into the right filelist
|
|
_matched=0
|
|
for _match in ar ca cs da de el en-GB es-AR es-CL es-ES fi fr hu it ja ko nb-NO nl pl pt-BR pt-PT ru sv-SE zh-CN zh-TW; do
|
|
[ "$_match" = "$locale" ] && _matched=1
|
|
done
|
|
[ $_matched -eq 1 ] && _l10ntarget=common || _l10ntarget=other
|
|
echo %{progdir}/extensions/langpack-$locale@thunderbird.mozilla.org \
|
|
>> %{_tmppath}/translations.$_l10ntarget
|
|
esac
|
|
done
|
|
%endif
|
|
# overwrite the mozilla start-script and link it to /usr/bin
|
|
mkdir --parents $RPM_BUILD_ROOT%{_bindir}/
|
|
sed "s:%%PREFIX:%{_prefix}:g
|
|
s:%%PROGDIR:%{progdir}:g
|
|
s:%%APPNAME:thunderbird:g
|
|
s:%%PROFILE:.thunderbird:g" \
|
|
%{SOURCE3} > $RPM_BUILD_ROOT%{progdir}/%{progname}.sh
|
|
chmod 755 $RPM_BUILD_ROOT%{progdir}/%{progname}.sh
|
|
ln -sf ../..%{progdir}/%{progname}.sh $RPM_BUILD_ROOT%{_bindir}/%{progname}
|
|
# freedesktop definition
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
|
install -m 644 %{SOURCE1} \
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/%{desktop_file_name}.desktop
|
|
# appdata
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
|
|
cp %{SOURCE9} $RPM_BUILD_ROOT%{_datadir}/appdata/%{desktop_file_name}.appdata.xml
|
|
# apply SUSE defaults
|
|
sed -e 's,RPM_VERSION,%{mainversion},g
|
|
s,GSSAPI,%{libgssapi},g' \
|
|
%{SOURCE6} > suse-default-prefs
|
|
cp suse-default-prefs $RPM_BUILD_ROOT%{progdir}/defaults/pref/all-opensuse.js
|
|
rm suse-default-prefs
|
|
# use correct locale for useragent
|
|
cat > $RPM_BUILD_ROOT%{progdir}/defaults/pref/all-l10n.js << EOF
|
|
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
|
|
EOF
|
|
##########
|
|
# DEVEL
|
|
#
|
|
mkdir -p $RPM_BUILD_ROOT%{_includedir}/%{progname}
|
|
chmod a+x mozilla/dist/sdk/bin/*.py
|
|
cp -rL mozilla/dist/sdk/bin/* $RPM_BUILD_ROOT%{_libdir}/%{progname}/
|
|
cp -rL mozilla/dist/sdk/lib/*.a $RPM_BUILD_ROOT%{_libdir}/%{progname}/
|
|
cp -rL mozilla/dist/idl/* $RPM_BUILD_ROOT%{_includedir}/%{progname}/
|
|
cp -rL mozilla/dist/include/* $RPM_BUILD_ROOT%{_includedir}/%{progname}/
|
|
#mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig/
|
|
#install -m 755 $RPM_BUILD_DIR/thunderbird/mozilla/build/unix/thunderbird-*.pc \
|
|
# $RPM_BUILD_ROOT%{_libdir}/pkgconfig/
|
|
#rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/thunderbird-nss.pc
|
|
#ln -sf nss.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/thunderbird-nss.pc
|
|
#
|
|
#
|
|
# remove spurious executable bits
|
|
find $RPM_BUILD_ROOT/usr/include/%{progname} -type f -exec chmod a-x {} \;
|
|
find $RPM_BUILD_ROOT%{_libdir}/%{progname} \
|
|
-name "*.js" -o \
|
|
-name "*.jsm" -o \
|
|
-name "*.rdf" -o \
|
|
-name "*.properties" -o \
|
|
-name "*.dtd" -o \
|
|
-name "*.css" | xargs chmod a-x
|
|
# remove mkdir.done files from installed base
|
|
find $RPM_BUILD_ROOT%{progdir} -name ".mkdir.done" | xargs rm
|
|
#
|
|
for size in 16 22 24 32 48 256; do
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${size}x${size}/apps/
|
|
ln -sf %{progdir}/chrome/icons/default/default$size.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${size}x${size}/apps/%{progname}.png
|
|
done
|
|
%suse_update_desktop_file %{desktop_file_name} Network Email GTK
|
|
# excluded files
|
|
rm -f $RPM_BUILD_ROOT%{progdir}/thunderbird
|
|
rm -f $RPM_BUILD_ROOT%{progdir}/removed-files
|
|
rm -f $RPM_BUILD_ROOT%{progdir}/precomplete
|
|
rm -f $RPM_BUILD_ROOT%{progdir}/updater
|
|
rm -f $RPM_BUILD_ROOT%{progdir}/updater.ini
|
|
rm -f $RPM_BUILD_ROOT%{progdir}/update.locale
|
|
rm -f $RPM_BUILD_ROOT%{progdir}/dictionaries/en-US*
|
|
rm -f $RPM_BUILD_ROOT%{progdir}/nspr-config
|
|
# Some sites use different partitions for /usr/(lib|lib64) and /usr/share. Since you
|
|
# can't create hardlinks across partitions, we'll do this more than once.
|
|
%fdupes $RPM_BUILD_ROOT%{progdir}
|
|
%fdupes $RPM_BUILD_ROOT%{_libdir}/mozilla
|
|
%fdupes $RPM_BUILD_ROOT%{_datadir}
|
|
%fdupes $RPM_BUILD_ROOT%{_includedir}
|
|
%if %crashreporter
|
|
SYMBOLS_NAME="thunderbird-%{mainversion}-%{release}.%{_arch}-%{suse_version}-symbols"
|
|
make buildsymbols \
|
|
SYMBOL_INDEX_NAME="$SYMBOLS_NAME.txt" \
|
|
SYMBOL_ARCHIVE_BASENAME="$SYMBOLS_NAME"
|
|
if [ -e mozilla/dist/*symbols.zip ]; then
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/mozilla/
|
|
cp mozilla/dist/*symbols.zip $RPM_BUILD_ROOT%{_datadir}/mozilla/
|
|
fi
|
|
%endif
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
%if %localize
|
|
rm -rf %{_tmppath}/translations.*
|
|
%endif
|
|
|
|
%post
|
|
%if %suse_version > 1130
|
|
%icon_theme_cache_post
|
|
%endif
|
|
exit 0
|
|
|
|
%postun
|
|
%if %suse_version > 1130
|
|
%icon_theme_cache_postun
|
|
%endif
|
|
exit 0
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%attr(755,root,root) %{progdir}/%{progname}.sh
|
|
%dir %{progdir}
|
|
%{progdir}/application.ini
|
|
%{progdir}/blocklist.xml
|
|
%{progdir}/chrome.manifest
|
|
%{progdir}/dependentlibs.list
|
|
%{progdir}/*.so
|
|
%{progdir}/mozilla-xremote-client
|
|
%{progdir}/omni.ja
|
|
%{progdir}/platform.ini
|
|
%{progdir}/plugin-container
|
|
%{progdir}/run-mozilla.sh
|
|
%{progdir}/thunderbird-bin
|
|
# crashreporter files
|
|
%if %crashreporter
|
|
%{progdir}/crashreporter
|
|
%{progdir}/crashreporter.ini
|
|
%{progdir}/Throbber-small.gif
|
|
%endif
|
|
%{progdir}/components/
|
|
%dir %{progdir}/chrome/
|
|
%{progdir}/chrome/icons/
|
|
%dir %{progdir}/dictionaries/
|
|
%{progdir}/defaults/
|
|
%dir %{progdir}/extensions/
|
|
%{progdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
|
|
%{progdir}/isp/
|
|
%{progdir}/searchplugins/
|
|
%{_datadir}/appdata/
|
|
%{_datadir}/applications/%{desktop_file_name}.desktop
|
|
%{_datadir}/icons/hicolor/*/apps/%{progname}.png
|
|
%{_bindir}/%{progname}
|
|
|
|
%if %localize
|
|
|
|
%files translations-common -f %{_tmppath}/translations.common
|
|
%defattr(-,root,root)
|
|
|
|
%files translations-other -f %{_tmppath}/translations.other
|
|
%defattr(-,root,root)
|
|
%endif
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/%{progname}/*.a
|
|
%{_libdir}/%{progname}/*.py
|
|
%{_libdir}/%{progname}/*.pyc
|
|
%{_libdir}/%{progname}/ply/
|
|
%{_libdir}/%{progname}/xpcshell
|
|
#%{_libdir}/pkgconfig/*.pc
|
|
%{_includedir}/%{progname}/
|
|
|
|
%if %crashreporter
|
|
%files buildsymbols
|
|
%defattr(-,root,root)
|
|
%{_datadir}/mozilla/
|
|
%endif
|
|
|
|
%changelog
|