gpdf.spec
author dermotm
Mon, 24 Jul 2006 12:30:39 +0000
branchgnome-2-10
changeset 19949 94f49bf19351
parent 19940 580b73a315a2
permissions -rw-r--r--
access control test #4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
     1
#
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
     2
# spec file for package gpdf
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
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.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
     5
# This file and all modifications and additions to the pristine
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
     6
# package are under the same license as the package itself.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
     7
#
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
     8
Name:		gpdf
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
     9
License:	GPL
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    10
Group:		System/GUI/GNOME
19332
c68c37df8b0b * gpdf.spec: port to 2.10.0
lk86177
parents: 19243
diff changeset
    11
Version: 	2.10.0
c68c37df8b0b * gpdf.spec: port to 2.10.0
lk86177
parents: 19243
diff changeset
    12
Release:	1	
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
    13
Distribution:	Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 557
diff changeset
    14
Vendor:		Sun Microsystems, Inc.
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    15
Summary:	A GNOME PDF Viewer based on Xpdf
19334
2227a53ad230 2005-05-20 Glynn Foster <[email protected]>
gman
parents: 19333
diff changeset
    16
Source:		http://ftp.gnome.org/pub/GNOME/sources/gpdf/2.10/gpdf-%{version}.tar.bz2
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    17
Source1:        gpdf.1.gz
2272
5e71bf6471ea 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
    18
Patch1:         gpdf-01-gconf-install.diff
19940
580b73a315a2 2005-10-11 Glynn Foster <[email protected]>
gman
parents: 19848
diff changeset
    19
Patch2:         gpdf-02-fit-full-screen.diff
580b73a315a2 2005-10-11 Glynn Foster <[email protected]>
gman
parents: 19848
diff changeset
    20
Patch3:         gpdf-03-pkgconfig.diff
580b73a315a2 2005-10-11 Glynn Foster <[email protected]>
gman
parents: 19848
diff changeset
    21
Patch4:		gpdf-04-lookupglyph.diff
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    22
URL:		http://www.purl.org/NET/gpdf
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    23
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    24
Docdir:		%{_defaultdocdir}/doc
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
    25
Prereq:         GConf
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    26
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    27
%define	libgnomeui_version 2.6.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    28
%define gnome_vfs_version 2.6.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    29
%define libgnomeprintui_version 2.6.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    30
%define libglade_version 2.3.6
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    31
%define xpdf_version 1.01
2303
cfdac7a72251 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2283
diff changeset
    32
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    33
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    34
Requires:	libgnomeui >= %{libgnomeui_version}
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    35
Requires:	gnome-vfs >= %{gnome_vfs_version}
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    36
Requires:	libgnomeprintui >= %{libgnomeprintui_version}
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    37
Requires:	libglade >= %{libglade_version}
3185
f69478b5707e 2004-06-22 Niall Power <[email protected]>
niall
parents: 3146
diff changeset
    38
Requires:       xpdf >= %{xpdf_version}
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    39
BuildRequires:	libgnomeui-devel >= %{libgnomeui_version}
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    40
BuildRequires:	gnome-vfs-devel >= %{gnome_vfs_version}
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    41
BuildRequires:	libgnomeprintui-devel >= %{libgnomeprintui_version}
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    42
BuildRequires:	libglade-devel >= %{libglade_version}
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    43
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    44
%description
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    45
Gpdf is an open source viewer for Portable Document Format (PDF)
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    46
files.  (These are also sometimes also called 'Acrobat' files, from
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    47
the name of Adobe's PDF software.)  The Gpdf project also includes a
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    48
PDF text extractor, PDF-to-PostScript converter, and various other
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    49
utilities.
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
    50
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    51
Gpdf is designed to be small and efficient.  It can use Type 1,
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    52
TrueType, or standard X fonts.
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
    53
#'  <-- keep emacs syntax highlighting happy
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    54
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    55
%prep
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    56
%setup -q
2272
5e71bf6471ea 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
    57
%patch1 -p1
19334
2227a53ad230 2005-05-20 Glynn Foster <[email protected]>
gman
parents: 19333
diff changeset
    58
%patch2 -p1
19733
2ce91108f14e 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19719
diff changeset
    59
%patch3 -p1
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3709
diff changeset
    60
%patch4 -p1
2272
5e71bf6471ea 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
    61
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    62
%build
2303
cfdac7a72251 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2283
diff changeset
    63
%ifos linux
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    64
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    65
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    66
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    67
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3799
diff changeset
    68
  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
    69
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    70
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    71
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    72
fi
2272
5e71bf6471ea 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
    73
libtoolize --force
19243
d6fd8cb4c163 2005-05-09 Brian Cameron <[email protected]>
bc99092
parents: 5370
diff changeset
    74
aclocal $ACLOCAL_FLAGS
2272
5e71bf6471ea 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
    75
automake -a -c -f
5e71bf6471ea 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
    76
autoconf
5e71bf6471ea 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
    77
605
0ec3409e6414 2003-07-16 Mark McLoughlin <[email protected]>
markmc
parents: 601
diff changeset
    78
CFLAGS="$RPM_OPT_FLAGS"			\
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    79
./configure --prefix=%{_prefix}			\
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    80
	    --libexecdir=%{_libexecdir}		\
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    81
	    --sysconfdir=%{_sysconfdir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    82
make -j $CPUS
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    83
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    84
%install
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    85
make install DESTDIR=$RPM_BUILD_ROOT
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1514
diff changeset
    86
install -d $RPM_BUILD_ROOT%{_mandir}/man1
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    87
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
1465
a8d3c1e9e3c2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1424
diff changeset
    88
#Copy zh_HK from zh_TW
a8d3c1e9e3c2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1424
diff changeset
    89
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1514
diff changeset
    90
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1514
diff changeset
    91
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
3709
a7717e5700a9 mime info file removed from gpdf.spec
lk86177
parents: 3679
diff changeset
    92
rm -f $RPM_BUILD_ROOT%{_datadir}/mime-info/gpdf.keys
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    93
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    94
%clean
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    95
rm -rf $RPM_BUILD_ROOT
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    96
1710
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
    97
%post
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
    98
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
    99
SCHEMAS="gpdf.schemas"
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
   100
for S in $SCHEMAS; do
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
   101
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
   102
done
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
   103
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   104
%files
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   105
%defattr(-,root,root)
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   106
%doc AUTHORS CHANGES COPYING INSTALL NEWS README
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   107
%{_bindir}/gpdf
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   108
%{_libdir}/bonobo/servers/*
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   109
%{_datadir}/gpdf/glade/*.glade
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   110
%{_datadir}/gnome-2.0/ui/*.xml
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   111
%{_datadir}/application-registry/*.applications
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   112
%{_datadir}/locale/*/LC_MESSAGES/*.mo
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   113
%{_libexecdir}/gnome-pdf-viewer
1710
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
   114
%{_mandir}/man1/*
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
   115
%{_datadir}/pixmaps/*
3420
e0507dc9892e 2004-07-26 Glynn Foster <[email protected]>
gman
parents: 3384
diff changeset
   116
%{_datadir}/applications/*
19848
laca
parents: 19838
diff changeset
   117
%{_datadir}/omf/gpdf/*.omf
1710
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
   118
%{_datadir}/gnome/help/gpdf/*
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
   119
%{_sysconfdir}/gconf/schemas/gpdf.schemas
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   120
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   121
%changelog
19797
1b898bd5c775 2005-09-09 Kieran Colfer <[email protected]>
miles
parents: 19733
diff changeset
   122
* Fri Sep 09 2005 - [email protected]
1b898bd5c775 2005-09-09 Kieran Colfer <[email protected]>
miles
parents: 19733
diff changeset
   123
- adding back in gpdf-05-lookupglyph.diff for fixes for 6268411,
19940
580b73a315a2 2005-10-11 Glynn Foster <[email protected]>
gman
parents: 19848
diff changeset
   124
  6219093
19797
1b898bd5c775 2005-09-09 Kieran Colfer <[email protected]>
miles
parents: 19733
diff changeset
   125
19509
327192c98e41 Add patch for pkgconfig
mattk
parents: 19334
diff changeset
   126
* Fri Jul 01 2005 - [email protected]
327192c98e41 Add patch for pkgconfig
mattk
parents: 19334
diff changeset
   127
- pkgconfig patch
327192c98e41 Add patch for pkgconfig
mattk
parents: 19334
diff changeset
   128
19643
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19509
diff changeset
   129
* Fri May 20 2005 - [email protected]
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19509
diff changeset
   130
- Updated gpdf-02-lookupglyph.diff to render truetype embedded 
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19509
diff changeset
   131
  fonts correctly. Fixes bug #6268411.
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19509
diff changeset
   132
19669
c33004300ecc fix changelog order
laca
parents: 19643
diff changeset
   133
* Thu May 19 2005 - [email protected]
c33004300ecc fix changelog order
laca
parents: 19643
diff changeset
   134
- port to 2.10.0
c33004300ecc fix changelog order
laca
parents: 19643
diff changeset
   135
19643
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19509
diff changeset
   136
* Wed Apr 20 2005 - [email protected]
5355
d39b7afb87ad 2005-04-20 Srirama Sharma <[email protected]>
srirama
parents: 5333
diff changeset
   137
- Updated gpdf-02-lookupglyph.diff to take care that ligatures
d39b7afb87ad 2005-04-20 Srirama Sharma <[email protected]>
srirama
parents: 5333
diff changeset
   138
  of type1 fonts are displayed properly.
d39b7afb87ad 2005-04-20 Srirama Sharma <[email protected]>
srirama
parents: 5333
diff changeset
   139
  Fixes bug #6219093.
d39b7afb87ad 2005-04-20 Srirama Sharma <[email protected]>
srirama
parents: 5333
diff changeset
   140
5090
18c2f2dcf1f7 * gpf.spec: Fix path used in last commit, to fix 6219559.
dc144907
parents: 5088
diff changeset
   141
* Tue Feb 15 2005 - [email protected]
18c2f2dcf1f7 * gpf.spec: Fix path used in last commit, to fix 6219559.
dc144907
parents: 5088
diff changeset
   142
- Correct path used in last commit (for 6219559).
18c2f2dcf1f7 * gpf.spec: Fix path used in last commit, to fix 6219559.
dc144907
parents: 5088
diff changeset
   143
18c2f2dcf1f7 * gpf.spec: Fix path used in last commit, to fix 6219559.
dc144907
parents: 5088
diff changeset
   144
* Mon Feb 14 2005 - [email protected]
5085
d6004c3d8367 * gpf.spec: #6219559: Delete omf files on Linux, as gpdf help should
dc144907
parents: 5082
diff changeset
   145
- #6219559: Delete omf files on Linux, as gpdf help should not appear because
d6004c3d8367 * gpf.spec: #6219559: Delete omf files on Linux, as gpdf help should
dc144907
parents: 5082
diff changeset
   146
  it is not supported.
d6004c3d8367 * gpf.spec: #6219559: Delete omf files on Linux, as gpdf help should
dc144907
parents: 5082
diff changeset
   147
4990
8c4da44376ff 2005-02-01 Leena Gunda <[email protected]>
lsgunda
parents: 4980
diff changeset
   148
* Tue Feb 01 2005 - [email protected]
8c4da44376ff 2005-02-01 Leena Gunda <[email protected]>
lsgunda
parents: 4980
diff changeset
   149
- Update gpdf-03-multi-launch-apps.diff to open the DnD PDF file on
8c4da44376ff 2005-02-01 Leena Gunda <[email protected]>
lsgunda
parents: 4980
diff changeset
   150
  the PDF viewer launcher on panel. Fixes bug #4925871.
8c4da44376ff 2005-02-01 Leena Gunda <[email protected]>
lsgunda
parents: 4980
diff changeset
   151
4933
418a84fc7fc6 * gpdf.spec: #6219559: Delete some doc files on Linux, those that are only
dc144907
parents: 4908
diff changeset
   152
* Wed Jan 26 2005 - [email protected]
418a84fc7fc6 * gpdf.spec: #6219559: Delete some doc files on Linux, those that are only
dc144907
parents: 4908
diff changeset
   153
- #6219559: Delete some doc files on Linux, those that are only used on Solaris.
418a84fc7fc6 * gpdf.spec: #6219559: Delete some doc files on Linux, those that are only
dc144907
parents: 4908
diff changeset
   154
4897
b9faf1ccb646 #6219559 : Remove gpdf help from linux
mattk
parents: 4885
diff changeset
   155
* Fri Jan 21 2005 - [email protected]
b9faf1ccb646 #6219559 : Remove gpdf help from linux
mattk
parents: 4885
diff changeset
   156
- #6219559 : Only deliver gpdf help on Solaris, do not deliver on Linux
b9faf1ccb646 #6219559 : Remove gpdf help from linux
mattk
parents: 4885
diff changeset
   157
4885
91d725d4b93d 2005-01-20 Alvaro Lopez Ortega <[email protected]>
alo
parents: 4867
diff changeset
   158
* Thu Jan 20 2005 - [email protected]
91d725d4b93d 2005-01-20 Alvaro Lopez Ortega <[email protected]>
alo
parents: 4867
diff changeset
   159
- Added patch gpdf-07-fit-full-screen.diff to patch bug #6194586
91d725d4b93d 2005-01-20 Alvaro Lopez Ortega <[email protected]>
alo
parents: 4867
diff changeset
   160
4844
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4816
diff changeset
   161
* Fri Jan 14 2005 - [email protected]
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4816
diff changeset
   162
- Updated l10n help tarball for cinnabar-linux
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4816
diff changeset
   163
                                                                                
4816
6c26c02e17ba 2005-01-11 Alvaro Lopez Ortega <[email protected]>
alo
parents: 4801
diff changeset
   164
* Tue Jan 11 2005 [email protected]
6c26c02e17ba 2005-01-11 Alvaro Lopez Ortega <[email protected]>
alo
parents: 4801
diff changeset
   165
- URL updated
6c26c02e17ba 2005-01-11 Alvaro Lopez Ortega <[email protected]>
alo
parents: 4801
diff changeset
   166
4149
30e64dfa96e8 2004-10-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4133
diff changeset
   167
* Tue Oct 05 2004 [email protected]
30e64dfa96e8 2004-10-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4133
diff changeset
   168
- Added gpdf-06-g11n-i18n-ui.diff to localize bookmark.
30e64dfa96e8 2004-10-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4133
diff changeset
   169
  Fixed 6173631.
30e64dfa96e8 2004-10-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4133
diff changeset
   170
3934
fdefa4c7c956 2004-09-15 Archana Shah <[email protected]>
archana
parents: 3883
diff changeset
   171
* Wed Sep 15 2004 [email protected]
3937
aa0a8dce5c0d 2004-09-15 Archana Shah <[email protected]>
archana
parents: 3934
diff changeset
   172
  Integrating gpdf-06-remove-acroread.diff into gpdf-03-multi-launch-apps.diff
aa0a8dce5c0d 2004-09-15 Archana Shah <[email protected]>
archana
parents: 3934
diff changeset
   173
  So removing gpdf-06-remove-acroread.diff
aa0a8dce5c0d 2004-09-15 Archana Shah <[email protected]>
archana
parents: 3934
diff changeset
   174
aa0a8dce5c0d 2004-09-15 Archana Shah <[email protected]>
archana
parents: 3934
diff changeset
   175
* Wed Sep 15 2004 [email protected]
3934
fdefa4c7c956 2004-09-15 Archana Shah <[email protected]>
archana
parents: 3883
diff changeset
   176
- No need of hardcoding the path for acroread.
fdefa4c7c956 2004-09-15 Archana Shah <[email protected]>
archana
parents: 3883
diff changeset
   177
3883
397099cfeffa 2004-09-08 Vijaykumar Patwari <[email protected]>
vijay
parents: 3858
diff changeset
   178
* Wed Sep 08 2004 [email protected]
397099cfeffa 2004-09-08 Vijaykumar Patwari <[email protected]>
vijay
parents: 3858
diff changeset
   179
- Fixes overwriting of files for `Save As` option.
397099cfeffa 2004-09-08 Vijaykumar Patwari <[email protected]>
vijay
parents: 3858
diff changeset
   180
  Fixes bug #5083054.
397099cfeffa 2004-09-08 Vijaykumar Patwari <[email protected]>
vijay
parents: 3858
diff changeset
   181
3799
fc4f76b637a1 2004-08-31 Archana Shah <[email protected]>
archana
parents: 3734
diff changeset
   182
* Tue Aug 31 2004 [email protected]
fc4f76b637a1 2004-08-31 Archana Shah <[email protected]>
archana
parents: 3734
diff changeset
   183
- Changed patch3 - gpdf-03-multi-launch-apps.diff for pdflaunch.c
fc4f76b637a1 2004-08-31 Archana Shah <[email protected]>
archana
parents: 3734
diff changeset
   184
  Fixes bug# 5087934
fc4f76b637a1 2004-08-31 Archana Shah <[email protected]>
archana
parents: 3734
diff changeset
   185
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3709
diff changeset
   186
* Wed Aug 25 2004 [email protected]
aa2188afdffc Added l10n help contents
feyn
parents: 3709
diff changeset
   187
- Added l10n help contents with patch
aa2188afdffc Added l10n help contents
feyn
parents: 3709
diff changeset
   188
3709
a7717e5700a9 mime info file removed from gpdf.spec
lk86177
parents: 3679
diff changeset
   189
* Tue Aug 24 2004 [email protected]
a7717e5700a9 mime info file removed from gpdf.spec
lk86177
parents: 3679
diff changeset
   190
- remove mime info file
3487
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3482
diff changeset
   191
* Thu Aug 05 2004 [email protected]
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3482
diff changeset
   192
- Incorporate new docs tarball from [email protected].
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3482
diff changeset
   193
3482
c84f63766026 2004-08-05 Leena Gunda <[email protected]>
lsgunda
parents: 3425
diff changeset
   194
* Thu Aug 05 2004 - [email protected]
c84f63766026 2004-08-05 Leena Gunda <[email protected]>
lsgunda
parents: 3425
diff changeset
   195
- Update patches/gpdf-03-multi-launch-apps.diff to add 'pdflaunch'
c84f63766026 2004-08-05 Leena Gunda <[email protected]>
lsgunda
parents: 3425
diff changeset
   196
  to .applications file. Fixes bug #5081909.
c84f63766026 2004-08-05 Leena Gunda <[email protected]>
lsgunda
parents: 3425
diff changeset
   197
 
3424
4813ad9a66c1 2004-07-26 Niall Power <[email protected]>
niall
parents: 3420
diff changeset
   198
* Mon Jul 26 2004 - [email protected]
4813ad9a66c1 2004-07-26 Niall Power <[email protected]>
niall
parents: 3420
diff changeset
   199
- Bump version to 0.132. Fixes #5072626
4813ad9a66c1 2004-07-26 Niall Power <[email protected]>
niall
parents: 3420
diff changeset
   200
3420
e0507dc9892e 2004-07-26 Glynn Foster <[email protected]>
gman
parents: 3384
diff changeset
   201
* Mon Jul 26 2004 - [email protected]
e0507dc9892e 2004-07-26 Glynn Foster <[email protected]>
gman
parents: 3384
diff changeset
   202
- Install a crackrock script so that we have an acccessible
e0507dc9892e 2004-07-26 Glynn Foster <[email protected]>
gman
parents: 3384
diff changeset
   203
  pdf viewer [gpdf] or non-accessible pdf viewer [acroread] which
e0507dc9892e 2004-07-26 Glynn Foster <[email protected]>
gman
parents: 3384
diff changeset
   204
  is run depending on a few gconf keys and architecture. Sigh.
e0507dc9892e 2004-07-26 Glynn Foster <[email protected]>
gman
parents: 3384
diff changeset
   205
3383
53bd5d0c1c73 2004-07-22 Glynn Foster <[email protected]>
gman
parents: 3320
diff changeset
   206
* Thu Jul 22 2004 - [email protected]
3384
c6e249d24ce7 2004-07-22 Glynn Foster <[email protected]>
gman
parents: 3383
diff changeset
   207
- Remove the menu entry so that it doesn't show up.
c6e249d24ce7 2004-07-22 Glynn Foster <[email protected]>
gman
parents: 3383
diff changeset
   208
c6e249d24ce7 2004-07-22 Glynn Foster <[email protected]>
gman
parents: 3383
diff changeset
   209
* Thu Jul 22 2004 - [email protected]
3383
53bd5d0c1c73 2004-07-22 Glynn Foster <[email protected]>
gman
parents: 3320
diff changeset
   210
- Remove the mime key so that acroread is default pdf
53bd5d0c1c73 2004-07-22 Glynn Foster <[email protected]>
gman
parents: 3320
diff changeset
   211
  viewer.
53bd5d0c1c73 2004-07-22 Glynn Foster <[email protected]>
gman
parents: 3320
diff changeset
   212
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   213
* 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
   214
- Updated l10n content to gpdf-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
   215
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   216
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   217
- Ported to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   218
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   219
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   220
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   221
3185
f69478b5707e 2004-06-22 Niall Power <[email protected]>
niall
parents: 3146
diff changeset
   222
* Tue Jun 22 2004 [email protected]
f69478b5707e 2004-06-22 Niall Power <[email protected]>
niall
parents: 3146
diff changeset
   223
- Added dependency on xpdf so language packs are available to gpdf
f69478b5707e 2004-06-22 Niall Power <[email protected]>
niall
parents: 3146
diff changeset
   224
3146
599f89f3b72a - Added glyph lookup for embedded font patch gpdf-02-lookupglyph.diff
mk84910
parents: 3120
diff changeset
   225
* Tue Jun 15 2004 [email protected]
599f89f3b72a - Added glyph lookup for embedded font patch gpdf-02-lookupglyph.diff
mk84910
parents: 3120
diff changeset
   226
- Added glyph lookup for embedded font patch gpdf-02-lookupglyph.diff
599f89f3b72a - Added glyph lookup for embedded font patch gpdf-02-lookupglyph.diff
mk84910
parents: 3120
diff changeset
   227
3051
b2a31638c06a Incorporate new docs tarball from [email protected].
dc144907
parents: 2958
diff changeset
   228
* Wed Jun 02 2004 [email protected]
b2a31638c06a Incorporate new docs tarball from [email protected].
dc144907
parents: 2958
diff changeset
   229
- Incorporate new docs tarball from [email protected].
b2a31638c06a Incorporate new docs tarball from [email protected].
dc144907
parents: 2958
diff changeset
   230
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   231
* 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
   232
- Updated l10n content to gpdf-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
   233
2545
54553ee8f540 2004-04-22 Niall Power <[email protected]>
niall
parents: 2494
diff changeset
   234
* Thu Apr 22 2004 - [email protected]
54553ee8f540 2004-04-22 Niall Power <[email protected]>
niall
parents: 2494
diff changeset
   235
- bump to 0.131
54553ee8f540 2004-04-22 Niall Power <[email protected]>
niall
parents: 2494
diff changeset
   236
2485
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   237
* Sun Apr 18 2004 - [email protected]
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   238
- enable javahelp conversion on Solaris
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   239
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   240
* Thu Apr 01 2004 - [email protected]
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   241
- Javahelp conversion
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   242
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2303
diff changeset
   243
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2303
diff changeset
   244
- Updated l10n content to gpdf-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2303
diff changeset
   245
2303
cfdac7a72251 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2283
diff changeset
   246
* Wed Mar 24 2004 - [email protected]
cfdac7a72251 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2283
diff changeset
   247
- Use JDS CBE, and remove annot compile patch.
cfdac7a72251 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2283
diff changeset
   248
2283
25c4e1bde30e Hack/Fix for compile problem, needs proper looking at by maintainer
mattk
parents: 2280
diff changeset
   249
* Mon Mar 22 2004 - [email protected]
25c4e1bde30e Hack/Fix for compile problem, needs proper looking at by maintainer
mattk
parents: 2280
diff changeset
   250
- fix compile prob by adding patch : 02-annot-compile-prob
25c4e1bde30e Hack/Fix for compile problem, needs proper looking at by maintainer
mattk
parents: 2280
diff changeset
   251
2272
5e71bf6471ea 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
   252
* Mon Mar 22 2004 - [email protected]
5e71bf6471ea 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
   253
- Bump to 0.125 and remove all the patches -
5e71bf6471ea 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
   254
  install-data-local, thumnail-cc, weight-undefined
5e71bf6471ea 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
   255
  and potfiles.
5e71bf6471ea 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
   256
2191
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   257
* Thu Mar 11 2004 - [email protected]
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   258
- added gpdf-04-g11n-potfiles.diff
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   259
2110
ea6047060aaf Patch 03 to fix build problem
mattk
parents: 1876
diff changeset
   260
* Tue Mar 02 2004 - <[email protected]>
ea6047060aaf Patch 03 to fix build problem
mattk
parents: 1876
diff changeset
   261
- Patch 03 to fix compile error
ea6047060aaf Patch 03 to fix build problem
mattk
parents: 1876
diff changeset
   262
1710
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
   263
* Mon Feb 16 2004 - <[email protected]>
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
   264
- Bump to 0.122, remove patch 01-deprecated, 
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
   265
  add patch 01-install-data-local
da4c27083682 Bump to 0.122, and stuff
mattk
parents: 1609
diff changeset
   266
1514
87d0640331a2 2004-01-09 Niall Power <[email protected]>
niall
parents: 1465
diff changeset
   267
* Thu Jan 09 2004 - <[email protected]>
87d0640331a2 2004-01-09 Niall Power <[email protected]>
niall
parents: 1465
diff changeset
   268
- Add patch #1 to fix build breakage
87d0640331a2 2004-01-09 Niall Power <[email protected]>
niall
parents: 1465
diff changeset
   269
1465
a8d3c1e9e3c2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1424
diff changeset
   270
* Wed Dec 17 2003 - <[email protected]>
a8d3c1e9e3c2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1424
diff changeset
   271
- Bump to 0.120 tarball
a8d3c1e9e3c2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1424
diff changeset
   272
1424
2ca82083d693 2003-11-21 Ghee Teo <[email protected]>
gheet
parents: 1269
diff changeset
   273
* Fri Nov 21 2003 - <[email protected]>
2ca82083d693 2003-11-21 Ghee Teo <[email protected]>
gheet
parents: 1269
diff changeset
   274
- Fixes 4949480. By not installing gpdf.keys
2ca82083d693 2003-11-21 Ghee Teo <[email protected]>
gheet
parents: 1269
diff changeset
   275
1269
70428ab7a524 2003-10-15 Niall Power <[email protected]>
niall
parents: 1205
diff changeset
   276
* Wed Oct 15 2003 - <[email protected]>
70428ab7a524 2003-10-15 Niall Power <[email protected]>
niall
parents: 1205
diff changeset
   277
- update to version 0.111, reset release.
70428ab7a524 2003-10-15 Niall Power <[email protected]>
niall
parents: 1205
diff changeset
   278
1205
963123465f15 *** empty log message ***
stephen
parents: 1195
diff changeset
   279
* Tue Oct 07 2003 - <[email protected]>
963123465f15 *** empty log message ***
stephen
parents: 1195
diff changeset
   280
- Remove menu entry patch and dont install .desktop file
963123465f15 *** empty log message ***
stephen
parents: 1195
diff changeset
   281
963
ad02c8a1ee3c 2003-08-05 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   282
* Tue Aug 05 2003 - <[email protected]>
ad02c8a1ee3c 2003-08-05 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   283
- Update tarball, bump version, reset release.
ad02c8a1ee3c 2003-08-05 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   284
626
221ac06dd1ee 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 605
diff changeset
   285
* Thu Jul 17 2003 - <[email protected]>
221ac06dd1ee 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 605
diff changeset
   286
- Add a menu icon
221ac06dd1ee 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 605
diff changeset
   287
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   288
* Mon Jul 14 2003 - <[email protected]>
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   289
- Initial spec file.