[openmamba-devel-it] thunderbird

gil puntogil a libero.it
Ven 4 Apr 2008 18:17:20 CEST


Ciao a tutti
avrei qualche problema con le patch 
mi spiego
da quello che vedo a video (durante la compilazione) thunderbird ha gli
stessi problemi di firefox
ho provato ad adattare le patch di quest'ultimo a thunderbird
ma non ho cavato..
alla fine gli rpm son venuti... @@@####
grazie
ps allego lo spec

-------------- parte successiva --------------
%define testing             0
%define thunderbirdappdir   %{_libdir}/thunderbird-%{version}
%define majversion          %(echo %version | cut -d. -f 1-2)
#%define title               Mozilla Thunderbird
Name:          thunderbird
Version:       2.0.0.12
Release:       1mamba
Summary:       Mozilla Thunderbird email, RSS, and newsgroup client
Group:         Applications/Internet
Vendor:        openmamba
Distribution:  openmamba
Packager:      gil <puntogil a libero.it>
URL:           http://www.mozilla.org/projects/thunderbird/
Source0:        http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}-source.tar.bz2
#Source1:       %{name}-%{version}-langpacks.tar.bz2
Source2:       mozilla-thunderbird.desktop
Source3:       mozilla-thunderbird128x128.png
License:       MPL
BuildRequires: doxygen
BuildRequires: ImageMagick-devel
BuildRequires: libnss-devel 
BuildRequires: libpthread-stubs-devel
BuildRequires: libqt-devel
BuildRequires: pkgconfig
BuildRequires: unzip
BuildRequires: zip 
## AUTOBUILDREQ-BEGIN
BuildRequires: GConf-devel
BuildRequires: glibc-devel
BuildRequires: libart_lgpl-devel
BuildRequires: libatk-devel
BuildRequires: libbonobo-devel
BuildRequires: libbonoboui-devel
BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libgnomecanvas-devel
BuildRequires: libgnome-devel
BuildRequires: libgnome-keyring-devel
BuildRequires: libgnomeui-devel
BuildRequires: libgnome-vfs-devel
BuildRequires: libgtk-devel
BuildRequires: libICE-devel
BuildRequires: libIDL-devel
BuildRequires: libjpeg-devel
BuildRequires: libpango-devel
BuildRequires: libpng-devel
BuildRequires: libpopt-devel
BuildRequires: libSM-devel
BuildRequires: libstdc++6-devel
BuildRequires: libX11-devel
BuildRequires: libXft-devel
BuildRequires: libXinerama-devel
BuildRequires: libxml2-devel
BuildRequires: libXrender-devel
BuildRequires: libXt-devel
BuildRequires: libz-devel
BuildRequires: ORBit2-devel
## AUTOBUILDREQ-END
#Conflicts:  libnspr-devel
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

%description
The Mozilla Thunderbird project is a redesign of Mozilla's email/news component,
written using the XUL user interface language and designed to be
cross-platform.

Clarification: "Mozilla Thunderbird" is just a project name, in the same
way as the Mozilla Application Suite is codenamed "SeaMonkey". For
more details, read about the Mozilla Branding Strategy and the
Mozilla Roadmap.

If you're interested in where we're going and when we expect to get
there then you probably want the Mozilla Thunderbird Roadmap.

We track bugs using Bugzilla. Because the project is small and tightly
managed, bugs targeted to a particular milestone generally will be fixed
by that milestone. In fact, our milestone releases are bug-driven, not
date-driven. Before filing any bugs on Mozilla Thunderbird, please read the
bug filing instructions.

%package devel
Summary:       Devel package for %{name}
Group:         Development/Libraries
Requires:      %{name} = %{?epoch:%epoch:}%{version}-%{release}

%description devel
This package contains static libraries and header files need for development.

%prep

%setup -q -n mozilla

%build
./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--bindir=%{_bindir} \
	--enable-optimize="%{optflags}"\
	--enable-application=mail \
	--disable-pedantic \
	--disable-debug \
	--disable-ldap \
	--disable-debug-modules \
	--disable-composer \
	--enable-plaintext-editor-only \
	--disable-toolkit-qt \
	--disable-toolkit-xlib \
	--disable-freetype2 \
	--enable-xft  \
	--enable-mathml \
	--enable-crypto \
	--enable-xinerama \
	--with-system-jpeg \
	--with-system-png \
	--with-system-mng  \
   	--with-java-bin-path=%{_bindir} \
   	--with-distribution-id="OpenMamba" \
   	--disable-xprint \
   	--disable-profilesharing \
   	--disable-installer \
   	--disable-tests \
   	--disable-strip \
   	--disable-jsd \
   	--disable-logging \
	--with-system-zlib \
	--enable-toolkit-gtk2 \
	--enable-default-toolkit=gtk2 \
	--enable-extensions=default,-inspector,-irc,-venkman,-content-packs,-help \
	--enable-extensions=wallet,spellcheck,xmlextras \
	--enable-neck-protocols=http,file,jar,viewsource,res,data \
	--with-default-mozilla-five-home=%{_libdir}/thunderbird-%{majversion}

%make

%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
install -D %{S:2} \
   %{buildroot}%{_datadir}/applications/mozilla-thunderbird.desktop
install -D %{S:3} \
   %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/mozilla-thunderbird128x128.png
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"

%files
%defattr(-,root,root)
%{_bindir}/thunderbird
%{_bindir}/thunderbird-config
%{_includedir}/%{name}-%{version}/accessibility/*.h
%{_includedir}/%{name}-%{version}/addrbook/*.h
%{_includedir}/%{name}-%{version}/alerts/nsIAlertsService.h
%{_includedir}/%{name}-%{version}/appcomps/*.h
%{_includedir}/%{name}-%{version}/appshell/*.h
%{_includedir}/%{name}-%{version}/autocomplete/*.h
%{_includedir}/%{name}-%{version}/bayesflt/*.h
%{_includedir}/%{name}-%{version}/browser/nsIBrowserInstance.h
%{_includedir}/%{name}-%{version}/caps/*.h
%{_includedir}/%{name}-%{version}/chardet/*.h
%{_includedir}/%{name}-%{version}/chrome/nsIToolkitChromeRegistry.h
%{_includedir}/%{name}-%{version}/commandhandler/*.h
%{_includedir}/%{name}-%{version}/composer/nsIEditingSession.h
%{_includedir}/%{name}-%{version}/content/*.h
%{_includedir}/%{name}-%{version}/dbm/*.h
%{_includedir}/%{name}-%{version}/docshell/*.h
%{_includedir}/%{name}-%{version}/dom/*.h
%{_includedir}/%{name}-%{version}/downloads/*.h
%{_includedir}/%{name}-%{version}/editor/*.h
%{_includedir}/%{name}-%{version}/embed_base/*.h
%{_includedir}/%{name}-%{version}/embedcomponents/nsIAppStartupNotifier.h
%{_includedir}/%{name}-%{version}/expat/expat.h
%{_includedir}/%{name}-%{version}/expat/expat_config.h
%{_includedir}/%{name}-%{version}/extensions/nsIExtensionManager.h
%{_includedir}/%{name}-%{version}/exthandler/*.h
%{_includedir}/%{name}-%{version}/fastfind/nsITypeAheadFind.h
%{_includedir}/%{name}-%{version}/feeds/*.h
%{_includedir}/%{name}-%{version}/filepicker/nsIFileView.h
%{_includedir}/%{name}-%{version}/find/nsIFind.h
%{_includedir}/%{name}-%{version}/gfx/*.h
%{_includedir}/%{name}-%{version}/gtkembedmoz/*.h
%{_includedir}/%{name}-%{version}/gtkxtbin/*.h
%{_includedir}/%{name}-%{version}/history/nsIBrowserHistory.h
%{_includedir}/%{name}-%{version}/htmlparser/*.h
%{_includedir}/%{name}-%{version}/imgicon/nsIIconURI.h
%{_includedir}/%{name}-%{version}/js/js.msg
%{_includedir}/%{name}-%{version}/js/*.tbl
%{_includedir}/%{name}-%{version}/imglib2/*.h
%{_includedir}/%{name}-%{version}/impComm4xMail/*.h
%{_includedir}/%{name}-%{version}/impText/*.h
%{_includedir}/%{name}-%{version}/import/*.h
%{_includedir}/%{name}-%{version}/inspector/*.h
%{_includedir}/%{name}-%{version}/intl/*.h
%{_includedir}/%{name}-%{version}/jar/*.h
%{_includedir}/%{name}-%{version}/java/*.h
%{_includedir}/%{name}-%{version}/js/*.h
%{_includedir}/%{name}-%{version}/jsconsole/nsIJSConsoleService.h
%{_includedir}/%{name}-%{version}/jsurl/nsJSProtocolHandler.h
%{_includedir}/%{name}-%{version}/layout/*.h
%{_includedir}/%{name}-%{version}/libbz2/bzlib.h
%{_includedir}/%{name}-%{version}/libmar/mar.h
%{_includedir}/%{name}-%{version}/libreg/*.h
%{_includedir}/%{name}-%{version}/locale/*.h
%{_includedir}/%{name}-%{version}/lwbrk/*.h
%{_includedir}/%{name}-%{version}/mailnews/*.h
%{_includedir}/%{name}-%{version}/mailprofilemigration/*.h
%{_includedir}/%{name}-%{version}/mailview/*.h
%{_includedir}/%{name}-%{version}/mime/*.h
%{_includedir}/%{name}-%{version}/mimeemitter/*.h
%{_includedir}/%{name}-%{version}/mimetype/*.h
%{_includedir}/%{name}-%{version}/mork/*.h
%{_includedir}/%{name}-%{version}/mozgnome/*.h
%{_includedir}/%{name}-%{version}/msgbase/*.h
%{_includedir}/%{name}-%{version}/msgbaseutil/*.h
%{_includedir}/%{name}-%{version}/msgcompose/*.h
%{_includedir}/%{name}-%{version}/msgdb/*.h
%{_includedir}/%{name}-%{version}/msgimap/*.h
%{_includedir}/%{name}-%{version}/msglocal/*.h
%{_includedir}/%{name}-%{version}/msgmdn/*.h
%{_includedir}/%{name}-%{version}/msgnews/*.h
%{_includedir}/%{name}-%{version}/msgsmime/*.h
%{_includedir}/%{name}-%{version}/necko/*.h
%{_includedir}/%{name}-%{version}/necko2/nsIViewSourceChannel.h
%{_includedir}/%{name}-%{version}/nkcache/*.h
%{_includedir}/%{name}-%{version}/*.h
%{_includedir}/%{name}-%{version}/nspr/md/*.h
%{_includedir}/%{name}-%{version}/nspr/obsolete/*.h
%{_includedir}/%{name}-%{version}/nspr/private/*.h
%{_includedir}/%{name}-%{version}/nspr/*.h
%{_includedir}/%{name}-%{version}/pipboot/*.h
%{_includedir}/%{name}-%{version}/pipnss/*.h
%{_includedir}/%{name}-%{version}/pippki/*.h
%{_includedir}/%{name}-%{version}/plugin/*.h
%{_includedir}/%{name}-%{version}/pref/*.h
%{_includedir}/%{name}-%{version}/prefetch/*.h
%{_includedir}/%{name}-%{version}/profdirserviceprovider/nsProfileDirServiceProvider.h
%{_includedir}/%{name}-%{version}/profile/*.h
%{_includedir}/%{name}-%{version}/progressDlg/nsIProgressDialog.h
%{_includedir}/%{name}-%{version}/rdf/*.h
%{_includedir}/%{name}-%{version}/rdfutil/nsRDFResource.h
%{_includedir}/%{name}-%{version}/shellservice/nsIShellService.h
%{_includedir}/%{name}-%{version}/shistory/*.h
%{_includedir}/%{name}-%{version}/spellchecker/*.h
%{_includedir}/%{name}-%{version}/sqlite3/*.h
%{_includedir}/%{name}-%{version}/storage/*.h
%{_includedir}/%{name}-%{version}/string/*.h
%{_includedir}/%{name}-%{version}/toolkitcomps/*.h
%{_includedir}/%{name}-%{version}/txmgr/*.h
%{_includedir}/%{name}-%{version}/txtsvc/*.h
%{_includedir}/%{name}-%{version}/uconv/*.h
%{_includedir}/%{name}-%{version}/ucvcn/nsUCvCnCID.h
%{_includedir}/%{name}-%{version}/ucvibm/nsUCvIBMCID.h
%{_includedir}/%{name}-%{version}/ucvja/*.h
%{_includedir}/%{name}-%{version}/ucvko/nsUCvKOCID.h
%{_includedir}/%{name}-%{version}/ucvlatin/nsUCvLatinCID.h
%{_includedir}/%{name}-%{version}/ucvmath/nsUCvMathCID.h
%{_includedir}/%{name}-%{version}/ucvtw/nsUCvTWCID.h
%{_includedir}/%{name}-%{version}/ucvtw2/nsUCvTW2CID.h
%{_includedir}/%{name}-%{version}/unicharutil/*.h
%{_includedir}/%{name}-%{version}/update/*.h
%{_includedir}/%{name}-%{version}/uriloader/*.h
%{_includedir}/%{name}-%{version}/url-classifier/*.h
%{_includedir}/%{name}-%{version}/urlformatter/*.h
%{_includedir}/%{name}-%{version}/util/*.h
%{_includedir}/%{name}-%{version}/view/*.h
%{_includedir}/%{name}-%{version}/wallet/*.h
%{_includedir}/%{name}-%{version}/walletviewers/*.h
%{_includedir}/%{name}-%{version}/webbrowserpersist/*.h
%{_includedir}/%{name}-%{version}/webbrwsr/*.h
%{_includedir}/%{name}-%{version}/webshell/*.h
%{_includedir}/%{name}-%{version}/widget/*.h
%{_includedir}/%{name}-%{version}/windowwatcher/*.h
%{_includedir}/%{name}-%{version}/xml/*.h
%{_includedir}/%{name}-%{version}/xpcom/*.inc
%{_includedir}/%{name}-%{version}/xpcom/*.h
%{_includedir}/%{name}-%{version}/xpcom_obsolete/*.h
%{_includedir}/%{name}-%{version}/xpconnect/*.h
%{_includedir}/%{name}-%{version}/xpinstall/*.h
%{_includedir}/%{name}-%{version}/xul/*.h
%{_includedir}/%{name}-%{version}/xulapp/*.h
%{_includedir}/%{name}-%{version}/xuldoc/*.h
%{_includedir}/%{name}-%{version}/xultmpl/*.h
%{thunderbirdappdir}/TestGtkEmbed
%{thunderbirdappdir}/chrome/icons/default/*.xpm
%{thunderbirdappdir}/chrome/installed-chrome.txt
%{thunderbirdappdir}/chrome/*.jar
%{thunderbirdappdir}/chrome/*.manifest
%{thunderbirdappdir}/chrome/chromelist.txt
%{thunderbirdappdir}/components/*.so
%{thunderbirdappdir}/components/*.js
%{thunderbirdappdir}/components/*.xpt
%{thunderbirdappdir}/defaults/messenger/US/mailViews.dat
%{thunderbirdappdir}/defaults/messenger/mailViews.dat
%{thunderbirdappdir}/defaults/pref/*.js
%{thunderbirdappdir}/defaults/profile/US/*.rdf
%{thunderbirdappdir}/defaults/profile/*.rdf
%{thunderbirdappdir}/defaults/profile/prefs.js
%{thunderbirdappdir}/defaults/wallet/*.tbl
%{thunderbirdappdir}/dictionaries/en-US.aff
%{thunderbirdappdir}/dictionaries/en-US.dic
%{thunderbirdappdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
%{thunderbirdappdir}/greprefs/*.js
%{thunderbirdappdir}/icons/*.xpm
%{thunderbirdappdir}/init.d/README
%{thunderbirdappdir}/isp/*.sfd
%{thunderbirdappdir}/isp/*.rdf
%{thunderbirdappdir}/isp/en-US/gmail.rdf
%{thunderbirdappdir}/*.chk
%{thunderbirdappdir}/*.so
%{thunderbirdappdir}/mozilla-xremote-client
%{thunderbirdappdir}/regxpcom
%{thunderbirdappdir}/res/charsetData.properties
%{thunderbirdappdir}/res/charsetalias.properties
%{thunderbirdappdir}/res/cmessage.txt
%{thunderbirdappdir}/res/dtd/mathml.dtd
%{thunderbirdappdir}/res/dtd/xhtml11.dtd
%{thunderbirdappdir}/res/entityTables/html40Latin1.properties
%{thunderbirdappdir}/res/entityTables/html40Special.properties
%{thunderbirdappdir}/res/entityTables/html40Symbols.properties
%{thunderbirdappdir}/res/entityTables/htmlEntityVersions.properties
%{thunderbirdappdir}/res/entityTables/mathml20.properties
%{thunderbirdappdir}/res/entityTables/transliterate.properties
%{thunderbirdappdir}/res/fonts/fontEncoding.properties
%{thunderbirdappdir}/res/fonts/mathfont.properties
%{thunderbirdappdir}/res/fonts/mathfontCMEX10.properties
%{thunderbirdappdir}/res/fonts/mathfontCMSY10.properties
%{thunderbirdappdir}/res/fonts/mathfontMTExtra.properties
%{thunderbirdappdir}/res/fonts/mathfontMath1.properties
%{thunderbirdappdir}/res/fonts/mathfontMath2.properties
%{thunderbirdappdir}/res/fonts/mathfontMath4.properties
%{thunderbirdappdir}/res/fonts/mathfontPUA.properties
%{thunderbirdappdir}/res/fonts/mathfontSymbol.properties
%{thunderbirdappdir}/res/fonts/pangoFontEncoding.properties
%{thunderbirdappdir}/res/hiddenWindow.html
%{thunderbirdappdir}/res/html/*.gif
%{thunderbirdappdir}/res/langGroups.properties
%{thunderbirdappdir}/res/language.properties
%{thunderbirdappdir}/res/*.gif
%{thunderbirdappdir}/res/*.css
%{thunderbirdappdir}/res/sample.unixpsfonts.properties
%{thunderbirdappdir}/res/samples/*.gif
%{thunderbirdappdir}/res/samples/*.jpg
%{thunderbirdappdir}/res/samples/sampleimages/*.gif
%{thunderbirdappdir}/res/samples/test.wav
%{thunderbirdappdir}/res/samples/*.html
%{thunderbirdappdir}/res/samples/*.xul
%{thunderbirdappdir}/res/samples/*.css
%{thunderbirdappdir}/res/throbber/*.gif
%{thunderbirdappdir}/res/unixcharset.properties
%{thunderbirdappdir}/res/viewer.properties
%{thunderbirdappdir}/run-mozilla.sh
%{thunderbirdappdir}/thunderbird-bin
%{thunderbirdappdir}/updater
%{thunderbirdappdir}/xpcshell
%{thunderbirdappdir}/xpicleanup
%{thunderbirdappdir}/xpidl
%{thunderbirdappdir}/xpt_dump
%{thunderbirdappdir}/xpt_link
%{_datadir}/aclocal/nspr.m4
%{_datadir}/applications/mozilla-thunderbird.desktop
%{_datadir}/icons/hicolor/128x128/apps/mozilla-thunderbird128x128.png
%{_datadir}/idl/%{name}-%{version}/*.idl
#%{_mandir}/man1/COPYING-LGPL-2.1.gz
#%{_mandir}/man1/COPYING-MPL-1.1.gz
#%{_mandir}/man3/zlib.3.gz
%doc LICENSE README.txt CVS

%files devel
%defattr(-,root,root)
%{_libdir}/pkgconfig/*.pc

%changelog
* Thu Apr 03 2008 gil <puntogil a libero.it> 2.0.0.12-1mamba
- package created by autospec
-------------- parte successiva --------------
Name:          AlephOne
Version:       20051119
Release:       1mamba
Summary:       An Open Source 3D Action Game
Group:         Applications/Games
Vendor:        openmamba
Distribution:  openmamba
Packager:      gil <puntogil a libero.it>
URL:           http://alephone.cebix.net/
Source:        http://alephone.cebix.net/downloads/AlephOne-%{version}.tar.gz
License:       GPL
BuildRequires: libSDL 
BuildRequires: libSDL-devel
BuildRequires: libSDL_image-devel
BuildRequires: libSDL_net-devel
#BuildRequires:

#BuildRequires: AlephOne-core-data
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

%description 
leph One is an Open Source 3D first-person shooter game, based on the game
Marathon 2 by Bungie Software. It is set in a Sci-Fi universe dominated by
deviant computer AIs and features a well thought-out plot. Aleph One
supports, but doesn't require, OpenGL for rendering.

This package requires additional data -- shape, sound, and map information
-- in order to be installed. One source of this core data is the
AlephOne-minf-demo package.
As implied by its name, Aleph One/SDL requires the Simple DirectMedia Layer
(SDL) library.
%prep

%setup -q

%build
%configure
%make

%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall

%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README

%changelog
* Wed Feb 20 2008 gil <puntogil a libero.it> 20051119-1mamba
- package created by autospec


Maggiori informazioni sulla lista openmamba-devel-it