pango.spec
author dcarbery
Mon, 23 Oct 2006 12:46:17 +0000
branchgnome-2-14
changeset 19195 352a4716f1f3
parent 7340 85d7db74167d
child 7673 eac137a5cb41
permissions -rw-r--r--
2006-10-23 Damien Carbery <[email protected]> * docs/ssa/*: Remove these, as they're now up on the JDS project pages under 'Tasks/Single Sys Admin'.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     1
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package pango
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     7
#
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
     8
Name:         pango
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
     9
License:      LGPL
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
    10
Group:        System/Libraries
7166
54157429760a 2006-04-28 Damien Carbery <[email protected]>
dc144907
parents: 7148
diff changeset
    11
Version:      %{?cvs:1.12.%cvs}%{?!cvs:1.12.2}
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    12
Release:      1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    14
Vendor:	      Sun Microsystems, Inc.
169
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
    15
Summary:      Library for layout and rendering of internationalized text
6913
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6856
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/pango/1.12/pango-%{version}.tar.bz2
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1287
diff changeset
    17
Source1:      pango-querymodules.1.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1287
diff changeset
    18
Source2:      libpango-1.0.3.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1287
diff changeset
    19
Source3:      libpangoft2-1.0.3.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1287
diff changeset
    20
Source4:      libpangox-1.0.3.gz
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
    21
Source5:      mkinstalldirs
7340
85d7db74167d 2006-05-30 Glynn Foster <[email protected]>
gf115653
parents: 7166
diff changeset
    22
Patch1:       pango-01-fullwidth-space.diff
85d7db74167d 2006-05-30 Glynn Foster <[email protected]>
gf115653
parents: 7166
diff changeset
    23
Patch2:       pango-02-pua.diff
169
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
    24
URL:          http://www.gtk.org
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
    25
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
169
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
    26
Docdir:       %{_defaultdocdir}/doc
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 72
diff changeset
    27
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    28
Prereq:       /sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 72
diff changeset
    29
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    30
%define freetype2_version 2.1.3
5527
c1d5814900d4 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5518
diff changeset
    31
%define cairo_version 0.9.2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    32
%define glib2_version 2.5.7
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    33
%define pkgconfig_version 0.15.0
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    34
%define XFree86_version 4.3.0
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    35
%define fontconfig_version 2.2.92
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    36
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    37
Requires:      freetype2 >= %{freetype2_version}
5527
c1d5814900d4 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5518
diff changeset
    38
Requires:      cairo >= %{cairo_version}
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    39
Requires:      glib2 >= %{glib2_version}
800
b4ddbcf78fbb 2003-07-25 Niall Power <[email protected]>
niall
parents: 575
diff changeset
    40
Requires:      XFree86-libs >= %{XFree86_version}
1287
1545bc691c01 *** empty log message ***
laca
parents: 1204
diff changeset
    41
Requires:      fontconfig >= %{fontconfig_version}
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    42
BuildRequires: glib2-devel >= %{glib2_version}
5527
c1d5814900d4 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5518
diff changeset
    43
BuildRequires: cairo-devel >= %{cairo_version}
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    44
BuildRequires: pkgconfig >= %{pkgconfig_version}
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    45
BuildRequires: freetype2-devel >= %{freetype2_version}
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    46
BuildRequires: XFree86-devel >= %{XFree86_version}
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
    47
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
    48
%description
169
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
    49
Pango is a library for layout and rendering of text, with an emphasis on internationalization. 
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
    50
It forms the core of text and font handling in GTK+ 2.0.
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
    51
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 72
diff changeset
    52
%package devel
169
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
    53
Summary:      Development Library for layout and rendering of internationalized text
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
    54
Group:        Development/Libraries
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 72
diff changeset
    55
Requires:     %{name} = %{version}-%{release}
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    56
Requires:     glib2-devel >= %{glib2_version}
5527
c1d5814900d4 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5518
diff changeset
    57
Requires:     cairo-devel >= %{cairo_version}
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    58
Requires:     freetype2-devel >= %{freetype2_version}
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 169
diff changeset
    59
Requires:     XFree86-devel >= %{XFree86_version}
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 72
diff changeset
    60
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 72
diff changeset
    61
%description devel
169
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
    62
Pango is a library for layout and rendering of text, with an emphasis on internationalization. 
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
    63
It forms the core of text and font handling in GTK+ 2.0.
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 72
diff changeset
    64
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
    65
%prep
169
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
    66
%setup -q
2576
3d0db987170f * add patch pango-01-unihan.diff to fix 5038959
fzhang
parents: 2494
diff changeset
    67
%patch1 -p1
3d0db987170f * add patch pango-01-unihan.diff to fix 5038959
fzhang
parents: 2494
diff changeset
    68
%patch2 -p1
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 72
diff changeset
    69
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    70
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4215
diff changeset
    71
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    72
cd ..
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    73
cp -rp pango-%{version} pango-%{version}-64
6613
2643799d1f8e 2006-01-19 Takao Fujiwara - <[email protected]>
fujiwara
parents: 6578
diff changeset
    74
cd pango-%{version}
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    75
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
    76
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    77
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 72
diff changeset
    78
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
    79
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
    80
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
    81
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
    82
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
    83
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    84
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
    85
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
    86
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
    87
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
    88
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
    89
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    90
CONFLAGS="--prefix=%{_prefix} --mandir=%{_mandir} --with-native-locale=yes \
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    91
            --with-xinput=xfree --without-qt"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    92
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    93
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4215
diff changeset
    94
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    95
CPUS=$(($CPUS*4))
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    96
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    97
cd ../pango-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    98
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    99
export CFLAGS="$CFLAGS64"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   100
export LDFLAGS="$LDFLAGS64"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   101
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH64"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   102
export CC=${CC64:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   103
save_PATH="$PATH"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   104
ccdir=`dirname $CC`
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   105
export PATH=$ccdir:$PATH
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   106
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   107
cp %SOURCE5 .
5611
85afa3add811 * pango.spec: Add patches to build on Solaris - fix uninstalled.pc and
dc144907
parents: 5534
diff changeset
   108
aclocal $ACLOCAL_FLAGS
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   109
libtoolize --force --copy
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   110
gtkdocize
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   111
autoheader
5611
85afa3add811 * pango.spec: Add patches to build on Solaris - fix uninstalled.pc and
dc144907
parents: 5534
diff changeset
   112
autoconf
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   113
automake -a -c -f
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   114
./configure $CONFLAGS					\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   115
            --bindir=%{_bindir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   116
            --libdir=%{_libdir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   117
            --libexecdir=%{_libexecdir}/%{_arch64}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   118
            --sysconfdir=%{_sysconfdir}/%{_arch64} 	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   119
	    --disable-gtk-doc
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   120
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   121
make -j $CPUS
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   122
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   123
cd ../pango-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   124
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   125
export CFLAGS="$CFLAGS32"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   126
export RPM_OPT_FLAGS="$CFLAGS"
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   127
export LDFLAGS="$LDFLAGS32"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   128
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH32"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   129
export CC=${CC32:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   130
export PATH="$save_PATH"
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   131
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   132
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   133
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   134
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   135
cp %SOURCE5 .
5611
85afa3add811 * pango.spec: Add patches to build on Solaris - fix uninstalled.pc and
dc144907
parents: 5534
diff changeset
   136
aclocal $ACLOCAL_FLAGS
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   137
libtoolize --force --copy
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   138
gtkdocize
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   139
autoheader
5611
85afa3add811 * pango.spec: Add patches to build on Solaris - fix uninstalled.pc and
dc144907
parents: 5534
diff changeset
   140
autoconf
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   141
automake -a -c -f
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   142
./configure $CONFLAGS \
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 72
diff changeset
   143
            --sysconfdir=%{_sysconfdir} \
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   144
	    --enable-gtk-doc
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
   145
make -j $CPUS
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   146
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   147
%install
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   148
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   149
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4215
diff changeset
   150
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   151
cd ../pango-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   152
make install DESTDIR=$RPM_BUILD_ROOT
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   153
cd ../pango-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   154
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   155
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   156
169
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
   157
make DESTDIR=$RPM_BUILD_ROOT install
1507
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   158
install -d $RPM_BUILD_ROOT%{_mandir}/man1
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   159
install -d $RPM_BUILD_ROOT%{_mandir}/man3
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   160
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   161
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man3
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   162
install --mode=0644 %SOURCE3 $RPM_BUILD_ROOT%{_mandir}/man3
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   163
install --mode=0644 %SOURCE4 $RPM_BUILD_ROOT%{_mandir}/man3
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   164
rm $RPM_BUILD_ROOT%{_libdir}/*.la
6740
41b862cfaa4e 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6736
diff changeset
   165
rm $RPM_BUILD_ROOT%{_libdir}/pango/1.5.0/modules/*.la
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   166
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   167
%clean
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   168
rm -rf $RPM_BUILD_ROOT
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   169
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   170
%post
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   171
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 72
diff changeset
   172
%{_bindir}/pango-querymodules > %{_sysconfdir}/pango/pango.modules
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   173
169
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
   174
%postun
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
   175
/sbin/ldconfig
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   176
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   177
%files
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   178
%defattr(-, root, root)
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6913
diff changeset
   179
%{_bindir}/*
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   180
%{_libdir}/pango/*/*/*.so
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   181
%{_libdir}/libpango*-*.so.*
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   182
%{_bindir}/pango-querymodules
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   183
%{_sysconfdir}/pango/*
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1287
diff changeset
   184
%{_mandir}/man1/*
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   185
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   186
%files devel
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   187
%defattr(-, root, root)
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   188
%{_libdir}/libpango*.so
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   189
%{_libdir}/pkgconfig/*.pc
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   190
%{_includedir}/*
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   191
%{_datadir}/gtk-doc/html/pango
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1287
diff changeset
   192
%{_mandir}/man3/*
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   193
169
cc198a6179b3 *** empty log message ***
gman
parents: 156
diff changeset
   194
%changelog
7166
54157429760a 2006-04-28 Damien Carbery <[email protected]>
dc144907
parents: 7148
diff changeset
   195
* Fri Apr 28 2006 - [email protected]
54157429760a 2006-04-28 Damien Carbery <[email protected]>
dc144907
parents: 7148
diff changeset
   196
- Bump to 1.12.2.
54157429760a 2006-04-28 Damien Carbery <[email protected]>
dc144907
parents: 7148
diff changeset
   197
7148
d7c751ee877b 2006-04-27 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   198
* Wed Apr 26 2006 - [email protected]
d7c751ee877b 2006-04-27 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   199
- Bump to 1.12.1.
d7c751ee877b 2006-04-27 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   200
6913
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6856
diff changeset
   201
* Mon Mar 13 2006 - [email protected]
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6856
diff changeset
   202
- Bump to 1.12.0.
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6856
diff changeset
   203
6855
86d1c7529cbf 2006-02-27 Damien Carbery <[email protected]>
dc144907
parents: 6812
diff changeset
   204
* Mon Feb 27 2006 - [email protected]
86d1c7529cbf 2006-02-27 Damien Carbery <[email protected]>
dc144907
parents: 6812
diff changeset
   205
- Bump to 1.11.99.
6856
18eaf840050a 2006-02-27 Damien Carbery <[email protected]>
dc144907
parents: 6855
diff changeset
   206
- Remove upstream patch, 04-void-func.
6855
86d1c7529cbf 2006-02-27 Damien Carbery <[email protected]>
dc144907
parents: 6812
diff changeset
   207
6812
50625baaf6cb 2006-02-22 Damien Carbery <[email protected]>
dc144907
parents: 6805
diff changeset
   208
* Wed Feb 22 2006 - [email protected]
6855
86d1c7529cbf 2006-02-27 Damien Carbery <[email protected]>
dc144907
parents: 6812
diff changeset
   209
- Added patch (04-void-func) to fix #332167 (void func returning value).
6812
50625baaf6cb 2006-02-22 Damien Carbery <[email protected]>
dc144907
parents: 6805
diff changeset
   210
6805
f1bbd5fef7b6 2006-02-21 Damien Carbery <[email protected]>
dc144907
parents: 6740
diff changeset
   211
* Tue Feb 21 2006 - [email protected]
f1bbd5fef7b6 2006-02-21 Damien Carbery <[email protected]>
dc144907
parents: 6740
diff changeset
   212
- Bump to 1.11.6.
f1bbd5fef7b6 2006-02-21 Damien Carbery <[email protected]>
dc144907
parents: 6740
diff changeset
   213
6736
3e46807ada02 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6708
diff changeset
   214
* Mon Feb 13 2006 - [email protected]
3e46807ada02 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6708
diff changeset
   215
- Bump to 1.11.5.
6740
41b862cfaa4e 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6736
diff changeset
   216
- Change path to modules from 1.4.0 to 1.5.0.
6736
3e46807ada02 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6708
diff changeset
   217
6708
5a263c8fb173 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6613
diff changeset
   218
* Tue Jan 31 2006 - [email protected]
5a263c8fb173 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6613
diff changeset
   219
- Bump to 1.11.3.
5a263c8fb173 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6613
diff changeset
   220
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6913
diff changeset
   221
* Tue Jan 17 2006 - [email protected]
6578
592d1a906c1f 2006-01-17 Glynn Foster <[email protected]>
gman
parents: 6412
diff changeset
   222
- Bump to 1.11.2
592d1a906c1f 2006-01-17 Glynn Foster <[email protected]>
gman
parents: 6412
diff changeset
   223
6410
b5148e2068d6 * pango.spec: Bump to 1.11.1.
dc144907
parents: 6296
diff changeset
   224
* Tue Dec 20 2005 - [email protected]
b5148e2068d6 * pango.spec: Bump to 1.11.1.
dc144907
parents: 6296
diff changeset
   225
- Bump to 1.11.1.
b5148e2068d6 * pango.spec: Bump to 1.11.1.
dc144907
parents: 6296
diff changeset
   226
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   227
* Mon Nov 28 2005 - [email protected]
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   228
- prepare for building from CVS snapshots:
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   229
- use a macro for Version
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   230
- fix autotool order, add some more
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   231
- cp mkinstalldirs so that we don't need to add even more autotool foo
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   232
6080
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5611
diff changeset
   233
* Tue Oct 11 2005 - [email protected]
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5611
diff changeset
   234
- Bump to 1.10.1
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5611
diff changeset
   235
5611
85afa3add811 * pango.spec: Add patches to build on Solaris - fix uninstalled.pc and
dc144907
parents: 5534
diff changeset
   236
* Fri Aug 26 2005 - [email protected]
85afa3add811 * pango.spec: Add patches to build on Solaris - fix uninstalled.pc and
dc144907
parents: 5534
diff changeset
   237
- Add patches to build on Solaris - fix uninstalled.pc and configure.in and
85afa3add811 * pango.spec: Add patches to build on Solaris - fix uninstalled.pc and
dc144907
parents: 5534
diff changeset
   238
  aclocal/autoconf.
85afa3add811 * pango.spec: Add patches to build on Solaris - fix uninstalled.pc and
dc144907
parents: 5534
diff changeset
   239
5534
0b582268724d 2005-08-16 Glynn Foster <[email protected]>
gman
parents: 5527
diff changeset
   240
* Tue Aug 16 2005 - [email protected]
0b582268724d 2005-08-16 Glynn Foster <[email protected]>
gman
parents: 5527
diff changeset
   241
- Bump to 1.10.0
0b582268724d 2005-08-16 Glynn Foster <[email protected]>
gman
parents: 5527
diff changeset
   242
5527
c1d5814900d4 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5518
diff changeset
   243
* Mon Aug 15 2005 - [email protected]
c1d5814900d4 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5518
diff changeset
   244
- Bump to 1.9.1
c1d5814900d4 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5518
diff changeset
   245
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   246
* Fri May 06 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   247
- Bump to 1.8.1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   248
4727
18c3c61f4bcb - add pango-05-family-list.diff back to build 25 with several modifications:
fzhang
parents: 4691
diff changeset
   249
* Thu Dec 09 2004 - [email protected]
18c3c61f4bcb - add pango-05-family-list.diff back to build 25 with several modifications:
fzhang
parents: 4691
diff changeset
   250
- add pango-05-family-list.diff back to build 25 with several modifications:
18c3c61f4bcb - add pango-05-family-list.diff back to build 25 with several modifications:
fzhang
parents: 4691
diff changeset
   251
  - check whether enable_native_family is set or not, in order
18c3c61f4bcb - add pango-05-family-list.diff back to build 25 with several modifications:
fzhang
parents: 4691
diff changeset
   252
    to not display korean family name in both de and fr locales
18c3c61f4bcb - add pango-05-family-list.diff back to build 25 with several modifications:
fzhang
parents: 4691
diff changeset
   253
  - create fake face in pango_fc_family_list_faces for missing styles
18c3c61f4bcb - add pango-05-family-list.diff back to build 25 with several modifications:
fzhang
parents: 4691
diff changeset
   254
4691
e000d9eeb517 * Tue Nov 30 2004 - [email protected]
fzhang
parents: 4689
diff changeset
   255
* Tue Nov 30 2004 - [email protected]
4727
18c3c61f4bcb - add pango-05-family-list.diff back to build 25 with several modifications:
fzhang
parents: 4691
diff changeset
   256
- take the patch pango-05-family-list.diff out temporarily 
4691
e000d9eeb517 * Tue Nov 30 2004 - [email protected]
fzhang
parents: 4689
diff changeset
   257
  will integrate it into build 25
e000d9eeb517 * Tue Nov 30 2004 - [email protected]
fzhang
parents: 4689
diff changeset
   258
  
4604
6d85cfcce225 * Mon Nov 22 2004 - [email protected]
fzhang
parents: 4579
diff changeset
   259
* Mon Nov 22 2004 - [email protected]
4727
18c3c61f4bcb - add pango-05-family-list.diff back to build 25 with several modifications:
fzhang
parents: 4691
diff changeset
   260
- add patch pango-05-family-list.diff to fix 6198418
4604
6d85cfcce225 * Mon Nov 22 2004 - [email protected]
fzhang
parents: 4579
diff changeset
   261
      localized font name is needed
6d85cfcce225 * Mon Nov 22 2004 - [email protected]
fzhang
parents: 4579
diff changeset
   262
4529
961b790ce5d1 * Fri Nov 12 2004 - [email protected]
fzhang
parents: 4455
diff changeset
   263
* Fri Nov 12 2004 - [email protected]
961b790ce5d1 * Fri Nov 12 2004 - [email protected]
fzhang
parents: 4455
diff changeset
   264
- add patch pango-04-pua.diff to fix 6192581:
961b790ce5d1 * Fri Nov 12 2004 - [email protected]
fzhang
parents: 4455
diff changeset
   265
      pango should support PUA area.
961b790ce5d1 * Fri Nov 12 2004 - [email protected]
fzhang
parents: 4455
diff changeset
   266
   
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   267
* Fri Oct 29 2004 - [email protected]
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   268
- use $CC64 for the 64-bit build if defined
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   269
4215
fcf6eb6b3c6e * Sun Oct 10 2004 - [email protected]
fzhang
parents: 4133
diff changeset
   270
* Sun Oct 10 2004 - [email protected]
fcf6eb6b3c6e * Sun Oct 10 2004 - [email protected]
fzhang
parents: 4133
diff changeset
   271
- add patch pango-03-disable-script.diff to fix 5098206
fcf6eb6b3c6e * Sun Oct 10 2004 - [email protected]
fzhang
parents: 4133
diff changeset
   272
      Latin font should not be used for ASCII when monospace family.
fcf6eb6b3c6e * Sun Oct 10 2004 - [email protected]
fzhang
parents: 4133
diff changeset
   273
- update patch pango-02-fullwidth-space.diff to fix 5068848
fcf6eb6b3c6e * Sun Oct 10 2004 - [email protected]
fzhang
parents: 4133
diff changeset
   274
      [Cinnabar] Space width problem in gedit, evolution.
fcf6eb6b3c6e * Sun Oct 10 2004 - [email protected]
fzhang
parents: 4133
diff changeset
   275
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   276
* Sat Oct  2 2004 - [email protected]
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   277
- Create 64bit libraries for Solaris
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   278
3660
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   279
* Wed Aug 18 2004 - [email protected]
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   280
- added --enable-gtk-doc.
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   281
3493
cfebb8f25c8e * Fri Aug 06 2004 - <[email protected]>
fzhang
parents: 3476
diff changeset
   282
* Fri Aug 06 2004 - <[email protected]>
cfebb8f25c8e * Fri Aug 06 2004 - <[email protected]>
fzhang
parents: 3476
diff changeset
   283
- Removed pango-01-unihan.diff, 1.4.1 fixes the Unihan issue.
cfebb8f25c8e * Fri Aug 06 2004 - <[email protected]>
fzhang
parents: 3476
diff changeset
   284
3476
a55b62dbeb6c 2004-08-05 Glynn Foster <[email protected]>
gman
parents: 3425
diff changeset
   285
* Thu Aug 05 2004 - [email protected]
a55b62dbeb6c 2004-08-05 Glynn Foster <[email protected]>
gman
parents: 3425
diff changeset
   286
- Bump to 1.4.1
a55b62dbeb6c 2004-08-05 Glynn Foster <[email protected]>
gman
parents: 3425
diff changeset
   287
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   288
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   289
- ported to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   290
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
   291
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
   292
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3235
diff changeset
   293
3235
43f6b59f40b7 * pango.spec: Fix bug 5067780 with the pango-03-fullwidth-space.diff patch
fzhang
parents: 3224
diff changeset
   294
* Thu Jul 01 2004 - <[email protected]>
43f6b59f40b7 * pango.spec: Fix bug 5067780 with the pango-03-fullwidth-space.diff patch
fzhang
parents: 3224
diff changeset
   295
- Added patch pango-03-fullwidth-space.diff to fix bug 5067780,
43f6b59f40b7 * pango.spec: Fix bug 5067780 with the pango-03-fullwidth-space.diff patch
fzhang
parents: 3224
diff changeset
   296
  [Cinnabar] Japanese space chars are corrupt at Sans/Monospace
43f6b59f40b7 * pango.spec: Fix bug 5067780 with the pango-03-fullwidth-space.diff patch
fzhang
parents: 3224
diff changeset
   297
2576
3d0db987170f * add patch pango-01-unihan.diff to fix 5038959
fzhang
parents: 2494
diff changeset
   298
* Wed Mar 28 2004 - <[email protected]>
3d0db987170f * add patch pango-01-unihan.diff to fix 5038959
fzhang
parents: 2494
diff changeset
   299
- add patch pango-01-unihan.diff to fix 5038959
3d0db987170f * add patch pango-01-unihan.diff to fix 5038959
fzhang
parents: 2494
diff changeset
   300
     Unihan issue should be resolved with current language tag
3d0db987170f * add patch pango-01-unihan.diff to fix 5038959
fzhang
parents: 2494
diff changeset
   301
- add patch pango-02-broken-text.diff to fix 5038972
3d0db987170f * add patch pango-01-unihan.diff to fix 5038959
fzhang
parents: 2494
diff changeset
   302
     pango wouldn't render the legacy encoding string
3d0db987170f * add patch pango-01-unihan.diff to fix 5038959
fzhang
parents: 2494
diff changeset
   303
2306
412cb8528467 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   304
* Wed Mar 24 2004 - <[email protected]>
412cb8528467 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   305
- Bump to 1.4.0
412cb8528467 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   306
2177
fa7b0dddcc2a 2004-03-11 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   307
* Thu Mar 11 2004 - <[email protected]>
fa7b0dddcc2a 2004-03-11 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   308
- Bumped to 1.3.6. Remove pua-character patch until it has been properly
fa7b0dddcc2a 2004-03-11 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   309
  created. We're not keeping broken patches around.
fa7b0dddcc2a 2004-03-11 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   310
2118
43aa519513f2 Bumped to pango 1.3.5
mick
parents: 1923
diff changeset
   311
* Tue Mar 02 2004 - <[email protected]>
43aa519513f2 Bumped to pango 1.3.5
mick
parents: 1923
diff changeset
   312
- Bumped to 1.3.5
43aa519513f2 Bumped to pango 1.3.5
mick
parents: 1923
diff changeset
   313
- Removed pango-01-fix_pc.diff, not needed anymore.
43aa519513f2 Bumped to pango 1.3.5
mick
parents: 1923
diff changeset
   314
- Renamed pango-02-pua-character.diff to pango-01-pua-character.diff.
43aa519513f2 Bumped to pango 1.3.5
mick
parents: 1923
diff changeset
   315
1923
d809dbbc257c Bump to 1.3.2, port patches
mattk
parents: 1876
diff changeset
   316
* Tue Feb 24 2004 - <[email protected]>
d809dbbc257c Bump to 1.3.2, port patches
mattk
parents: 1876
diff changeset
   317
- Bump to 1.3.2
d809dbbc257c Bump to 1.3.2, port patches
mattk
parents: 1876
diff changeset
   318
- Re-Marge patch pango-01-fix_pc.diff
d809dbbc257c Bump to 1.3.2, port patches
mattk
parents: 1876
diff changeset
   319
- Port patch pango-02-pua-character.diff from QS, should have been done already
d809dbbc257c Bump to 1.3.2, port patches
mattk
parents: 1876
diff changeset
   320
1507
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   321
* Fri Jan 09 2004 - <[email protected]>
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   322
- add patch to fix a broken .pc file
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   323
- clean up for Solaris builds
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   324
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1287
diff changeset
   325
* Mon Dec 15 2003 - <[email protected]>
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1287
diff changeset
   326
- Updating to 1.3.1 tarball
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1287
diff changeset
   327
1191
e502c6e4bc2e pango.spec: Updating to 1.2.5 from GNOME 2.4.0.
mick
parents: 1157
diff changeset
   328
* Mon Oct 06 2003 - <[email protected]> 1.2.5-1
e502c6e4bc2e pango.spec: Updating to 1.2.5 from GNOME 2.4.0.
mick
parents: 1157
diff changeset
   329
- Updating to 1.2.5 from GNOME 2.4.0.
e502c6e4bc2e pango.spec: Updating to 1.2.5 from GNOME 2.4.0.
mick
parents: 1157
diff changeset
   330
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   331
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   332
- remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   333
801
8eb2618c81ec 2003-07-25 Niall Power <[email protected]>
niall
parents: 800
diff changeset
   334
* Fri Jul 25 2003 - [email protected]
8eb2618c81ec 2003-07-25 Niall Power <[email protected]>
niall
parents: 800
diff changeset
   335
- add XFree86-libs dependency so postinstall script 
8eb2618c81ec 2003-07-25 Niall Power <[email protected]>
niall
parents: 800
diff changeset
   336
  doesn't fail during OS install.
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1287
diff changeset
   337
493
87e2d7b0833f Bumped up pango version to 1.2.3.
mick
parents: 290
diff changeset
   338
* Wed Jul 09 2003 - [email protected]
87e2d7b0833f Bumped up pango version to 1.2.3.
mick
parents: 290
diff changeset
   339
- updated to pango 1.2.3
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1287
diff changeset
   340
19
b4d06e11b331 Added pango.spec and removed 'boring' line from template
stephen
parents:
diff changeset
   341
* Tue May 13 2003 - [email protected]
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 72
diff changeset
   342
- initial Sun release.