gnome-terminal.spec
author dermotm
Mon, 24 Jul 2006 12:30:39 +0000
branchgnome-2-10
changeset 19949 94f49bf19351
parent 19838 42a3a4365a3b
permissions -rw-r--r--
access control test #4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     1
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     2
# spec file for package gnome-terminal
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     3
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     5
# This file and all modifications and additions to the pristine
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     6
# package are under the same license as the package itself.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     7
#
65
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     8
Name:         gnome-terminal
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     9
License:      GPL
225
ebf759cd8818 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 172
diff changeset
    10
Group:        System/GUI/GNOME
19290
b5c87232380a 2005-05-16 Glynn Foster <[email protected]>
gman
parents: 19278
diff changeset
    11
Version:      2.10.0
19278
c19d19bc56d6 005-05-13 Balamurali Viswanathan <[email protected]>
bviswa
parents: 19243
diff changeset
    12
Release:      1
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
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.
225
ebf759cd8818 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 172
diff changeset
    15
Summary:      GNOME Terminal
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.10/%{name}-%{version}.tar.bz2
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    17
Source1:      gnome-terminal.1.gz
19278
c19d19bc56d6 005-05-13 Balamurali Viswanathan <[email protected]>
bviswa
parents: 19243
diff changeset
    18
Patch1:       gnome-terminal-01-encodings.diff
65
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    19
URL:          http://www.gnome.org
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    20
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    21
Docdir:       %{_defaultdocdir}/%{name}
167
83e33b13233a 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 65
diff changeset
    22
Autoreqprov:  on
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    23
Prereq:       GConf
167
83e33b13233a 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 65
diff changeset
    24
172
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 167
diff changeset
    25
%define libglade_version 2.0.1
1282
2ab383856a9b 2003-10-17 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
    26
%define libgnomeui_version 2.4.0
2ab383856a9b 2003-10-17 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
    27
%define vte_version 0.11.10
172
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 167
diff changeset
    28
%define startup_notification_version 0.5
1282
2ab383856a9b 2003-10-17 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
    29
%define scrollkeeper_version 0.3.12
172
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 167
diff changeset
    30
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 167
diff changeset
    31
BuildRequires: libglade-devel >= %{libglade_version}
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 167
diff changeset
    32
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 167
diff changeset
    33
BuildRequires: vte-devel >= %{vte_version}
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 167
diff changeset
    34
BuildRequires: startup-notification-devel >= %{startup_notification_version}
1073
98bc04ecaaae 2003-08-18 Glynn Foster <[email protected]>
gman
parents: 1031
diff changeset
    35
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
172
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 167
diff changeset
    36
Requires:      libglade >= %{libglade_version}
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 167
diff changeset
    37
Requires:      libgnomeui >= %{libgnomeui_version}
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 167
diff changeset
    38
Requires:      vte >= %{vte_version}
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 167
diff changeset
    39
Requires:      startup-notification >= %{startup_notification_version}
65
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    40
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    41
%description
225
ebf759cd8818 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 172
diff changeset
    42
GNOME Terminal application, which uses the VTE terminal emulation widget.
65
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    43
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    44
%prep
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    45
%setup -q
19290
b5c87232380a 2005-05-16 Glynn Foster <[email protected]>
gman
parents: 19278
diff changeset
    46
%patch1 -p1
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    47
65
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    48
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    49
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    50
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    51
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    52
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    53
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3734
diff changeset
    54
  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
    55
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    56
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    57
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    58
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
460
feccd028f68c integrate l10n help to gnome-terminal
mlei
parents: 413
diff changeset
    60
libtoolize --force
19243
d6fd8cb4c163 2005-05-09 Brian Cameron <[email protected]>
bc99092
parents: 5370
diff changeset
    61
aclocal $ACLOCAL_FLAGS
460
feccd028f68c integrate l10n help to gnome-terminal
mlei
parents: 413
diff changeset
    62
automake -a -c -f
feccd028f68c integrate l10n help to gnome-terminal
mlei
parents: 413
diff changeset
    63
autoconf
feccd028f68c integrate l10n help to gnome-terminal
mlei
parents: 413
diff changeset
    64
225
ebf759cd8818 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 172
diff changeset
    65
CFLAGS="$RPM_OPT_FLAGS"			\
ebf759cd8818 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 172
diff changeset
    66
./configure --prefix=%{_prefix}		\
ebf759cd8818 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 172
diff changeset
    67
	    --sysconfdir=%{_sysconfdir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    68
make -j $CPUS
65
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    69
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    70
%install
1128
7ffe8bb4b454 Updating l10n docs to fix series id issues and also tweaked specs to fix i18n build issues and gconf schemas install problems
mick
parents: 1119
diff changeset
    71
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
225
ebf759cd8818 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 172
diff changeset
    72
make DESTDIR=$RPM_BUILD_ROOT install
1128
7ffe8bb4b454 Updating l10n docs to fix series id issues and also tweaked specs to fix i18n build issues and gconf schemas install problems
mick
parents: 1119
diff changeset
    73
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1445
diff changeset
    74
install -d $RPM_BUILD_ROOT%{_mandir}/man1
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    75
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1 
3577
310050b35732 * evolution.spec: Remove patch that has been moved upstream.
dc144907
parents: 3519
diff changeset
    76
chmod 644 $RPM_BUILD_ROOT%{_datadir}/gnome/help/gnome-terminal/*/*.xml
19290
b5c87232380a 2005-05-16 Glynn Foster <[email protected]>
gman
parents: 19278
diff changeset
    77
rm -rf $RPM_BUILD_ROOT/usr/var/scrollkeeper
1445
7ed512e207c0 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1359
diff changeset
    78
7ed512e207c0 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1359
diff changeset
    79
#Copy zh_HK from zh_TW
7ed512e207c0 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1359
diff changeset
    80
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1445
diff changeset
    81
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1445
diff changeset
    82
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
65
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    83
413
3e27fbbe6ce7 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
    84
%clean
3e27fbbe6ce7 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
    85
rm -rf $RPM_BUILD_ROOT
3e27fbbe6ce7 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
    86
65
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    87
%post
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    88
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    89
SCHEMAS="gnome-terminal.schemas"
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    90
for S in $SCHEMAS; do
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    91
        gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    92
done
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    93
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    94
%files
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    95
%defattr (-, root, root)
1793
03ec6e5e4263 Bump to 2.5.5
mattk
parents: 1696
diff changeset
    96
%{_datadir}/application-registry/*.applications
167
83e33b13233a 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 65
diff changeset
    97
%{_datadir}/applications/gnome-terminal.desktop
83e33b13233a 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 65
diff changeset
    98
%{_datadir}/gnome/help/gnome-terminal
460
feccd028f68c integrate l10n help to gnome-terminal
mlei
parents: 413
diff changeset
    99
%{_datadir}/omf/gnome-terminal
167
83e33b13233a 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 65
diff changeset
   100
%{_datadir}/locale/*/LC_MESSAGES/gnome-terminal.mo
83e33b13233a 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 65
diff changeset
   101
%{_libdir}/bonobo/servers/gnome-terminal.server
65
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   102
%{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
167
83e33b13233a 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 65
diff changeset
   103
%{_datadir}/pixmaps/gnome-terminal.png
83e33b13233a 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 65
diff changeset
   104
%{_datadir}/gnome-terminal/glade/gnome-terminal.glade2
83e33b13233a 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 65
diff changeset
   105
%{_bindir}/gnome-terminal
1445
7ed512e207c0 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1359
diff changeset
   106
%{_mandir}/man1/*
65
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   107
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   108
%changelog
19278
c19d19bc56d6 005-05-13 Balamurali Viswanathan <[email protected]>
bviswa
parents: 19243
diff changeset
   109
* Fri May 13 2005 [email protected]
c19d19bc56d6 005-05-13 Balamurali Viswanathan <[email protected]>
bviswa
parents: 19243
diff changeset
   110
- Bump 2.10.1
c19d19bc56d6 005-05-13 Balamurali Viswanathan <[email protected]>
bviswa
parents: 19243
diff changeset
   111
4930
09d44a00403a * eog.spec, file-roller.spec, gaim.spec, gedit.spec, ggv.spec,
dc144907
parents: 4867
diff changeset
   112
* Tue Jan 25 2005 [email protected]
09d44a00403a * eog.spec, file-roller.spec, gaim.spec, gedit.spec, ggv.spec,
dc144907
parents: 4867
diff changeset
   113
- Incorporate Linux specific docs tarball from [email protected].
09d44a00403a * eog.spec, file-roller.spec, gaim.spec, gedit.spec, ggv.spec,
dc144907
parents: 4867
diff changeset
   114
4844
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
   115
* Fri Jan 14 2005 - [email protected]
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
   116
- Updated l10n help tarball for cinnabar-linux
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
   117
                                                                                
4352
dc2689982835 2004-10-28 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4276
diff changeset
   118
* Thu Oct 28 2004 - [email protected]
dc2689982835 2004-10-28 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4276
diff changeset
   119
- Updated l10n help tarball and added pt_BR
dc2689982835 2004-10-28 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4276
diff changeset
   120
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   121
* Wed Aug 25 2004 - [email protected]
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   122
- Updated l10n help contents with patch
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   123
3577
310050b35732 * evolution.spec: Remove patch that has been moved upstream.
dc144907
parents: 3519
diff changeset
   124
* Mon Aug 16 2004 - [email protected]
310050b35732 * evolution.spec: Remove patch that has been moved upstream.
dc144907
parents: 3519
diff changeset
   125
- Updated /usr/share/gnome/help/gnome-terminal/*/*.xml to 0644 for Solaris
310050b35732 * evolution.spec: Remove patch that has been moved upstream.
dc144907
parents: 3519
diff changeset
   126
  integration.
310050b35732 * evolution.spec: Remove patch that has been moved upstream.
dc144907
parents: 3519
diff changeset
   127
3487
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   128
* Thu Aug 05 2004 [email protected]
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   129
- Incorporate new docs tarball from [email protected].
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   130
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   131
* 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
   132
- Updated l10n content to gnome-terminal-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
   133
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   134
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   135
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   136
3211
f56f406b03ff 2004-06-25 Muktha <[email protected]>
muktha
parents: 3120
diff changeset
   137
* Fri Jun 25 2004 [email protected]
f56f406b03ff 2004-06-25 Muktha <[email protected]>
muktha
parents: 3120
diff changeset
   138
- Modified gnome-terminal-04-encodings.diff to correct the
f56f406b03ff 2004-06-25 Muktha <[email protected]>
muktha
parents: 3120
diff changeset
   139
  encoding names.
f56f406b03ff 2004-06-25 Muktha <[email protected]>
muktha
parents: 3120
diff changeset
   140
3077
8d08e9712def 2004-06-09 Muktha <[email protected]>
muktha
parents: 3054
diff changeset
   141
* Wed Jun 09 2004 [email protected]
8d08e9712def 2004-06-09 Muktha <[email protected]>
muktha
parents: 3054
diff changeset
   142
- Added gnome-terminal-04-encodings.diff to fix the problem of 
8d08e9712def 2004-06-09 Muktha <[email protected]>
muktha
parents: 3054
diff changeset
   143
  encodings not being listed on Solaris. Bug #5043182.
8d08e9712def 2004-06-09 Muktha <[email protected]>
muktha
parents: 3054
diff changeset
   144
  Uploaded the patch in bugzilla - bug #144000.
8d08e9712def 2004-06-09 Muktha <[email protected]>
muktha
parents: 3054
diff changeset
   145
3054
7bcc4a9942af Incorporate new docs tarball from [email protected].
dc144907
parents: 2958
diff changeset
   146
* Wed Jun 02 2004 [email protected]
7bcc4a9942af Incorporate new docs tarball from [email protected].
dc144907
parents: 2958
diff changeset
   147
- Incorporate new docs tarball from [email protected].
7bcc4a9942af Incorporate new docs tarball from [email protected].
dc144907
parents: 2958
diff changeset
   148
2866
3ba3818e0361 Patch gnome-terminal-03-g11n-potfiles.diff replaced gnome-terminal-03-potfiles.diff to comply with g11n naming standard. Updated gnome-terminal.spec.
yk150259
parents: 2777
diff changeset
   149
* Tue May 25 2004 - [email protected]
3ba3818e0361 Patch gnome-terminal-03-g11n-potfiles.diff replaced gnome-terminal-03-potfiles.diff to comply with g11n naming standard. Updated gnome-terminal.spec.
yk150259
parents: 2777
diff changeset
   150
- Added gnome-terminal-03-g11n-potfiles.diff
3ba3818e0361 Patch gnome-terminal-03-g11n-potfiles.diff replaced gnome-terminal-03-potfiles.diff to comply with g11n naming standard. Updated gnome-terminal.spec.
yk150259
parents: 2777
diff changeset
   151
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2684
diff changeset
   152
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2684
diff changeset
   153
- Updated l10n content to gnome-terminal-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2684
diff changeset
   154
2684
0cb1d6bbeb35 Bump to 2.6.1
mattk
parents: 2619
diff changeset
   155
* Fri May 07 2004 - [email protected]
0cb1d6bbeb35 Bump to 2.6.1
mattk
parents: 2619
diff changeset
   156
- Updated tarball to 2.6.1
0cb1d6bbeb35 Bump to 2.6.1
mattk
parents: 2619
diff changeset
   157
2485
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   158
* Sun Apr 18 2004 - [email protected]
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   159
- enable javahelp conversion on Solaris
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   160
2375
945d7d0a7921 2004-04-02 Ghee Teo <[email protected]>
gheet
parents: 2362
diff changeset
   161
* Fri Apr 02 2004 - [email protected]
945d7d0a7921 2004-04-02 Ghee Teo <[email protected]>
gheet
parents: 2362
diff changeset
   162
- Updated tarball to 2.6.0
945d7d0a7921 2004-04-02 Ghee Teo <[email protected]>
gheet
parents: 2362
diff changeset
   163
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   164
* Thu Apr 01 2004 - [email protected]
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   165
- Javahelp conversion
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   166
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   167
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   168
- Updated l10n content to gnome-terminal-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   169
2220
3d0464ac6606 2004-03-16 Takao Fujiwara <[email protected]>
fujiwara
parents: 2159
diff changeset
   170
* Tue Mar 16 2004 - [email protected]
3d0464ac6606 2004-03-16 Takao Fujiwara <[email protected]>
fujiwara
parents: 2159
diff changeset
   171
- Added gnome-terminal-01-g11n-schemas.diff to fix 4980332
3d0464ac6606 2004-03-16 Takao Fujiwara <[email protected]>
fujiwara
parents: 2159
diff changeset
   172
- Added gnome-terminal-02-g11n-potfiles.diff
1793
03ec6e5e4263 Bump to 2.5.5
mattk
parents: 1696
diff changeset
   173
* Wed Feb 18 2004 - <[email protected]>
03ec6e5e4263 Bump to 2.5.5
mattk
parents: 1696
diff changeset
   174
- Bump to 2.5.5
03ec6e5e4263 Bump to 2.5.5
mattk
parents: 1696
diff changeset
   175
1445
7ed512e207c0 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1359
diff changeset
   176
* Tue Dec 16 2003 - <[email protected]>
7ed512e207c0 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1359
diff changeset
   177
- Bump to 2.5.1
7ed512e207c0 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1359
diff changeset
   178
1359
7c2f7e811a96 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1282
diff changeset
   179
* Fri Oct 31 2003 - <[email protected]>
7c2f7e811a96 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1282
diff changeset
   180
- Remove the Sun Supported keyword, since we're removing 
7c2f7e811a96 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1282
diff changeset
   181
  Extras now.
7c2f7e811a96 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1282
diff changeset
   182
1282
2ab383856a9b 2003-10-17 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   183
* Fri Oct 17 2003 - <[email protected]>
2ab383856a9b 2003-10-17 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   184
- Upgraded to 2.4.0 for Quicksilver build.
2ab383856a9b 2003-10-17 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   185
  removed patch  gnome-terminal-01-config-add-1l0n-help.diff
2ab383856a9b 2003-10-17 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   186
  and modified patch gnome-terminal-02-menu-entry.diff
2ab383856a9b 2003-10-17 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   187
  to make it gnome-terminal-01-menu-entry.diff
2ab383856a9b 2003-10-17 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   188
1169
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   189
* Fri Sep 26 2003 Laszlo Peter <[email protected]>
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   190
- Intergate Sun docs
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   191
1128
7ffe8bb4b454 Updating l10n docs to fix series id issues and also tweaked specs to fix i18n build issues and gconf schemas install problems
mick
parents: 1119
diff changeset
   192
* Tue Aug 26 2003 Michael Twomey <[email protected]>
7ffe8bb4b454 Updating l10n docs to fix series id issues and also tweaked specs to fix i18n build issues and gconf schemas install problems
mick
parents: 1119
diff changeset
   193
- Updated to 0.2 l10n docs tarball to fix seriesid issues.
7ffe8bb4b454 Updating l10n docs to fix series id issues and also tweaked specs to fix i18n build issues and gconf schemas install problems
mick
parents: 1119
diff changeset
   194
- Added GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL to make install.
7ffe8bb4b454 Updating l10n docs to fix series id issues and also tweaked specs to fix i18n build issues and gconf schemas install problems
mick
parents: 1119
diff changeset
   195
897
306683bcc3b7 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   196
* Fri Aug 01 2003 - [email protected]
306683bcc3b7 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   197
- Add supported menu category
306683bcc3b7 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   198
806
4417c190414d 2003-07-25 Niall Power <[email protected]>
niall
parents: 575
diff changeset
   199
* Fri Jul 25 2003 - [email protected]
4417c190414d 2003-07-25 Niall Power <[email protected]>
niall
parents: 575
diff changeset
   200
- uses scrollkeeper for postinstall - add a dependency
4417c190414d 2003-07-25 Niall Power <[email protected]>
niall
parents: 575
diff changeset
   201
510
b433e4521ef7 Adding yet more .po files
mick
parents: 460
diff changeset
   202
* Wed Jul 09 2003 - <[email protected]>
b433e4521ef7 Adding yet more .po files
mick
parents: 460
diff changeset
   203
- add in sun po files
b433e4521ef7 Adding yet more .po files
mick
parents: 460
diff changeset
   204
65
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   205
* Wed May 14 2003 - [email protected]
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   206
- Created new spec file for gnome-terminal
c9c5dfc48315 2003-05-14 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   207