141d1d2
%define desktop_file_utils_version 0.3
141d1d2
cvsdist cac9c1c
ExclusiveArch: i386 x86_64 ia64 ppc
cvsdist cac9c1c
cvsdist cac9c1c
Summary:        Mozilla Firefox Web browser.
cvsdist cac9c1c
Name:           firefox
19c0cec
Version:        0.10.0
141d1d2
Release:        1.0PR1.1
cvsdist cac9c1c
Epoch:          0
cvsdist cac9c1c
URL:            http://www.mozilla.org/projects/firefox/
cvsdist cac9c1c
License:        MPL/LGPL
cvsdist cac9c1c
Group:          Applications/Internet
19c0cec
Source0:        http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.10/firefox-1.0PR-source.tar.bz2
141d1d2
Source1:        firefox-redhat-default-bookmarks.html
cvsdist cac9c1c
Source2:        mozconfig-firefox
cvsdist cac9c1c
Source3:        firefox.desktop
cvsdist cac9c1c
Source4:        firefox.png
cvsdist cac9c1c
Source6:        firefox.sh.in
cvsdist cac9c1c
Source7:        firefox-xremote-client.sh.in
cvsdist cac9c1c
Source8:        firefox.1
cvsdist cac9c1c
Source9:        firefox-rebuild-databases.pl.in
cvsdist cac9c1c
Source10:       firefox.xpm
141d1d2
Patch1:         firefox-redhat-homepage.patch
19c0cec
Patch2:         firefox-0.7.3-default-plugin-less-annoying.patch
19c0cec
Patch3:         firefox-0.7.3-psfonts.patch
19c0cec
Patch4:         firefox-0.7.3-freetype-compile.patch
141d1d2
Patch100:       firefox-PR1-js-64bit-math.patch
cvsdist cac9c1c
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist cac9c1c
BuildRequires:  libpng-devel, libjpeg-devel
cvsdist cac9c1c
BuildRequires:  zlib-devel, zip
cvsdist cac9c1c
BuildRequires:  ORBit-devel, libIDL-devel
cvsdist cac9c1c
BuildRequires:  desktop-file-utils
cvsdist cac9c1c
BuildRequires:  gtk2-devel, gnome-vfs2-devel
cvsdist cac9c1c
BuildRequires:  krb5-devel
141d1d2
BuildRequires:  desktop-file-utils >= %{desktop_file_utils_version}
cvsdist cac9c1c
Obsoletes:      phoenix, mozilla-firebird, MozillaFirebird
cvsdist cac9c1c
Provides:       mozilla-firebird = %{epoch}:%{version}, MozillaFirebird = %{epoch}:%{version}
cvsdist cac9c1c
Provides:       webclient
cvsdist cac9c1c
%define ffdir %{_libdir}/firefox-%{version}
cvsdist cac9c1c
cvsdist cac9c1c
%description
cvsdist cac9c1c
Mozilla Firefox is an open-source web browser, designed for standards
cvsdist cac9c1c
compliance, performance and portability.
cvsdist cac9c1c
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%prep
cvsdist cac9c1c
%setup -q -n mozilla
141d1d2
%patch1 -p0
cvsdist cac9c1c
%patch2 -p1
19c0cec
%patch3 -p1
19c0cec
%patch4 -p0
141d1d2
%patch100 -p0
cvsdist cac9c1c
%{__rm} -f .mozconfig
cvsdist cac9c1c
%{__cp} %{SOURCE2} .mozconfig
cvsdist cac9c1c
141d1d2
# set up our default bookmarks
141d1d2
%{__cp} %{SOURCE1} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html
141d1d2
141d1d2
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%build
cvsdist cac9c1c
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed s/-O2/-Os/`
141d1d2
export MOZILLA_OFFICIAL=1
141d1d2
export BUILD_OFFICIAL=1
cvsdist cac9c1c
MAKE="gmake %{?_smp_mflags}" make -f client.mk build
cvsdist cac9c1c
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%install
cvsdist cac9c1c
%{__rm} -rf $RPM_BUILD_ROOT
cvsdist cac9c1c
cvsdist cac9c1c
cd xpinstall/packager/
cvsdist cac9c1c
%{__make} MOZILLA_BIN="\$(DIST)/bin/firefox-bin"
cvsdist cac9c1c
cd -
cvsdist cac9c1c
cvsdist cac9c1c
%{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications}
cvsdist cac9c1c
cvsdist cac9c1c
%{__tar} -C $RPM_BUILD_ROOT%{_libdir}/ -xzf dist/firefox-*-linux-gnu.tar.gz
cvsdist cac9c1c
%{__mv} $RPM_BUILD_ROOT%{_libdir}/firefox $RPM_BUILD_ROOT%{ffdir}
cvsdist cac9c1c
cvsdist cac9c1c
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/firefox-*-linux-gnu.tar
cvsdist cac9c1c
cvsdist cac9c1c
%{__install} -p -D %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/pixmaps/firefox.png
cvsdist cac9c1c
cvsdist cac9c1c
desktop-file-install --vendor fedora \
cvsdist cac9c1c
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
cvsdist cac9c1c
  --add-category X-Fedora \
cvsdist cac9c1c
  --add-category Application \
cvsdist cac9c1c
  --add-category Network \
cvsdist cac9c1c
  %{SOURCE3} 
cvsdist cac9c1c
cvsdist cac9c1c
%{__cat} %{SOURCE6} | %{__sed} -e 's,FFDIR,%{ffdir},g' -e 's,LIBDIR,%{_libdir},g' > \
cvsdist cac9c1c
  $RPM_BUILD_ROOT%{_bindir}/firefox
cvsdist cac9c1c
cvsdist cac9c1c
%{__chmod} 755 $RPM_BUILD_ROOT%{_bindir}/firefox
cvsdist cac9c1c
cvsdist cac9c1c
%{__install} -p -D %{SOURCE1} $RPM_BUILD_ROOT%{ffdir}/defaults/profile/US/bookmarks.html
cvsdist cac9c1c
%{__install} -p -D %{SOURCE1} $RPM_BUILD_ROOT%{ffdir}/defaults/profile/bookmarks.html
cvsdist cac9c1c
%{__cat} %{SOURCE7} | %{__sed} -e 's,FFDIR,%{ffdir},g' -e 's,LIBDIR,%{_libdir},g' > \
cvsdist cac9c1c
  $RPM_BUILD_ROOT%{ffdir}/firefox-xremote-client
cvsdist cac9c1c
cvsdist cac9c1c
%{__chmod} 755 $RPM_BUILD_ROOT%{ffdir}/firefox-xremote-client
cvsdist cac9c1c
%{__install} -p -D %{SOURCE8} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1
cvsdist cac9c1c
%{__cat} %{SOURCE9} | %{__sed} -e 's,FFDIR,%{ffdir},g' > \
cvsdist cac9c1c
  $RPM_BUILD_ROOT/%{ffdir}/firefox-rebuild-databases.pl
cvsdist cac9c1c
%{__chmod} 755 $RPM_BUILD_ROOT/%{ffdir}/firefox-rebuild-databases.pl
cvsdist cac9c1c
cvsdist cac9c1c
%{__rm} -f $RPM_BUILD_ROOT%{ffdir}/firefox-config
cvsdist cac9c1c
cvsdist cac9c1c
cd $RPM_BUILD_ROOT%{ffdir}/chrome
cvsdist cac9c1c
find . -name "*" -type d -maxdepth 1 -exec %{__rm} -rf {} \;
cvsdist cac9c1c
cd -
cvsdist cac9c1c
cvsdist cac9c1c
# another bug fixed by looking at the debian package
cvsdist cac9c1c
%{__mkdir_p} $RPM_BUILD_ROOT%{ffdir}/chrome/icons/default/
cvsdist cac9c1c
%{__cp} %{SOURCE10} $RPM_BUILD_ROOT%{ffdir}/chrome/icons/default/default.xpm
cvsdist cac9c1c
%{__cp} %{SOURCE10} $RPM_BUILD_ROOT%{ffdir}/icons/default.xpm
cvsdist cac9c1c
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%clean
cvsdist cac9c1c
%{__rm} -rf $RPM_BUILD_ROOT
cvsdist cac9c1c
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%post
19c0cec
19c0cec
update-desktop-database %{_datadir}/applications
19c0cec
cvsdist cac9c1c
umask 022
cvsdist cac9c1c
%{ffdir}/firefox-rebuild-databases.pl || :
cvsdist cac9c1c
cvsdist cac9c1c
# create extensions directory
cvsdist cac9c1c
%{ffdir}/firefox -register
cvsdist cac9c1c
cvsdist cac9c1c
%postun
cvsdist cac9c1c
umask 022
cvsdist cac9c1c
# was this an upgrade?
cvsdist cac9c1c
if [ $1 -gt 1 ]; then
cvsdist cac9c1c
  %{ffdir}/firefox-rebuild-databases.pl
cvsdist cac9c1c
fi
cvsdist cac9c1c
cvsdist cac9c1c
%preun
cvsdist cac9c1c
# is it a final removal?
cvsdist cac9c1c
if [ $1 -eq 0 ]; then
cvsdist cac9c1c
  %{__rm} -rf %{ffdir}/chrome/overlayinfo
cvsdist cac9c1c
  %{__rm} -rf %{ffdir}/components
cvsdist cac9c1c
  %{__rm} -f  %{ffdir}/chrome/*.rdf
cvsdist cac9c1c
  %{__rm} -rf %{ffdir}/extensions
cvsdist cac9c1c
  %{__rm} -f %{ffdir}/components.ini
cvsdist cac9c1c
fi
cvsdist cac9c1c
cvsdist cac9c1c
%files
cvsdist cac9c1c
%defattr(-,root,root,-)
cvsdist cac9c1c
%{_bindir}/firefox
cvsdist cac9c1c
%{_mandir}/man1/*
cvsdist cac9c1c
%{ffdir}
cvsdist cac9c1c
%{_datadir}/applications/fedora-%{name}.desktop
cvsdist cac9c1c
%{_datadir}/pixmaps/firefox.png
cvsdist cac9c1c
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%changelog
141d1d2
* Fri Sep 24 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.1
141d1d2
- Add a BR for desktop-file-utils
141d1d2
- Update default configuration options to use the firefox mozconfig (#132916)
141d1d2
- Use Red Hat bookmarks (#133262)
141d1d2
- Update default homepage (#132721)
141d1d2
- Fix JS math on AMD64 (#133226)
141d1d2
- Build with MOZILLA_OFICIAL (#132917)
7d2e9ab
19c0cec
* Tue Sep 14 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.0
19c0cec
- Update to 1.0PR1
19c0cec
- Update man page references to say Firefox instead of Firebird
19c0cec
- Remove gcc34 and extensions patch; they are now upstream
19c0cec
- Update desktop database
19c0cec
- Minor tweaks to the .desktop file
19c0cec
cvsdist fb12275
* Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0:0.9.3-8
cvsdist fb12275
- Fixup .desktop entry Name, GenericName, and Comment (#131602)
cvsdist fb12275
- Add MimeType desktop entry (patch from jrb@redhat.com)
cvsdist fb12275
- Build with --disable-xprint
cvsdist fb12275
cvsdist cac9c1c
* Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0:0.9.3-7
cvsdist cac9c1c
- rawhide import
cvsdist cac9c1c
- fedora.us #1765 NetBSD's freetype 2.1.8 compat patch
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Aug 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.6
cvsdist cac9c1c
- and mng support is disabled again as it seams that there is
cvsdist cac9c1c
  no real mng support in the code
cvsdist cac9c1c
cvsdist cac9c1c
* Sat Aug 28 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.5
cvsdist cac9c1c
- remove ldconfig from scriptlets (bug #1846 comment #40)
cvsdist cac9c1c
- reenabled mng support (bug #1971)
cvsdist cac9c1c
- removed --enable-strip to let rpm to the stripping (bug #1971)
cvsdist cac9c1c
- honor system settings in firefox.sh (bug #1971)
cvsdist cac9c1c
- setting umask 022 in scriptlets (bug #1962)
cvsdist cac9c1c
cvsdist cac9c1c
* Sat Aug 07 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.4
cvsdist cac9c1c
- copy the icon to the right place(TM)
cvsdist cac9c1c
cvsdist cac9c1c
* Fri Aug 06 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.3
cvsdist cac9c1c
- readded the xpm removed in 0:0.9.2-0.fdr.5
cvsdist cac9c1c
cvsdist cac9c1c
* Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.2
cvsdist cac9c1c
- added mozilla-1.7-psfonts.patch from rawhide mozilla
cvsdist cac9c1c
cvsdist cac9c1c
* Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.1
cvsdist cac9c1c
- updated to 0.9.3
cvsdist cac9c1c
- removed following from .mozconfig:
cvsdist cac9c1c
    ac_add_options --with-system-mng
cvsdist cac9c1c
    ac_add_options --enable-xprint
cvsdist cac9c1c
    ac_add_options --disable-dtd-debug
cvsdist cac9c1c
    ac_add_options --disable-freetype2
cvsdist cac9c1c
    ac_add_options --enable-strip-libs
cvsdist cac9c1c
    ac_add_options --enable-reorder
cvsdist cac9c1c
    ac_add_options --enable-mathml
cvsdist cac9c1c
    ac_add_options --without-system-nspr
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Aug 03 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.5
cvsdist cac9c1c
- applied parts of the patch from Matthias Saou (bug #1846)
cvsdist cac9c1c
- delete empty directories in %%{ffdir}/chrome
cvsdist cac9c1c
- more cosmetic changes to the spec file
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Jul 14 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.4
cvsdist cac9c1c
- mozilla-default-plugin-less-annoying.patch readded
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.3
cvsdist cac9c1c
- added krb5-devel as build requirement
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.2
cvsdist cac9c1c
- added patch from bugzilla.mozilla.org (bug #247846)
cvsdist cac9c1c
- removed Xvfb hack
cvsdist cac9c1c
cvsdist cac9c1c
* Fri Jul 09 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.1
cvsdist cac9c1c
- updated to 0.9.2
cvsdist cac9c1c
cvsdist cac9c1c
* Mon Jul 05 2004 Warren Togami <wtogami@redhat.com> 0:0.9.1-0.fdr.3
cvsdist cac9c1c
- mharris suggestion for backwards compatibilty with Xvfb hack
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.2
cvsdist cac9c1c
- added massive hack from the debian package to create the
cvsdist cac9c1c
  extension directory
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.1
cvsdist cac9c1c
- updated to 0.9.1
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.4
cvsdist cac9c1c
- remove extensions patch
cvsdist cac9c1c
- add post hack to create extensions
cvsdist cac9c1c
- enable negotiateauth extension
cvsdist cac9c1c
- copy icon to browser/app/default.xpm
cvsdist cac9c1c
- --enable-official-branding
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.3
cvsdist cac9c1c
- extensions patch
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.2
cvsdist cac9c1c
- added gnome-vfs2-devel as BuildRequires
cvsdist cac9c1c
- added gcc-3.4 patch 
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.1
cvsdist cac9c1c
- updated to 0.9
cvsdist cac9c1c
- dropped x86_64 patches
cvsdist cac9c1c
- dropped xremote patches
cvsdist cac9c1c
cvsdist cac9c1c
* Wed May 26 2004 Adrian Reber <adrian@lisas.de> 0:0.8-0.fdr.13
cvsdist cac9c1c
- remove unused files: mozilla-config
cvsdist cac9c1c
cvsdist cac9c1c
* Sun May 23 2004 David Hill <djh[at]ii.net> 0:0.8-0.fdr.12
cvsdist cac9c1c
- update mozconfig (fixes bug #1443)
cvsdist cac9c1c
- installation directory includes version number
cvsdist cac9c1c
cvsdist cac9c1c
* Mon May 10 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.11
cvsdist cac9c1c
- merge x86_64 release 10 with fedora.us release 10 bump release to 11
cvsdist cac9c1c
cvsdist cac9c1c
* Mon Apr 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.10
cvsdist cac9c1c
- rebuild for FC2
cvsdist cac9c1c
- change Source71 to properly replace Source7 for maintainability
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Apr 18 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.10
cvsdist cac9c1c
- 3rd xremote patch
cvsdist cac9c1c
- test -Os rather than -O2
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net>
cvsdist cac9c1c
- more x86_64 fixes
cvsdist cac9c1c
- fix firefix-xremote-client for x86_64 (similar to what is done for
cvsdist cac9c1c
  firefox.sh.in)
cvsdist cac9c1c
cvsdist cac9c1c
* Sat Apr 03 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.9
cvsdist cac9c1c
- xremote patch for thunderbird integration #1113
cvsdist cac9c1c
- back out ugly hack from /usr/bin/firefox
cvsdist cac9c1c
- correct default bookmarks
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Feb 25 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.7
cvsdist cac9c1c
- readded the new firefox icons
cvsdist cac9c1c
cvsdist cac9c1c
* Sat Feb 21 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.6
cvsdist cac9c1c
- removed new firefox icons
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Feb 18 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.5
cvsdist cac9c1c
- nothing
cvsdist cac9c1c
cvsdist cac9c1c
* Thu Feb 12 2004 Gene Czarcinski <czar@acm.org>
cvsdist cac9c1c
- update for x86_64 ... usr mozilla-1.6 patches
cvsdist cac9c1c
- change "firefox-i*" to "firefox-*" in above stuff
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.4
cvsdist cac9c1c
- another icon changed
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.3
cvsdist cac9c1c
- startup script modified
cvsdist cac9c1c
cvsdist cac9c1c
* Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.2
cvsdist cac9c1c
- new firefox icon
cvsdist cac9c1c
- more s/firebird/firefox/
cvsdist cac9c1c
cvsdist cac9c1c
* Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.1
cvsdist cac9c1c
- new version: 0.8
cvsdist cac9c1c
- new name: firefox
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Oct 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.2
cvsdist cac9c1c
- s/0.6.1/0.7/
cvsdist cac9c1c
- changed user-app-dir back to .phoenix as .mozilla-firebird
cvsdist cac9c1c
  is not working as expected
cvsdist cac9c1c
- manpage now also available as MozillaFirebird.1
cvsdist cac9c1c
cvsdist cac9c1c
* Thu Oct 16 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.1
cvsdist cac9c1c
- updated to 0.7
cvsdist cac9c1c
- provides webclient
cvsdist cac9c1c
- run regxpcom and regchrome after installation and removal
cvsdist cac9c1c
- added a man page from the debian package
cvsdist cac9c1c
- changed user-app-dir from .phoenix to .mozilla-firebird
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.2
cvsdist cac9c1c
- now with mozilla-default-plugin-less-annoying.patch; see bug #586
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.1
cvsdist cac9c1c
- updated to 0.6.1
cvsdist cac9c1c
- changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 
cvsdist cac9c1c
  it should now also build on RH80
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.5.rh90
cvsdist cac9c1c
- enabled the type ahead extension: bug #484
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.4.rh90
cvsdist cac9c1c
- renamed it again back to MozillaFirbird
cvsdist cac9c1c
- added libmng-devel to BuildRequires
cvsdist cac9c1c
- startup homepage is now www.fedora.us
cvsdist cac9c1c
- improved the startup script to use the unix remote protocol 
cvsdist cac9c1c
  to open a new window
cvsdist cac9c1c
cvsdist cac9c1c
* Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.3.rh90
cvsdist cac9c1c
- new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png
cvsdist cac9c1c
- now using gtk2 as toolkit
cvsdist cac9c1c
- renamed again back to mozilla-firebird (I like it better)
cvsdist cac9c1c
- Provides: MozillaFirebird for compatibility with previous releases
cvsdist cac9c1c
- changed default bookmarks.html to contain links to www.fedora.us
cvsdist cac9c1c
cvsdist cac9c1c
* Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.2.rh90
cvsdist cac9c1c
- renamed package to MozillaFirebird and all files with the old name
cvsdist cac9c1c
- enabled mng, mathml, xinerama support
cvsdist cac9c1c
- now honouring RPM_OPT_FLAGS
cvsdist cac9c1c
cvsdist cac9c1c
* Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.1.rh90
cvsdist cac9c1c
- updated to 0.6
cvsdist cac9c1c
cvsdist cac9c1c
* Thu May 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.1.cvs20030501.rh90
cvsdist cac9c1c
- Updated to CVS.
cvsdist cac9c1c
- Renamed to mozilla-firebird.
cvsdist cac9c1c
cvsdist cac9c1c
* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030409.rh90
cvsdist cac9c1c
- Updated to CVS.
cvsdist cac9c1c
- Removed hard-coded library path.
cvsdist cac9c1c
cvsdist cac9c1c
* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030402.rh90
cvsdist cac9c1c
- Changed Prereq to Requires.
cvsdist cac9c1c
- Changed BuildRequires to gtk+-devel (instead of file).
cvsdist cac9c1c
- Recompressed source with bzip2.
cvsdist cac9c1c
- Removed post.
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Apr 02 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030402.rh90
cvsdist cac9c1c
- Added desktop-file-utils to BuildRequires.
cvsdist cac9c1c
- Changed category to X-Fedora-Extra.
cvsdist cac9c1c
- Updated to CVS.
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030328.rh90
cvsdist cac9c1c
- Added Epoch:0.
cvsdist cac9c1c
- Added libgtk-1.2.so.0 to the BuildRequires
cvsdist cac9c1c
cvsdist cac9c1c
* Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90
cvsdist cac9c1c
- Updated to latest CVS.
cvsdist cac9c1c
- Moved phoenix startup script into its own file
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90
cvsdist cac9c1c
- Updated to latest CVS.
cvsdist cac9c1c
- Changed release to 9 vs 8.1.
cvsdist cac9c1c
- Added cvs script.
cvsdist cac9c1c
- added encoding to desktop file.
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81
cvsdist cac9c1c
- Updated to latest CVS.
cvsdist cac9c1c
- added release specification XFree86-devel Build Requirement.
cvsdist cac9c1c
- changed chmod to %attr
cvsdist cac9c1c
cvsdist cac9c1c
* Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81
cvsdist cac9c1c
- Fixed naming scheme.
cvsdist cac9c1c
- Fixed .desktop file.
cvsdist cac9c1c
cvsdist cac9c1c
* Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1
cvsdist cac9c1c
- Updated to CVS.
cvsdist cac9c1c
cvsdist cac9c1c
* Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2
cvsdist cac9c1c
- General Tweaking.
cvsdist cac9c1c
cvsdist cac9c1c
* Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1
cvsdist cac9c1c
- Updated CVS.
cvsdist cac9c1c
- Modified mozconfig.
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1
cvsdist cac9c1c
- Initial RPM release.