libgnomeprint.spec
author dermotm
Mon, 26 Jul 2004 10:26:03 +0000
changeset 3425 1df6e1328537
parent 3320 1b6af4da604e
child 3489 e062885a3fe6
permissions -rw-r--r--
Incremented release numbers for build 15
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
     1
Name:         libgnomeprint
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
     2
License:      LGPL
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
     3
Group:        System/Libraries/GNOME
2375
945d7d0a7921 2004-04-02 Ghee Teo <[email protected]>
gheet
parents: 2350
diff changeset
     4
Version:      2.6.0
3425
1df6e1328537 Incremented release numbers for build 15
dermotm
parents: 3320
diff changeset
     5
Release:      19
1798
52cb4c76b8a5 Bump versions to 2.5.2 and re-apply patchs
mattk
parents: 1657
diff changeset
     6
Distribution: Cinnabar
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 569
diff changeset
     7
Vendor:	      Sun Microsystems, Inc.
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
     8
Summary:      Print Library for the GNOME Desktop
1472
b39202b5862f 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1217
diff changeset
     9
Source:       http://ftp.gnome.org/pub/GNOME/sources/libgnomeprint/2.5/libgnomeprint-%{version}.tar.bz2
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
    10
Source1:      libgnomeprint-l10n-po-1.2.tar.bz2
2251
cca6fa1be7d4 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2194
diff changeset
    11
Patch1:       libgnomeprint-01-use-older-cups.diff
2999
e6e99aa41e92 * libgnomeprint.spec, patches/libgnomeprint-02-papi.diff: Add PAPI
dduvall
parents: 2958
diff changeset
    12
Patch2:       libgnomeprint-02-papi.diff
3081
6d965e1def0f * libgnomeprint.spec - Update
tajima
parents: 2999
diff changeset
    13
Patch3:       libgnomeprint-03-pdf-operator-fix.diff
6d965e1def0f * libgnomeprint.spec - Update
tajima
parents: 2999
diff changeset
    14
Patch4:       libgnomeprint-04-TT-subsetting-4928658.diff
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    15
URL:          http://www.gnome.org
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    16
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    17
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    18
Prereq:       /sbin/ldconfig
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    19
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    20
%define INSTALL_DIR install -d -m755
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    21
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    22
%define glib2_version 2.2.1
1217
8e746eefbd31 2003-10-09 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
    23
%define pango_version 1.2.5
8e746eefbd31 2003-10-09 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
    24
%define libart_lgpl_version 2.3.16
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    25
%define gtk_doc_version 1.0
1217
8e746eefbd31 2003-10-09 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
    26
%define gnome_common_version 2.4.0
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    27
%define cups_version 1.1.15
263
8e43deee4da2 *** empty log message ***
mattk
parents: 218
diff changeset
    28
%define openssl_devel_version 0.9.6
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    29
218
91f124a58396 *** empty log message ***
gman
parents: 217
diff changeset
    30
Requires:      glib2 >= %{glib2_version}
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    31
Requires:      pango >= %{pango_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    32
Requires:      libart_lgpl >= %{libart_lgpl_version}
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    33
Requires:      cups >= %{cups_version}
483
2c4f3970924b added missing dependencies
laca
parents: 480
diff changeset
    34
Requires:      libgnomecups
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    35
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    36
BuildRequires: glib2-devel >= %{glib2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    37
BuildRequires: pango-devel >= %{pango_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    38
BuildRequires: libart_lgpl-devel >= %{libart_lgpl_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    39
BuildRequires: gtk-doc >= %{gtk_doc_version}
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    40
BuildRequires: cups-devel >= %{cups_version}
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    41
BuildRequires: gnome-common >= %{gnome_common_version}
290
c7a3d7801635 2003-06-13 Laszlo Peter <[email protected]>
laca
parents: 263
diff changeset
    42
BuildRequires: openssl-devel >= %{openssl_devel_version}
483
2c4f3970924b added missing dependencies
laca
parents: 480
diff changeset
    43
BuildRequires: libgnomecups-devel
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    44
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    45
%description
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    46
libgnomeprint is the printing library for the GNOME desktop, providing a simple and clean
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    47
API for GNOME applications to print documents.
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    48
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    49
%package devel
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    50
Summary:      Print Development Library for the GNOME Desktop
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    51
Group:        Development/Libraries/GNOME
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    52
Requires:     %{name} = %{version}
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    53
Requires:     glib2-devel >= %{glib2_version}
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    54
Requires:     pango-devel >= %{pango_version}
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    55
Requires:     libart_lgpl-devel >= %{libart_lgpl_version}
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    56
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    57
%description devel
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    58
libgnomeprint is the printing library for the GNOME desktop, providing a simple and clean
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    59
API for GNOME applications to print documents.
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
    60
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    61
%prep
1472
b39202b5862f 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1217
diff changeset
    62
%setup -q
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1472
diff changeset
    63
bzcat %SOURCE1 | tar xf -
1472
b39202b5862f 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1217
diff changeset
    64
%patch1 -p1
2999
e6e99aa41e92 * libgnomeprint.spec, patches/libgnomeprint-02-papi.diff: Add PAPI
dduvall
parents: 2958
diff changeset
    65
%patch2 -p1
3081
6d965e1def0f * libgnomeprint.spec - Update
tajima
parents: 2999
diff changeset
    66
%patch3 -p1
6d965e1def0f * libgnomeprint.spec - Update
tajima
parents: 2999
diff changeset
    67
%patch4 -p1
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    68
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    69
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    70
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    71
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    72
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    73
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    74
%else
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    75
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    76
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    77
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    78
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    79
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    80
1629
23978faa070c 2003-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
    81
libtoolize --force --copy
23978faa070c 2003-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
    82
aclocal $ACLOCAL_FLAGS -I . -I %{_datadir}/aclocal/gnome2-macros
2999
e6e99aa41e92 * libgnomeprint.spec, patches/libgnomeprint-02-papi.diff: Add PAPI
dduvall
parents: 2958
diff changeset
    83
autoheader
1629
23978faa070c 2003-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
    84
automake -a -c -f
23978faa070c 2003-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
    85
autoconf
23978faa070c 2003-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
    86
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    87
CFLAGS="$RPM_OPT_FLAGS"				\
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    88
./configure --prefix=%{_prefix}			\
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    89
	    --sysconfdir=%{_sysconfdir}		\
2999
e6e99aa41e92 * libgnomeprint.spec, patches/libgnomeprint-02-papi.diff: Add PAPI
dduvall
parents: 2958
diff changeset
    90
	    --mandir=%{_mandir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    91
make -j $CPUS
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    92
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    93
%install
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    94
make DESTDIR=$RPM_BUILD_ROOT install
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    95
%{INSTALL_DIR} $RPM_BUILD_ROOT%{_datadir}/fonts/pfbs
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
    96
%{INSTALL_DIR} $RPM_BUILD_ROOT%{_datadir}/gnome-print/fonts
1472
b39202b5862f 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1217
diff changeset
    97
#Copy zh_HK from zh_TW
b39202b5862f 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1217
diff changeset
    98
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1472
diff changeset
    99
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1472
diff changeset
   100
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
1472
b39202b5862f 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1217
diff changeset
   101
                                                                                                                                                             
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   102
%post
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   103
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
   104
217
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   105
%postun
3935000383d0 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   106
/sbin/ldconfig
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   107
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   108
%clean
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   109
rm -rf $RPM_BUILD_ROOT
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   110
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   111
%files
1798
52cb4c76b8a5 Bump versions to 2.5.2 and re-apply patchs
mattk
parents: 1657
diff changeset
   112
%{_datadir}/locale/*/LC_MESSAGES/*.mo
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   113
%{_datadir}/libgnomeprint
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   114
%{_datadir}/fonts
1798
52cb4c76b8a5 Bump versions to 2.5.2 and re-apply patchs
mattk
parents: 1657
diff changeset
   115
%{_datadir}/gnome-print/fonts
2194
8697e34b8ddb 2004-03-12 Ghee Teo <[email protected]>
gheet
parents: 2159
diff changeset
   116
%{_libdir}/libgnomeprint/*/modules/*so*
480
f84940160a00 2003-07-08 Ghee Teo <[email protected]>
gheet
parents: 327
diff changeset
   117
%{_libdir}/libgnomeprint/*/modules/*/*so*
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1031
diff changeset
   118
%{_libdir}/*so.*
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   119
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   120
%files devel
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   121
%{_libdir}/pkgconfig/libgnomeprint-2.2.pc
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   122
%{_includedir}/libgnomeprint-2.2/libgnomeprint
1472
b39202b5862f 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1217
diff changeset
   123
%{_datadir}/gtk-doc
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1031
diff changeset
   124
%{_libdir}/*so
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   125
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   126
%changelog
3303
482555d9dd3d 2004-07-10 Muktha <[email protected]>
muktha
parents: 3279
diff changeset
   127
* Sat Jul 10 2004 - [email protected]
482555d9dd3d 2004-07-10 Muktha <[email protected]>
muktha
parents: 3279
diff changeset
   128
- Modified libgnomeprint-02-papi.diff to fix crash when there
482555d9dd3d 2004-07-10 Muktha <[email protected]>
muktha
parents: 3279
diff changeset
   129
  are no printers available. Patch by [email protected].
482555d9dd3d 2004-07-10 Muktha <[email protected]>
muktha
parents: 3279
diff changeset
   130
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   131
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   132
- Updated l10n content to libgnomeprint-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   133
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   134
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   135
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   136
3081
6d965e1def0f * libgnomeprint.spec - Update
tajima
parents: 2999
diff changeset
   137
* Wed Jun 09 2004 - [email protected]
6d965e1def0f * libgnomeprint.spec - Update
tajima
parents: 2999
diff changeset
   138
- Add libgnomeprint-03-pdf-operator-fix.diff for correcting pdf
6d965e1def0f * libgnomeprint.spec - Update
tajima
parents: 2999
diff changeset
   139
  output, backported from community's cvs HEAD
6d965e1def0f * libgnomeprint.spec - Update
tajima
parents: 2999
diff changeset
   140
- Add libgnomeprint-04-TT-subsetting-4928658.diff to support
6d965e1def0f * libgnomeprint.spec - Update
tajima
parents: 2999
diff changeset
   141
  TrueType font subsetting for PDF and PS
6d965e1def0f * libgnomeprint.spec - Update
tajima
parents: 2999
diff changeset
   142
2999
e6e99aa41e92 * libgnomeprint.spec, patches/libgnomeprint-02-papi.diff: Add PAPI
dduvall
parents: 2958
diff changeset
   143
* Wed Jun 02 2004 - [email protected]
e6e99aa41e92 * libgnomeprint.spec, patches/libgnomeprint-02-papi.diff: Add PAPI
dduvall
parents: 2958
diff changeset
   144
- Add PAPI support
e6e99aa41e92 * libgnomeprint.spec, patches/libgnomeprint-02-papi.diff: Add PAPI
dduvall
parents: 2958
diff changeset
   145
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   146
* 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
   147
- Updated l10n content to libgnomeprint-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
   148
2375
945d7d0a7921 2004-04-02 Ghee Teo <[email protected]>
gheet
parents: 2350
diff changeset
   149
* Fri Apr 02 2004 - [email protected]
945d7d0a7921 2004-04-02 Ghee Teo <[email protected]>
gheet
parents: 2350
diff changeset
   150
- Updated to 2.6.0 tarball for 2.6
945d7d0a7921 2004-04-02 Ghee Teo <[email protected]>
gheet
parents: 2350
diff changeset
   151
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   152
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   153
- Updated l10n content to libgnomeprint-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   154
2251
cca6fa1be7d4 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2194
diff changeset
   155
* Fri Mar 19 2004 - <[email protected]>
cca6fa1be7d4 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2194
diff changeset
   156
- Bump to 2.5.4 and remove a uninstalled, locale generation and potfiles
cca6fa1be7d4 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2194
diff changeset
   157
  patches.
cca6fa1be7d4 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2194
diff changeset
   158
2194
8697e34b8ddb 2004-03-12 Ghee Teo <[email protected]>
gheet
parents: 2159
diff changeset
   159
* Tue Mar 09 2004 - <[email protected]>
8697e34b8ddb 2004-03-12 Ghee Teo <[email protected]>
gheet
parents: 2159
diff changeset
   160
- Hacked around with libgnomeprint-04-old-version-cups-hack.diff
8697e34b8ddb 2004-03-12 Ghee Teo <[email protected]>
gheet
parents: 2159
diff changeset
   161
  since the version of cups we have is just too old. This patch should be
8697e34b8ddb 2004-03-12 Ghee Teo <[email protected]>
gheet
parents: 2159
diff changeset
   162
  removed once CUPS 1.1.20 is made available.
8697e34b8ddb 2004-03-12 Ghee Teo <[email protected]>
gheet
parents: 2159
diff changeset
   163
8697e34b8ddb 2004-03-12 Ghee Teo <[email protected]>
gheet
parents: 2159
diff changeset
   164
1798
52cb4c76b8a5 Bump versions to 2.5.2 and re-apply patchs
mattk
parents: 1657
diff changeset
   165
* Thu Feb 19 2004 - <[email protected]>
52cb4c76b8a5 Bump versions to 2.5.2 and re-apply patchs
mattk
parents: 1657
diff changeset
   166
- Bump to 2.5.2, re-apply patches, bump l10n to 0.8
52cb4c76b8a5 Bump versions to 2.5.2 and re-apply patchs
mattk
parents: 1657
diff changeset
   167
1657
98a74901392e *** empty log message ***
mattk
parents: 1629
diff changeset
   168
* Thu Feb 12 2004 - <[email protected]>
1629
23978faa070c 2003-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
   169
- Add patch 03 to create a -uninstalled.pc file
23978faa070c 2003-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
   170
- autotoolize the build stage
23978faa070c 2003-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
   171
1472
b39202b5862f 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1217
diff changeset
   172
* Wed Dec 17 2003 - <[email protected]>
b39202b5862f 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1217
diff changeset
   173
- Bump to 2.5.0.1
b39202b5862f 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1217
diff changeset
   174
1217
8e746eefbd31 2003-10-09 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   175
* Thu Oct 09 2003 - <[email protected]>
8e746eefbd31 2003-10-09 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   176
- Updated spec file to build for QS, since this CUPS stuff has not be integrated into 
8e746eefbd31 2003-10-09 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   177
  GNOME 2.4. Still needs to use the same tarball as Mercury.
8e746eefbd31 2003-10-09 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   178
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1031
diff changeset
   179
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1031
diff changeset
   180
- move lib*.so to -devel, remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1031
diff changeset
   181
523
d6c177eb8313 Added more .po tarballs
mick
parents: 483
diff changeset
   182
* Thu Jul 10 2003 - [email protected]
d6c177eb8313 Added more .po tarballs
mick
parents: 483
diff changeset
   183
- Added .po tarball
d6c177eb8313 Added more .po tarballs
mick
parents: 483
diff changeset
   184
480
f84940160a00 2003-07-08 Ghee Teo <[email protected]>
gheet
parents: 327
diff changeset
   185
* Tue Jul 08 2003 - [email protected]
f84940160a00 2003-07-08 Ghee Teo <[email protected]>
gheet
parents: 327
diff changeset
   186
- Changed files section to include printer icons and also libraries 
f84940160a00 2003-07-08 Ghee Teo <[email protected]>
gheet
parents: 327
diff changeset
   187
  that import the cups printers into libgnomeprintui dialog.
f84940160a00 2003-07-08 Ghee Teo <[email protected]>
gheet
parents: 327
diff changeset
   188
327
91923e088a59 2003-06-30 Ghee Teo <[email protected]>
gheet
parents: 290
diff changeset
   189
* Mon Jun 30 2003 - [email protected]
91923e088a59 2003-06-30 Ghee Teo <[email protected]>
gheet
parents: 290
diff changeset
   190
- Added cups integration with a new version of tarball.
91923e088a59 2003-06-30 Ghee Teo <[email protected]>
gheet
parents: 290
diff changeset
   191
  libgnomeprint-2.3.0.cvs.9.tar.bz2
91923e088a59 2003-06-30 Ghee Teo <[email protected]>
gheet
parents: 290
diff changeset
   192
42
ebe326cae4ec *** empty log message ***
lk86177
parents:
diff changeset
   193
* Tue May 13 2003 - [email protected]
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 42
diff changeset
   194
- Initial Sun release