eel.spec
author dc144907
Tue, 23 Aug 2005 16:46:21 +0000
changeset 5565 b1beceba7539
parent 5528 8eaf8a1cb170
child 5600 fad33aa139b9
permissions -rw-r--r--
* vino.spec: Remove PATH setting as it is not used (info was wrong and build unaffected) * at-spi.spec: Move CFLAGS setting as it was useless in original location. * build-gnome2: Change tarball dir to gnome-head as that is where I've been copying all the tarballs. * control-center.spec: Add patch to downgrade reqd ver of automake. * patches/control-center-19-automake_183.diff: Downgrade automake ver. * libghttp.spec: Correct Source URL. * ORBit2.spec: Bump tarball. Temp disable some patches. * gedit.spec, ggv.spec, gdm.spec, gnome-keyring.spec, gnopernicus.spec, gnome-user-docs.spec, gnome-themes.spec, gnome-utils.spec, gok.spec, gnome-desktop.spec, gnome-menus.spec, gnome-session.spec, gnome-system-monitor.spec, gtk2-engines.spec: Temp disable some patches. * gimp.spec: Add new dirs to %files. Add patch for new poppler API. * patches/patches/gimp-03-poppler.c.diff: New poppler API. * gnome-icon-theme.spec: Add patch to downgrade automake ver reqd. * patches/gnome-icon-theme-02-automake-183.diff: Downgrade automake. * gst-plugins.spec: Add patch to look for gstreamer 0.9, not 0.8. * patches/gst-plugins-02-gst0.9.diff: Look for gstreamer 0.9, not 0.8. * gnome-common.spec: Use autogen.sh instead of configure. * gnome-keyring-manager.spec: Disable auto/ize tools when using released tarball. * gnome-speech.spec: Add variable to make updating jdk ver easier. * gnomemeeting.spec: Add call to automake. * dbus.spec: Add python >= 2.4 dependency. Reformat description text. * eel.spec: Add gnome-desktop build and install dependencies. * eog.spec: Add scrollkeeper dir to %files. * jds-registration.spec: Remove unneeded variables. * glib2.spec: Some tweaks to auto/ize calls.A * gnome-spell.spec: Bump to 1.0.6. Fix Source URL. * gst.spec: Updates for ver jump from 0.8.x to 0.9.x. * gtk-doc.spec: Add auto/ize calls for building from cvs head.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     1
#
5528
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
     2
# spec file for package eel
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     7
#
51
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     8
Name:         eel
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
     9
License:      LGPL
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    10
Group:        System/Libraries/GNOME
5528
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
    11
Version:      2.11.91
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    12
Release:      1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    14
Vendor:       Sun Microsystems, Inc.
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    15
Summary:      Eazel Extensions Library
5528
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/eel/2.11/eel-%{version}.tar.bz2
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    17
URL:          http://www.gnome.org
4737
f4351b2cd9d7 2004-12-10 Suresh Chandrasekharan <[email protected]>
sureshc
parents: 4689
diff changeset
    18
Patch1:       eel-01-multibyte-bookmark-menu.diff	
4927
05f60a3fbdd8 2005-01-25 Muktha <[email protected]>
muktha
parents: 4867
diff changeset
    19
Patch2:       eel-02-assertion.diff
5095
a540c15a5b8e - Added patch eel-03-popup-menu-i18n.diff to translate "Select All"
tajima
parents: 5082
diff changeset
    20
Patch3:       eel-03-popup-menu-i18n.diff
51
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    21
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    22
Docdir:       %{_defaultdocdir}/doc
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
    23
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    24
Prereq:       /sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
    25
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    26
%define libgnomeui_version 2.6.0
2169
76e96c4ad3d5 2004-03-10 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
    27
%define librsvg_version 2.5.0
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    28
%define libxml2_version 2.6.7
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    29
%define gnome_vfs_version 2.6.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    30
%define gail_version 1.6.3
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    31
%define GConf_version 2.6.1
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5528
diff changeset
    32
%define gnome-desktop_version 2.1.4
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
    33
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    34
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    35
BuildRequires: librsvg-devel >= %{librsvg_version}
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    36
BuildRequires: gail-devel >= %{gail_version}
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5528
diff changeset
    37
BuildRequires: gnome-desktop-devel >= %{gnome-desktop_version}
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
    38
Requires: libgnomeui >= %{libgnomeui_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
    39
Requires: librsvg >= %{librsvg_version}
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    40
Requires: gail >= %{gail_version}
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5528
diff changeset
    41
Requires: gnome-desktop >= %{gnome-desktop_version}
51
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    42
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    43
%description
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    44
This library extends the Gtk+ library with some useful routines for
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    45
applications like Nautilus.
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    46
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
    47
%package devel
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    48
Summary:      Eazel Extensions Development Library
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
    49
Group:        Development/Libraries/GNOME
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    50
Requires:     %{name} = %{version}
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    51
Requires:     libxml2-devel >= %{libxml2_version}
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    52
Requires:     gnome-vfs-devel >= %{gnome_vfs_version}
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    53
Requires:     GConf-devel >= %{GConf_version}
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
    54
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
    55
%description devel
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    56
This library extends the Gtk+ library with some useful routines for
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    57
applications like Nautilus.
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
    58
51
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    59
%prep
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    60
%setup -q
4737
f4351b2cd9d7 2004-12-10 Suresh Chandrasekharan <[email protected]>
sureshc
parents: 4689
diff changeset
    61
%patch1 -p1
4927
05f60a3fbdd8 2005-01-25 Muktha <[email protected]>
muktha
parents: 4867
diff changeset
    62
%patch2 -p1
5095
a540c15a5b8e - Added patch eel-03-popup-menu-i18n.diff to translate "Select All"
tajima
parents: 5082
diff changeset
    63
%patch3 -p1
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    64
51
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    65
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    66
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    67
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    68
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    69
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    70
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    71
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    72
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    73
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    74
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    75
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    76
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    77
CFLAGS="$RPM_OPT_FLAGS"			\
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    78
./configure --prefix=%{_prefix}		\
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    79
	    --sysconfdir=%{_sysconfdir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    80
make -j $CPUS
51
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    81
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    82
%install
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    83
make DESTDIR=$RPM_BUILD_ROOT install
1449
7c49411281dc 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1244
diff changeset
    84
#Copy zh_HK from zh_TW
7c49411281dc 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1244
diff changeset
    85
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1498
diff changeset
    86
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1498
diff changeset
    87
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    88
rm $RPM_BUILD_ROOT%{_libdir}/*.la
1449
7c49411281dc 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1244
diff changeset
    89
                                                                                                                                                             
51
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    90
%clean
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    91
rm -rf $RPM_BUILD_ROOT
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    92
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    93
%post
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    94
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
    95
209
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    96
%postun
1774456c7622 *** empty log message ***
gman
parents: 156
diff changeset
    97
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
    98
51
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    99
%files
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   100
%defattr (-, root, root)
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
   101
%{_libdir}/*.so.*
51
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   102
%{_datadir}/locale/*/LC_MESSAGES/*.mo
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   103
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   104
%files devel
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
   105
%defattr (-, root, root)
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
   106
%{_libdir}/*.so
51
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   107
%{_libdir}/pkgconfig/*.pc
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   108
%{_includedir}/eel-2
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   109
e11423792b59 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   110
%changelog
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5528
diff changeset
   111
* Tue Aug 23 2005 - [email protected]
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5528
diff changeset
   112
- Add gnome-desktop build and install dependencies.
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5528
diff changeset
   113
5528
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   114
* Mon Aug 15 2005 - [email protected]	
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   115
- Bump to 2.11.91.
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   116
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   117
* Wed Aug 03 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   118
- remove upstream patch cancel-rename.diff
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   119
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   120
* Fri May 13 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   121
- Bump to 2.10.1 
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   122
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   123
* Fri May 13 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   124
- Added patch eel-05-cancel-rename.diff, this patch does not allow
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   125
  timeout dialog to pop up if gnome-auth-mananger dialog is visible.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   126
  Fixex bug#6264644.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   127
5267
ee5bc0638eec 2005-03-23 Muktha <[email protected]>
muktha
parents: 5237
diff changeset
   128
* Wed Mar 23 2005 - [email protected]
ee5bc0638eec 2005-03-23 Muktha <[email protected]>
muktha
parents: 5237
diff changeset
   129
- Added patch eel-04-gok-crash.diff to fix nautilus crash when 
ee5bc0638eec 2005-03-23 Muktha <[email protected]>
muktha
parents: 5237
diff changeset
   130
  folder is opened with gok. Fixes bug #6234837.
ee5bc0638eec 2005-03-23 Muktha <[email protected]>
muktha
parents: 5237
diff changeset
   131
5095
a540c15a5b8e - Added patch eel-03-popup-menu-i18n.diff to translate "Select All"
tajima
parents: 5082
diff changeset
   132
* Tue Feb 15 2005 - [email protected]
a540c15a5b8e - Added patch eel-03-popup-menu-i18n.diff to translate "Select All"
tajima
parents: 5082
diff changeset
   133
- Added patch eel-03-popup-menu-i18n.diff to translate "Select All"
a540c15a5b8e - Added patch eel-03-popup-menu-i18n.diff to translate "Select All"
tajima
parents: 5082
diff changeset
   134
  and "Input Methods" messages in nautilus. Fixes bug #5072488.
a540c15a5b8e - Added patch eel-03-popup-menu-i18n.diff to translate "Select All"
tajima
parents: 5082
diff changeset
   135
4927
05f60a3fbdd8 2005-01-25 Muktha <[email protected]>
muktha
parents: 4867
diff changeset
   136
* Tue Jan 25 2005 - [email protected]
05f60a3fbdd8 2005-01-25 Muktha <[email protected]>
muktha
parents: 4867
diff changeset
   137
- Added patch eel-02-assertion.diff to fix assertion failure
05f60a3fbdd8 2005-01-25 Muktha <[email protected]>
muktha
parents: 4867
diff changeset
   138
  messages in nautilus. Fixes bug #4899270.
05f60a3fbdd8 2005-01-25 Muktha <[email protected]>
muktha
parents: 4867
diff changeset
   139
4737
f4351b2cd9d7 2004-12-10 Suresh Chandrasekharan <[email protected]>
sureshc
parents: 4689
diff changeset
   140
* Mon Dec 08 2004 - [email protected]
f4351b2cd9d7 2004-12-10 Suresh Chandrasekharan <[email protected]>
sureshc
parents: 4689
diff changeset
   141
- Added patch #01 to fix the cutoff of long multibyte directory
f4351b2cd9d7 2004-12-10 Suresh Chandrasekharan <[email protected]>
sureshc
parents: 4689
diff changeset
   142
  bookmarks. Fixes bug #6184582. Applied to linux trunk only.
f4351b2cd9d7 2004-12-10 Suresh Chandrasekharan <[email protected]>
sureshc
parents: 4689
diff changeset
   143
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   144
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   145
- Updated l10n content to eel-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   146
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   147
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   148
- ported to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   149
                                                                                
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   150
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   151
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   152
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2677
diff changeset
   153
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2677
diff changeset
   154
- Updated l10n content to eel-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2677
diff changeset
   155
2677
00daf2bc731b Bump to 2.6.1
mattk
parents: 2619
diff changeset
   156
* Fri May 07 2004 - <[email protected]>
00daf2bc731b Bump to 2.6.1
mattk
parents: 2619
diff changeset
   157
- Bump to 2.6.1
00daf2bc731b Bump to 2.6.1
mattk
parents: 2619
diff changeset
   158
2463
8674f8f597b3 2004-04-15 Glynn Foster <[email protected]>
gman
parents: 2398
diff changeset
   159
* Thu Apr 15 2004 - <[email protected]>
8674f8f597b3 2004-04-15 Glynn Foster <[email protected]>
gman
parents: 2398
diff changeset
   160
- Bump to 2.6.0
8674f8f597b3 2004-04-15 Glynn Foster <[email protected]>
gman
parents: 2398
diff changeset
   161
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   162
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   163
- Updated l10n content to eel-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   164
2212
8f166719d48e 2004-03-16 Glynn Foster <[email protected]>
gman
parents: 2176
diff changeset
   165
* Tue Mar 16 2004 - <[email protected]>
8f166719d48e 2004-03-16 Glynn Foster <[email protected]>
gman
parents: 2176
diff changeset
   166
- Bump to 2.5.91
8f166719d48e 2004-03-16 Glynn Foster <[email protected]>
gman
parents: 2176
diff changeset
   167
2169
76e96c4ad3d5 2004-03-10 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   168
* Wed Mar 10 2004 - <[email protected]>
76e96c4ad3d5 2004-03-10 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   169
- Bump to version 2.5.90 and update dependency pkg versions to something
76e96c4ad3d5 2004-03-10 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   170
  a bit more recent.
76e96c4ad3d5 2004-03-10 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   171
- Remove patches, they are merged into the lastest version.
76e96c4ad3d5 2004-03-10 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   172
1749
2b982cf2f9d6 Bump l10n to 0.8
mattk
parents: 1736
diff changeset
   173
* Wed Feb 18 2004 - <[email protected]>
2b982cf2f9d6 Bump l10n to 0.8
mattk
parents: 1736
diff changeset
   174
- Updated l10n tarball to 0.8
2b982cf2f9d6 Bump l10n to 0.8
mattk
parents: 1736
diff changeset
   175
1736
6e28252d789b 2004-02-17 Stephen Browne <[email protected]>
stephen
parents: 1701
diff changeset
   176
* Tue Feb 17 2004 - <[email protected]>
6e28252d789b 2004-02-17 Stephen Browne <[email protected]>
stephen
parents: 1701
diff changeset
   177
- new tarball, removed patch #3
6e28252d789b 2004-02-17 Stephen Browne <[email protected]>
stephen
parents: 1701
diff changeset
   178
1701
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   179
* Thu Feb 12 2004 - <[email protected]>
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   180
- added patches 01, 02 and 03: compilation fixes, add a -uninstalled-pc file,
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   181
  fix errors in Makefile.am
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   182
- autotoolize the build stage
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   183
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   184
* Wed Jan 07 2004 - <[email protected]>
1498
ce44be30cc0f 2004-01-07 Niall Power <[email protected]>
niall
parents: 1449
diff changeset
   185
- Updated to 2.5.4
ce44be30cc0f 2004-01-07 Niall Power <[email protected]>
niall
parents: 1449
diff changeset
   186
1449
7c49411281dc 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1244
diff changeset
   187
* Tue Dec 16 2003 - <[email protected]>
7c49411281dc 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1244
diff changeset
   188
- Updated to 2.5.3
7c49411281dc 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1244
diff changeset
   189
1244
811dfba06d0a *** empty log message ***
stephen
parents: 1195
diff changeset
   190
* Mon Oct 13 2003 - <[email protected]>
811dfba06d0a *** empty log message ***
stephen
parents: 1195
diff changeset
   191
- Updated to 2.4 
811dfba06d0a *** empty log message ***
stephen
parents: 1195
diff changeset
   192
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   193
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   194
- remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   195
504
4716cc3af20c add in sun po files
mick
parents: 410
diff changeset
   196
* Wed Jul 09 2003 - <[email protected]>
4716cc3af20c add in sun po files
mick
parents: 410
diff changeset
   197
- add in sun po files
4716cc3af20c add in sun po files
mick
parents: 410
diff changeset
   198
410
9d7264c48eae 2003-07-03 Niall Power <[email protected]>
niall
parents: 290
diff changeset
   199
* Thu Jul 03 2003 - [email protected]
9d7264c48eae 2003-07-03 Niall Power <[email protected]>
niall
parents: 290
diff changeset
   200
- version 2.2.4
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
   201
* Thu May 01 2003 - [email protected]
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 51
diff changeset
   202
- initial Sun release.