rpms/spicebird/F-8 spicebird.desktop, NONE, 1.1 spicebird.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven M. Parrish (tuxbrewr) fedora-extras-commits at redhat.com
Wed May 21 19:23:53 UTC 2008


Author: tuxbrewr

Update of /cvs/pkgs/rpms/spicebird/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8893/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	spicebird.desktop spicebird.spec 
Log Message:



--- NEW FILE spicebird.desktop ---
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Spicebird Collaboration Suite
Exec=spicebird-beta
Icon=default
Terminal=false
Type=Application



--- NEW FILE spicebird.spec ---
%define desktop_file_utils_version 0.9
%define nspr_version 4.6
%define nss_version 3.10
%define cairo_version 1.0

Summary:        Spicebird Collaboration Suite
Name:           spicebird
Version:        0.4
Release:        2%{?dist}
URL:            http://www.spicebird.com
License:        MPLv1.1 or GPLv2+ or LGPLv2+
Group:          Applications/Internet

Source0:  	http://www.spicebird.com/pub/spicebird/0.4/mozilla_DATE_20071122_0000_PDT.tar.bz2
Source1:        http://www.spicebird.com/pub/spicebird/0.4/spicebird-beta-0.4.source.tar.bz2
Source2:        http://www.spicebird.com/pub/spicebird/0.4/patches_DATE_20071122_0000_PDT.tar.bz2
Source3:        %{name}.desktop
Source4:        configure.tar.bz2

BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires:       nspr >= %{nspr_version}
Requires:       nss >= %{nss_version}
Requires:       launchmail

BuildRequires:  cairo-devel >= %{cairo_version}
BuildRequires:  libpng-devel, libjpeg-devel, gtk2-devel
BuildRequires:  zlib-devel, gzip, zip, unzip
BuildRequires:  nspr-devel >= %{nspr_version}
BuildRequires:  nss-devel >= %{nss_version}
BuildRequires:  libIDL-devel
BuildRequires:  desktop-file-utils
BuildRequires:  freetype-devel
BuildRequires:  libXt-devel
BuildRequires:  libXrender-devel
BuildRequires:  dbus-glib-devel >= 0.68
BuildRequires:  python
BuildRequires:  curl-devel
ExcludeArch: 	ppc64 ppc
%define mozappdir %{_libdir}/spicebird-%{version}

AutoProv: 0
%define _use_internal_dependency_generator 0

%description
Spicebird is a standalone mail and collaboration suite.

#===============================================================================
%prep
%setup -q -c
%setup -T -D -a 1
%setup -T -D -a 2
%setup -T -D -a 4
mv collab/ mozilla
mv patches/* mozilla
cp mozilla/collab/config/mozconfig mozilla
mv configure mozilla
cd mozilla
chmod +x patch.sh
./patch.sh
echo "ac_add_options --enable-static --disable-shared" >> mozconfig
#===============================================================================
%build

cd mozilla
MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %{__sed} -e 's/-O2/-Os/' -e 's/-Wall//')
export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS

export PREFIX='%{_prefix}'
export LIBDIR='%{_libdir}'

export LDFLAGS="-Wl,-rpath,%{mozappdir}"
export MAKE="gmake"
make -f client.mk build LIBDIR='%{_libdir}'

#===============================================================================
%install
%{__rm} -rf $RPM_BUILD_ROOT
cd mozilla
DESTDIR=$RPM_BUILD_ROOT make install

desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE3}

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root,-)
%attr(755,root,root) /usr/bin/spicebird-beta
/usr/lib/*
/usr/share/applications/fedora-spicebird.desktop

#===============================================================================

%changelog

* Wed May 21 2008 Steven Parrish <smparrish[at]shallowcreek.net>
- cleaned up specfile for final inclusion in F8.

* Sun May 04 2008 Steven Parrish <smparrish[at]shallowcreek.net>
-  revised specfile based on suggestions from rdieter & Kevin_Kofler

* Tue Apr 29 2008 Steven Parrish <smparrish[at]shallowcreek.net>
- initial RPM
  (based on the fedora Thunderbird specfile)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/spicebird/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 May 2008 18:32:06 -0000	1.1
+++ .cvsignore	21 May 2008 19:23:09 -0000	1.2
@@ -0,0 +1,4 @@
+configure.tar.bz2
+mozilla_DATE_20071122_0000_PDT.tar.bz2
+patches_DATE_20071122_0000_PDT.tar.bz2
+spicebird-beta-0.4.source.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/spicebird/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 May 2008 18:32:06 -0000	1.1
+++ sources	21 May 2008 19:23:09 -0000	1.2
@@ -0,0 +1,4 @@
+df93af85a238d2ec51e23bbfab51d7a7  configure.tar.bz2
+a25e5d7955e05992a7cfc67329ab57a7  mozilla_DATE_20071122_0000_PDT.tar.bz2
+6f22fc0446bdd2b124dda5fd2e4b06a1  patches_DATE_20071122_0000_PDT.tar.bz2
+9dee0a1ab01508fbf0acae1ea0f560b9  spicebird-beta-0.4.source.tar.bz2




More information about the scm-commits mailing list