gcalctool.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:
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     1
#
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     2
# spec file for package gcalctool
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     3
#
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     6
# package are under the same license as the package itself.
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     7
#
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     8
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     9
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    10
Name:         gcalctool
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    11
License:      GPL
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    12
Group:        System/GUI/GNOME
19331
7ea370db02f2 * gcalctool.spec: port to 5.5.42
lk86177
parents: 5370
diff changeset
    13
Version:      5.5.42 
19334
2227a53ad230 2005-05-20 Glynn Foster <[email protected]>
gman
parents: 19331
diff changeset
    14
Release:      1
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
    15
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    16
Vendor:       Sun Microsystems, Inc.
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    17
Summary:      GNOME Calculator
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/5.5/%{name}-%{version}.tar.bz2
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    19
Source1:      gnome-calculator.1.gz
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    20
Source2:      gcalctool.1.gz
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    21
URL:          http://www.gnome.org
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    22
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    23
Docdir:       %{_defaultdocdir}/%{name}
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    24
Autoreqprov:  on
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    25
19334
2227a53ad230 2005-05-20 Glynn Foster <[email protected]>
gman
parents: 19331
diff changeset
    26
%define glib2_version 2.6.0
1229
dbdb56312d9d 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    27
%define pango_version 1.2.5
19334
2227a53ad230 2005-05-20 Glynn Foster <[email protected]>
gman
parents: 19331
diff changeset
    28
%define gtk2_version 2.6.0
2227a53ad230 2005-05-20 Glynn Foster <[email protected]>
gman
parents: 19331
diff changeset
    29
%define GConf_version 1.1.9
1229
dbdb56312d9d 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    30
%define libgnome_version 2.4.0
dbdb56312d9d 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    31
%define scrollkeeper_version 0.3.12
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    32
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    33
Requires:       libgnome >= %{libgnome_version}
19334
2227a53ad230 2005-05-20 Glynn Foster <[email protected]>
gman
parents: 19331
diff changeset
    34
Requires:  	glib2 >= %{glib2_version}
2227a53ad230 2005-05-20 Glynn Foster <[email protected]>
gman
parents: 19331
diff changeset
    35
Requires:  	gtk2 >= %{gtk2_version}
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
    36
Prereq:         GConf >= %{GConf_version}
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    37
BuildRequires:  glib2-devel >= %{glib2_version}
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    38
BuildRequires:  pango-devel >= %{pango_version}
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    39
BuildRequires:  gtk2-devel >= %{gtk2_version}
19334
2227a53ad230 2005-05-20 Glynn Foster <[email protected]>
gman
parents: 19331
diff changeset
    40
BuildRequires:  GConf-devel >= %{GConf_version}
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    41
BuildRequires:  libgnome-devel >= %{libgnome_version}
1073
98bc04ecaaae 2003-08-18 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    42
BuildRequires:	scrollkeeper >= %{scrollkeeper_version}
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    43
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    44
%description
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    45
This package contains a calculator for the GNOME Desktop. This calculator
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    46
has 3 different modes - Basic, Scientific and Financial.
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    47
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    48
%prep
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    49
%setup -q
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    50
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    51
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    52
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    53
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    54
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    55
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    56
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3734
diff changeset
    57
  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
    58
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    60
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    61
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    62
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    63
CFLAGS="$RPM_OPT_FLAGS" \
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    64
  ./configure \
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    65
	--prefix=%{_prefix} \
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    66
	--sysconfdir=%{_sysconfdir} \
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    67
        --mandir=%{_mandir} \
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    68
	--localstatedir=/var/lib
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    69
make -j $CPUS
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    70
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    71
%install
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    72
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    73
make -i install DESTDIR=$RPM_BUILD_ROOT
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    74
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
2090
d89d768ce1b6 - s$/usr/share/man$%{_mandir}$
laca
parents: 2089
diff changeset
    75
install -d $RPM_BUILD_ROOT%{_mandir}/man1
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    76
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
2090
d89d768ce1b6 - s$/usr/share/man$%{_mandir}$
laca
parents: 2089
diff changeset
    77
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1
1459
554e94789c7a 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1365
diff changeset
    78
554e94789c7a 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1365
diff changeset
    79
#Copy zh_HK from zh_TW
554e94789c7a 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1365
diff changeset
    80
#Fixes bug 4930405
2090
d89d768ce1b6 - s$/usr/share/man$%{_mandir}$
laca
parents: 2089
diff changeset
    81
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
d89d768ce1b6 - s$/usr/share/man$%{_mandir}$
laca
parents: 2089
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/
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    83
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    84
%clean
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    85
rm -rf $RPM_BUILD_ROOT
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    86
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    87
%post
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    88
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    89
SCHEMAS=" gcalctool.schemas "
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    90
for S in $SCHEMAS; do
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    91
        gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    92
done
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    93
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    94
%files
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    95
%defattr (-, root, root)
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    96
%{_bindir}/*
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    97
%{_datadir}/locale/*/LC_MESSAGES/*.mo
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    98
%{_datadir}/omf/gcalctool
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    99
%{_datadir}/gnome/help
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   100
%{_sysconfdir}/gconf/schemas
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   101
%{_datadir}/applications
19728
da0df21b7982 2005-08-10 Glynn Foster <[email protected]>
gman
parents: 19719
diff changeset
   102
%{_mandir}/man1/
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   103
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   104
%changelog
19513
57a0004be730 Added patch for pkgconfig to build
mattk
parents: 19334
diff changeset
   105
* Fri Jul 01 2005 - [email protected]
57a0004be730 Added patch for pkgconfig to build
mattk
parents: 19334
diff changeset
   106
- -02-pkgconfig patch for solaris build
57a0004be730 Added patch for pkgconfig to build
mattk
parents: 19334
diff changeset
   107
19643
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19513
diff changeset
   108
* Thu May 19 2005 - [email protected]
19331
7ea370db02f2 * gcalctool.spec: port to 5.5.42
lk86177
parents: 5370
diff changeset
   109
- ported to 5.5.42
19334
2227a53ad230 2005-05-20 Glynn Foster <[email protected]>
gman
parents: 19331
diff changeset
   110
19643
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19513
diff changeset
   111
* Wed May 18 2005 - [email protected]
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19513
diff changeset
   112
- Updated l10n help patch to add pt_BR
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19513
diff changeset
   113
4922
4dd1aae5ab46 2005-01-25 Glynn Foster <[email protected]>
gman
parents: 4867
diff changeset
   114
* Tue Jan 25 2005 - [email protected]
4dd1aae5ab46 2005-01-25 Glynn Foster <[email protected]>
gman
parents: 4867
diff changeset
   115
- Add patch from Rich to fix #162998.
4dd1aae5ab46 2005-01-25 Glynn Foster <[email protected]>
gman
parents: 4867
diff changeset
   116
4844
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
   117
* Fri Jan 14 2005 - [email protected]
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
   118
- Updated l10n help tarball for cinnabar-linux
19643
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19513
diff changeset
   119
4537
9e48c62d8641 2004-11-12 kazuhiko maekawa <[email protected]>
feyn
parents: 4455
diff changeset
   120
* Fri Nov 12 2004 - [email protected]
9e48c62d8641 2004-11-12 kazuhiko maekawa <[email protected]>
feyn
parents: 4455
diff changeset
   121
- Updated l10n help tarball and patch
9e48c62d8641 2004-11-12 kazuhiko maekawa <[email protected]>
feyn
parents: 4455
diff changeset
   122
4352
dc2689982835 2004-10-28 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4276
diff changeset
   123
* Thu Oct 28 2004 - [email protected]
dc2689982835 2004-10-28 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4276
diff changeset
   124
- Updated l10n help tarball and added pt_BR
dc2689982835 2004-10-28 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4276
diff changeset
   125
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   126
* Wed Aug 25 2004 - [email protected]
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   127
- Added l10n help contents
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   128
3487
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   129
* Thu Aug 05 2004 - [email protected]
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   130
- Incorporate new docs tarball from [email protected].
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   131
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   132
* 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
   133
- Updated l10n content to gcalctool-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
   134
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   135
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   136
- ported to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   137
                                                                                
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   138
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   139
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   140
2962
1fd1582a5fd5 2004-05-31 Padraig O'Briain <[email protected]>
padraigo
parents: 2958
diff changeset
   141
* Mon May 31 2004 - [email protected]
1fd1582a5fd5 2004-05-31 Padraig O'Briain <[email protected]>
padraigo
parents: 2958
diff changeset
   142
- Add patch gcalctool-01-update-display.diff to fix bugzilla bug #134376
1fd1582a5fd5 2004-05-31 Padraig O'Briain <[email protected]>
padraigo
parents: 2958
diff changeset
   143
2942
36dd168a11be * eog.spec, file-roller.spec, gcalctool.spec,gnome-applets.spec,
dc144907
parents: 2777
diff changeset
   144
* Fri May 28 2004 - [email protected]
36dd168a11be * eog.spec, file-roller.spec, gcalctool.spec,gnome-applets.spec,
dc144907
parents: 2777
diff changeset
   145
- Incorporate new docs tarball from [email protected].
36dd168a11be * eog.spec, file-roller.spec, gcalctool.spec,gnome-applets.spec,
dc144907
parents: 2777
diff changeset
   146
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   147
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   148
- Updated l10n content to gcalctool-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   149
2485
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2464
diff changeset
   150
* Sun Apr 18 2004 - [email protected]
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2464
diff changeset
   151
- enable javahelp conversion on Solaris
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2464
diff changeset
   152
2464
2f6746d5b495 2004-04-15 Glynn Foster <[email protected]>
gman
parents: 2402
diff changeset
   153
* Thu Apr 15 2004 - [email protected]
2f6746d5b495 2004-04-15 Glynn Foster <[email protected]>
gman
parents: 2402
diff changeset
   154
- Bump to 4.3.51
2f6746d5b495 2004-04-15 Glynn Foster <[email protected]>
gman
parents: 2402
diff changeset
   155
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   156
* Thu Apr 01 2004 - [email protected]
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   157
- javahelp conversion
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   158
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   159
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   160
- Updated l10n content to gcalctool-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   161
2215
d2d47a699438 2004-03-16 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   162
* Tue Mar 16 2004 - [email protected]
d2d47a699438 2004-03-16 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   163
- Remove the man page and localized doc patches
d2d47a699438 2004-03-16 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   164
  since they're upstream and we'll pick them up 
d2d47a699438 2004-03-16 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   165
  with the next release. Bump to 4.3.50.
d2d47a699438 2004-03-16 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   166
2089
443f8c1e9985 2004-03-01 Laszlo Peter <[email protected]>
laca
parents: 2024
diff changeset
   167
* Mon Mar 01 2004 - [email protected]
443f8c1e9985 2004-03-01 Laszlo Peter <[email protected]>
laca
parents: 2024
diff changeset
   168
- fix aclocal options
2090
d89d768ce1b6 - s$/usr/share/man$%{_mandir}$
laca
parents: 2089
diff changeset
   169
- s$/usr/share/man$%{_mandir}$
d89d768ce1b6 - s$/usr/share/man$%{_mandir}$
laca
parents: 2089
diff changeset
   170
- s$/usr/share%{_datadir}$
2089
443f8c1e9985 2004-03-01 Laszlo Peter <[email protected]>
laca
parents: 2024
diff changeset
   171
2024
2898059f02c8 2004-02-26 Laszlo Peter <[email protected]>
laca
parents: 1881
diff changeset
   172
* Thu Feb 23 2004 - [email protected]
2898059f02c8 2004-02-26 Laszlo Peter <[email protected]>
laca
parents: 1881
diff changeset
   173
- fix non-portable tar commands
2898059f02c8 2004-02-26 Laszlo Peter <[email protected]>
laca
parents: 1881
diff changeset
   174
1881
4474f1e2d533 Bump to 4.3.46, l10n update, patch re-order
mattk
parents: 1876
diff changeset
   175
* Mon Feb 23 2004 - [email protected]
4474f1e2d533 Bump to 4.3.46, l10n update, patch re-order
mattk
parents: 1876
diff changeset
   176
- Bump to 4.3.46, re-order patches, l10n update
4474f1e2d533 Bump to 4.3.46, l10n update, patch re-order
mattk
parents: 1876
diff changeset
   177
1459
554e94789c7a 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1365
diff changeset
   178
* Wed Dec 17 2003 - [email protected]
554e94789c7a 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1365
diff changeset
   179
- Bump to 4.3.29
554e94789c7a 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1365
diff changeset
   180
1365
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   181
* Fri Oct 31 2003 - [email protected]
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   182
- Remove the Sun Supported keyword since we're
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   183
  moving away from extras menu.
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   184
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   185
- Remove the Sun Supported keyword since we're
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   186
  moving away from extras menu.
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   187
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   188
- Remove the Sun Supported keyword since we're
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   189
  moving away from extras menu.
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   190
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   191
- Remove the Sun Supported keyword since we're
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   192
  moving away from extras menu.
8ca1a5744e9b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1229
diff changeset
   193
1229
dbdb56312d9d 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   194
* Fri Oct 10 2003 - [email protected]
dbdb56312d9d 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   195
- Update to 3.4.4
dbdb56312d9d 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   196
879
d5fb19d25ca7 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 862
diff changeset
   197
* Fri Aug 01 2003 - [email protected]
d5fb19d25ca7 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 862
diff changeset
   198
- Add menu entry supported category.
d5fb19d25ca7 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 862
diff changeset
   199
862
e9661a47a28d 2003-07-30 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   200
* Wed Jul 30 2003 - [email protected]
e9661a47a28d 2003-07-30 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   201
- New release. Bump version, reset release.
e9661a47a28d 2003-07-30 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   202
806
4417c190414d 2003-07-25 Niall Power <[email protected]>
niall
parents: 601
diff changeset
   203
* Fri Jul 25 2003 - [email protected]
4417c190414d 2003-07-25 Niall Power <[email protected]>
niall
parents: 601
diff changeset
   204
- Uses scrollkeeper for postinstall. Add a dependency
4417c190414d 2003-07-25 Niall Power <[email protected]>
niall
parents: 601
diff changeset
   205
366
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   206
* Tue Jul 01 2003 - [email protected]
246a8fd34a51 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   207
- Initial Sun release