eog.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: 19674
diff changeset
     1
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19674
diff changeset
     2
# spec file for package eog
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19674
diff changeset
     3
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19674
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19674
diff changeset
     5
# This file and all modifications and additions to the pristine
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19674
diff changeset
     6
# package are under the same license as the package itself.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19674
diff changeset
     7
#
73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
     8
Name:         eog
220
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
     9
License:      GPL
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
    10
Group:        System/GUI/GNOME
19325
60871da1f097 2005-05-19 Glynn Foster <[email protected]>
gman
parents: 19243
diff changeset
    11
Version:      2.10.0
60871da1f097 2005-05-19 Glynn Foster <[email protected]>
gman
parents: 19243
diff changeset
    12
Release:      1
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19674
diff changeset
    13
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 569
diff changeset
    14
Vendor:       Sun Microsystems, Inc.
220
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
    15
Summary:      Eye Of GNOME Image Viewer
19325
60871da1f097 2005-05-19 Glynn Foster <[email protected]>
gman
parents: 19243
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/eog/2.10/eog-%{version}.tar.bz2
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    17
Source1:      eog.1.gz
19733
2ce91108f14e 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19719
diff changeset
    18
Patch1:       eog-01-full-screen-show.diff
2ce91108f14e 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19719
diff changeset
    19
Patch2:       eog-02-jpeg.diff
73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    20
URL:          http://www.gnome.org
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    21
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
220
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
    22
Docdir:       %{_defaultdocdir}/doc
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 73
diff changeset
    23
Autoreqprov:  on
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 73
diff changeset
    24
2402
c5ceeb4aaecb 2004-04-06 Glynn Foster <[email protected]>
gman
parents: 2398
diff changeset
    25
%define libgnomeui_version 2.5.90
c5ceeb4aaecb 2004-04-06 Glynn Foster <[email protected]>
gman
parents: 2398
diff changeset
    26
%define libgnomeprintui_version 2.6.0
1229
dbdb56312d9d 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    27
%define scrollkeeper_version 0.3.12
2402
c5ceeb4aaecb 2004-04-06 Glynn Foster <[email protected]>
gman
parents: 2398
diff changeset
    28
%define eel_version 2.5.90
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 73
diff changeset
    29
1073
98bc04ecaaae 2003-08-18 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    30
Requires:	libgnomeui >= %{libgnomeui_version}
1242
6d804c063e67 depend on libgnomeprintui instead of libgnomeprint
laca
parents: 1240
diff changeset
    31
Requires:	libgnomeprintui >= %{libgnomeprintui_version}
2185
66ed054f0abc 2004-03-13 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
    32
Requires:       eel > %{eel_version}
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19674
diff changeset
    33
Prereq:         GConf
1073
98bc04ecaaae 2003-08-18 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    34
BuildRequires:	libgnomeui-devel >= %{libgnomeui_version}
1242
6d804c063e67 depend on libgnomeprintui instead of libgnomeprint
laca
parents: 1240
diff changeset
    35
BuildRequires:	libgnomeprintui-devel >= %{libgnomeprintui_version}
2185
66ed054f0abc 2004-03-13 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
    36
BuildRequires:	eel-devel >= %{eel_version}
1073
98bc04ecaaae 2003-08-18 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    37
BuildRequires:	scrollkeeper >= %{scrollkeeper_version}
1556
4aa079c56e76 deps, patches, etc to get build02 working
dermotm
parents: 1543
diff changeset
    38
BuildRequires:	intltool
73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    39
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    40
%description
220
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
    41
The "Eye of GNOME" is a very fast picture viewer, which can either be used as a 
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
    42
plugin for Nautilus, or as a standalone application. This version of EOG is 
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
    43
compiled for the GNOME 2.0 Desktop platform.
73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    44
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    45
%prep
1456
f5fcfa0a2b8d 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1369
diff changeset
    46
%setup -q
19733
2ce91108f14e 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19719
diff changeset
    47
%patch1 -p1
3082
725866bea01d 2004-06-10 Vijaykumar Patwari <[email protected]>
vijay
parents: 2958
diff changeset
    48
%patch2 -p1
2746
b01c2cf98ef9 2004-05-13 Narayana Pattipati <[email protected]>
naren
parents: 2736
diff changeset
    49
73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    50
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    51
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    52
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    53
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    54
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    55
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3734
diff changeset
    56
  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
    57
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    58
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    60
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    61
1229
dbdb56312d9d 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    62
gnome-doc-common
439
4f9761b3c19e add l10n online help to eog
mlei
parents: 413
diff changeset
    63
libtoolize --force
19243
d6fd8cb4c163 2005-05-09 Brian Cameron <[email protected]>
bc99092
parents: 5370
diff changeset
    64
aclocal $ACLOCAL_FLAGS
439
4f9761b3c19e add l10n online help to eog
mlei
parents: 413
diff changeset
    65
automake -a -c -f
4f9761b3c19e add l10n online help to eog
mlei
parents: 413
diff changeset
    66
autoconf
4f9761b3c19e add l10n online help to eog
mlei
parents: 413
diff changeset
    67
220
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
    68
CFLAGS="$RPM_OPT_FLAGS"			\
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
    69
./configure --prefix=%{_prefix}		\
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
    70
	    --sysconfdir=%{_sysconfdir} \
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
    71
	    --libexecdir=%{_libexecdir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    72
make -j $CPUS
73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    74
%install
2439
738d661bdbf3 2004-04-09 Brian Cameron <[email protected]>
bc99092
parents: 2402
diff changeset
    75
rm -rf $RPM_BUILD_ROOT
73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    76
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
220
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
    77
make DESTDIR=$RPM_BUILD_ROOT install
73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    78
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL  
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1456
diff changeset
    79
install -d $RPM_BUILD_ROOT%{_mandir}/man1
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    80
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
1456
f5fcfa0a2b8d 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1369
diff changeset
    81
#Copy zh_HK from zh_TW
f5fcfa0a2b8d 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1369
diff changeset
    82
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1456
diff changeset
    83
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1456
diff changeset
    84
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
    85
73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    86
%clean
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    87
rm -rf $RPM_BUILD_ROOT
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    88
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    89
%post
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    90
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    91
SCHEMAS="eog.schemas"
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    92
for S in $SCHEMAS; do
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    93
        gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    94
done
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    95
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    96
%files
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    97
%defattr (-, root, root)
220
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
    98
%{_bindir}/*
73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
    99
%{_sysconfdir}/gconf/schemas/eog.schemas
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 73
diff changeset
   100
%{_datadir}/applications/eog.desktop
400
9ec012f8235e 2003-07-02 Glynn Foster <[email protected]>
gman
parents: 342
diff changeset
   101
%{_datadir}/eog/*
439
4f9761b3c19e add l10n online help to eog
mlei
parents: 413
diff changeset
   102
%{_datadir}/gnome/help/*
19325
60871da1f097 2005-05-19 Glynn Foster <[email protected]>
gman
parents: 19243
diff changeset
   103
%{_datadir}/locale/*/LC_MESSAGES/*.mo
60871da1f097 2005-05-19 Glynn Foster <[email protected]>
gman
parents: 19243
diff changeset
   104
%{_datadir}/omf/eog/*
60871da1f097 2005-05-19 Glynn Foster <[email protected]>
gman
parents: 19243
diff changeset
   105
%{_datadir}/pixmaps/*
1456
f5fcfa0a2b8d 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1369
diff changeset
   106
%{_datadir}/man/man1/*
73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
   107
220
ab3be29beb83 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 185
diff changeset
   108
%changelog
19674
1ea8c7e0bfa2 2005-08-04 Laszlo Peter <[email protected]>
laca
parents: 19654
diff changeset
   109
* Thu Aug 04 2005 - [email protected]
1ea8c7e0bfa2 2005-08-04 Laszlo Peter <[email protected]>
laca
parents: 19654
diff changeset
   110
- removed patch image-save-as.diff, fix now in gnome-vfs
1ea8c7e0bfa2 2005-08-04 Laszlo Peter <[email protected]>
laca
parents: 19654
diff changeset
   111
19643
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19571
diff changeset
   112
* Thu Jun 23 2005 - [email protected]
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19571
diff changeset
   113
- Fix files getting deleted when doing a save as. Fixes #6288517
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19571
diff changeset
   114
19325
60871da1f097 2005-05-19 Glynn Foster <[email protected]>
gman
parents: 19243
diff changeset
   115
* Thu May 19 2005 - [email protected]
60871da1f097 2005-05-19 Glynn Foster <[email protected]>
gman
parents: 19243
diff changeset
   116
- Bump to 2.10.0
60871da1f097 2005-05-19 Glynn Foster <[email protected]>
gman
parents: 19243
diff changeset
   117
19643
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19571
diff changeset
   118
* Fri May 05 2005 - [email protected]
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19571
diff changeset
   119
- updating l10n po tarball to 1.15. Fixing CR 6265841
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19571
diff changeset
   120
5259
ef7d8fe13f2b 2005-03-21 Srirama Sharma <[email protected]>
srirama
parents: 5237
diff changeset
   121
* Mon Mar 21 2005 - [email protected]
ef7d8fe13f2b 2005-03-21 Srirama Sharma <[email protected]>
srirama
parents: 5237
diff changeset
   122
- Added eog-06-full-screen-show.diff to see that gtk_grab_add is
ef7d8fe13f2b 2005-03-21 Srirama Sharma <[email protected]>
srirama
parents: 5237
diff changeset
   123
  done only when no other widget holds the grab.
ef7d8fe13f2b 2005-03-21 Srirama Sharma <[email protected]>
srirama
parents: 5237
diff changeset
   124
  Fixes bug #6238888.
ef7d8fe13f2b 2005-03-21 Srirama Sharma <[email protected]>
srirama
parents: 5237
diff changeset
   125
5180
184410ad597b * eog.spec: 6233036: Add Source6 to specify Linux version of docs tarball.
dc144907
parents: 5172
diff changeset
   126
* Mon Mar 07 2005 - [email protected]
184410ad597b * eog.spec: 6233036: Add Source6 to specify Linux version of docs tarball.
dc144907
parents: 5172
diff changeset
   127
* 6233036: Add Source6 to specify Linux version of docs tarball.
184410ad597b * eog.spec: 6233036: Add Source6 to specify Linux version of docs tarball.
dc144907
parents: 5172
diff changeset
   128
5172
57c66de26012 2005-03-03 Srirama Sharma <[email protected]>
srirama
parents: 5152
diff changeset
   129
* Thu Mar 03 2005 - [email protected]
57c66de26012 2005-03-03 Srirama Sharma <[email protected]>
srirama
parents: 5152
diff changeset
   130
- Added eog-05-multihead-functionality.diff to 
57c66de26012 2005-03-03 Srirama Sharma <[email protected]>
srirama
parents: 5152
diff changeset
   131
  make eog functional on a multihead system.
57c66de26012 2005-03-03 Srirama Sharma <[email protected]>
srirama
parents: 5152
diff changeset
   132
  Fixes bug #4893502.
57c66de26012 2005-03-03 Srirama Sharma <[email protected]>
srirama
parents: 5152
diff changeset
   133
5121
bd264fcd6472 * eog.spec: Correct name of docs tarball.
dc144907
parents: 5113
diff changeset
   134
* Tue Feb 22 2005 - [email protected]
bd264fcd6472 * eog.spec: Correct name of docs tarball.
dc144907
parents: 5113
diff changeset
   135
* Correct name of docs tarball.
bd264fcd6472 * eog.spec: Correct name of docs tarball.
dc144907
parents: 5113
diff changeset
   136
5113
e5612ab1673b * eog.spec: Correct commit of Jan 25 to update docs tarball to 0.4. This fixes
dc144907
parents: 5082
diff changeset
   137
* Mon Feb 21 2005 - [email protected]
e5612ab1673b * eog.spec: Correct commit of Jan 25 to update docs tarball to 0.4. This fixes
dc144907
parents: 5082
diff changeset
   138
- Correct commit of Jan 25 to update docs tarball to 0.4.
e5612ab1673b * eog.spec: Correct commit of Jan 25 to update docs tarball to 0.4. This fixes
dc144907
parents: 5082
diff changeset
   139
5033
4d373650a141 2005-02-08 Srirama Sharma <[email protected]>
srirama
parents: 5023
diff changeset
   140
* Tue Feb 08 2005 - [email protected]
4d373650a141 2005-02-08 Srirama Sharma <[email protected]>
srirama
parents: 5023
diff changeset
   141
- Updated eog-02-print-preview.diff to see that the print-preview window 
4d373650a141 2005-02-08 Srirama Sharma <[email protected]>
srirama
parents: 5023
diff changeset
   142
  does not diminish in size when invoked multiple times. Fixes bug #6221186.
4d373650a141 2005-02-08 Srirama Sharma <[email protected]>
srirama
parents: 5023
diff changeset
   143
4930
09d44a00403a * eog.spec, file-roller.spec, gaim.spec, gedit.spec, ggv.spec,
dc144907
parents: 4867
diff changeset
   144
* Tue Jan 25 2005 - [email protected]
09d44a00403a * eog.spec, file-roller.spec, gaim.spec, gedit.spec, ggv.spec,
dc144907
parents: 4867
diff changeset
   145
- Update docs with Linux specific tarball from [email protected].
09d44a00403a * eog.spec, file-roller.spec, gaim.spec, gedit.spec, ggv.spec,
dc144907
parents: 4867
diff changeset
   146
4844
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
   147
* Fri Jan 14 2005 - [email protected]
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
   148
- Updated l10n help tarball for cinnabar-linux
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
   149
4780
daeaa3ebf8ce 2004-12-22 Takao Fujiwara <[email protected]>
fujiwara
parents: 4748
diff changeset
   150
* Wed Dec 22 2004 - [email protected]
daeaa3ebf8ce 2004-12-22 Takao Fujiwara <[email protected]>
fujiwara
parents: 4748
diff changeset
   151
- Added eog-04-g11n-i18n-ui.diff to localize eog printer dialog. Fix bug 6174164
daeaa3ebf8ce 2004-12-22 Takao Fujiwara <[email protected]>
fujiwara
parents: 4748
diff changeset
   152
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   153
* Wed Aug 25 2004 - [email protected]
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   154
- Added l10n help contents with patch
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   155
3572
21c886cd9b86 Permission updates for Solaris integration
woos
parents: 3519
diff changeset
   156
* Mon Aug 16 2004 - [email protected]
21c886cd9b86 Permission updates for Solaris integration
woos
parents: 3519
diff changeset
   157
- Updated /usr/share/gnome/help/eog/*/*.xml to 0644 for Solaris integration 
21c886cd9b86 Permission updates for Solaris integration
woos
parents: 3519
diff changeset
   158
3487
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   159
* Thu Aug 05 2004 - [email protected]
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   160
- Incorporate new docs tarball from [email protected].
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   161
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   162
* 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
   163
- Updated l10n content to eog-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
   164
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   165
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   166
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   167
3082
725866bea01d 2004-06-10 Vijaykumar Patwari <[email protected]>
vijay
parents: 2958
diff changeset
   168
* Thu Jun 10 2004 - [email protected]
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   169
- Added patch for print preview.
3082
725866bea01d 2004-06-10 Vijaykumar Patwari <[email protected]>
vijay
parents: 2958
diff changeset
   170
2942
36dd168a11be * eog.spec, file-roller.spec, gcalctool.spec,gnome-applets.spec,
dc144907
parents: 2777
diff changeset
   171
* Fri May 28 2004 - [email protected]
36dd168a11be * eog.spec, file-roller.spec, gcalctool.spec,gnome-applets.spec,
dc144907
parents: 2777
diff changeset
   172
- Incorporate new docs tarball from [email protected].
36dd168a11be * eog.spec, file-roller.spec, gcalctool.spec,gnome-applets.spec,
dc144907
parents: 2777
diff changeset
   173
2746
b01c2cf98ef9 2004-05-13 Narayana Pattipati <[email protected]>
naren
parents: 2736
diff changeset
   174
* Thu May 13 2004 - [email protected]
b01c2cf98ef9 2004-05-13 Narayana Pattipati <[email protected]>
naren
parents: 2736
diff changeset
   175
- Added patch eog-01-image-collection-viewer.diff to provide viewer_label
b01c2cf98ef9 2004-05-13 Narayana Pattipati <[email protected]>
naren
parents: 2736
diff changeset
   176
  for Image Collection Viewer. Fixes bugtraq bug#5043908. Also the changes 
b01c2cf98ef9 2004-05-13 Narayana Pattipati <[email protected]>
naren
parents: 2736
diff changeset
   177
  have been committed to community CVS HEAD on May 12 2004 
b01c2cf98ef9 2004-05-13 Narayana Pattipati <[email protected]>
naren
parents: 2736
diff changeset
   178
  (bugzilla bug#142347)
b01c2cf98ef9 2004-05-13 Narayana Pattipati <[email protected]>
naren
parents: 2736
diff changeset
   179
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2677
diff changeset
   180
* 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
   181
- Updated l10n content to eog-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
   182
2677
00daf2bc731b Bump to 2.6.1
mattk
parents: 2619
diff changeset
   183
* Fri May 07 2004 - [email protected]
00daf2bc731b Bump to 2.6.1
mattk
parents: 2619
diff changeset
   184
- Bump to 2.6.1
00daf2bc731b Bump to 2.6.1
mattk
parents: 2619
diff changeset
   185
2485
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   186
* Sun Apr 18 2004 - [email protected]
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   187
- enable javahelp conversion on Solaris
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   188
2439
738d661bdbf3 2004-04-09 Brian Cameron <[email protected]>
bc99092
parents: 2402
diff changeset
   189
* Fri Apr 09 2004 - [email protected]
738d661bdbf3 2004-04-09 Brian Cameron <[email protected]>
bc99092
parents: 2402
diff changeset
   190
- Change the way the build directory is cleaned so that eog and
738d661bdbf3 2004-04-09 Brian Cameron <[email protected]>
bc99092
parents: 2402
diff changeset
   191
  gthumb can be built into the same Solaris package.
738d661bdbf3 2004-04-09 Brian Cameron <[email protected]>
bc99092
parents: 2402
diff changeset
   192
2402
c5ceeb4aaecb 2004-04-06 Glynn Foster <[email protected]>
gman
parents: 2398
diff changeset
   193
* Tue Apr 06 2004 - [email protected]
c5ceeb4aaecb 2004-04-06 Glynn Foster <[email protected]>
gman
parents: 2398
diff changeset
   194
- Bump to 2.6.0
c5ceeb4aaecb 2004-04-06 Glynn Foster <[email protected]>
gman
parents: 2398
diff changeset
   195
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   196
* Thu Apr 01 2004 - [email protected]
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   197
- Javahelp conversion
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   198
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   199
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   200
- Updated l10n content to eog-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   201
2093
901fce9ca2db 2004-03-01 Laszlo Peter <[email protected]>
laca
parents: 1876
diff changeset
   202
* Mon Mar 01 2004 - <[email protected]>
901fce9ca2db 2004-03-01 Laszlo Peter <[email protected]>
laca
parents: 1876
diff changeset
   203
- add $ACLOCAL_FLAGS to aclocal args
901fce9ca2db 2004-03-01 Laszlo Peter <[email protected]>
laca
parents: 1876
diff changeset
   204
1589
59181fdcc20b Bump 2.5.4
mattk
parents: 1556
diff changeset
   205
* Fri Feb 06 2004 - <[email protected]>
59181fdcc20b Bump 2.5.4
mattk
parents: 1556
diff changeset
   206
- Bump tarball to 2.5.4 because of intltool (OrigTree) Failures
59181fdcc20b Bump 2.5.4
mattk
parents: 1556
diff changeset
   207
- Remove patch1 and patch2 no longer needed
59181fdcc20b Bump 2.5.4
mattk
parents: 1556
diff changeset
   208
- bump l10n release
59181fdcc20b Bump 2.5.4
mattk
parents: 1556
diff changeset
   209
1556
4aa079c56e76 deps, patches, etc to get build02 working
dermotm
parents: 1543
diff changeset
   210
* Thu Jan 29 2004 - <[email protected]>
4aa079c56e76 deps, patches, etc to get build02 working
dermotm
parents: 1543
diff changeset
   211
- add patch 02 for intltool-merge and dep. on intltool
4aa079c56e76 deps, patches, etc to get build02 working
dermotm
parents: 1543
diff changeset
   212
1456
f5fcfa0a2b8d 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1369
diff changeset
   213
* Wed Dec 17 2003 - <[email protected]>
f5fcfa0a2b8d 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1369
diff changeset
   214
- Bump to 2.5.1
f5fcfa0a2b8d 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1369
diff changeset
   215
1369
e1336b4bcbd5 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1242
diff changeset
   216
* Fri Oct 31 2003 - <[email protected]>
e1336b4bcbd5 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1242
diff changeset
   217
- Remove potfiles patch [not needed] and Sun Support 
e1336b4bcbd5 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1242
diff changeset
   218
  keyword patch, since we're no longer using the Extras
e1336b4bcbd5 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1242
diff changeset
   219
  menu.
e1336b4bcbd5 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1242
diff changeset
   220
e1336b4bcbd5 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1242
diff changeset
   221
- Update to 2.4.0
1229
dbdb56312d9d 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   222
* Fri Oct 10 2003 - <[email protected]>
dbdb56312d9d 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   223
- Update to 2.4.0
dbdb56312d9d 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   224
1169
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   225
* Fri Sep 26 2003 - <[email protected]>
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   226
- Integrate Sun docs
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   227
1017
ea4d866b7be9 2003-08-08 Glynn Foster <[email protected]>
gman
parents: 902
diff changeset
   228
* Fri Aug 07 2003 - <[email protected]>
ea4d866b7be9 2003-08-08 Glynn Foster <[email protected]>
gman
parents: 902
diff changeset
   229
- Add mnemonics to some menu items.
ea4d866b7be9 2003-08-08 Glynn Foster <[email protected]>
gman
parents: 902
diff changeset
   230
877
c327697997fc 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 859
diff changeset
   231
* Fri Aug 01 2003 - <[email protected]>
c327697997fc 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 859
diff changeset
   232
- Add recent files support
c327697997fc 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 859
diff changeset
   233
859
e15e97e98eac 2003-07-30 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   234
* Wed Jul 30 2003 - <[email protected]>
e15e97e98eac 2003-07-30 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   235
- New tarball
e15e97e98eac 2003-07-30 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   236
825
9603cc7759e9 2003-07-28 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   237
* Mon Jul 28 2003 - <[email protected]>
9603cc7759e9 2003-07-28 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   238
- Change menu entry.
9603cc7759e9 2003-07-28 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   239
506
52cfe7c4ff37 Adding sun .po files
mick
parents: 439
diff changeset
   240
* Wed Jul 09 2003 - <[email protected]>
52cfe7c4ff37 Adding sun .po files
mick
parents: 439
diff changeset
   241
- add in sun po files
52cfe7c4ff37 Adding sun .po files
mick
parents: 439
diff changeset
   242
400
9ec012f8235e 2003-07-02 Glynn Foster <[email protected]>
gman
parents: 342
diff changeset
   243
* Wed Jul 02 2003 - [email protected]
9ec012f8235e 2003-07-02 Glynn Foster <[email protected]>
gman
parents: 342
diff changeset
   244
- Fix up the install of the glade file to stop things
9ec012f8235e 2003-07-02 Glynn Foster <[email protected]>
gman
parents: 342
diff changeset
   245
  crashing
9ec012f8235e 2003-07-02 Glynn Foster <[email protected]>
gman
parents: 342
diff changeset
   246
73
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
   247
* Wed May 14 2003 - [email protected]
381c62fd8994 new file eog.spec
stephen
parents:
diff changeset
   248
- initial release