cairo.spec
author dcarbery
Mon, 23 Oct 2006 12:46:17 +0000
branchgnome-2-14
changeset 19195 352a4716f1f3
parent 7445 e6a8dda3cb88
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:
5525
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     1
#
5550
5e0e32db6d0c 2005-08-16 Laszlo Peter <[email protected]>
laca
parents: 5549
diff changeset
     2
# Copyright (c) 2005 Sun Microsystems, Inc.
5525
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     3
# This file and all modifications and additions to the pristine
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     4
# package are under the same license as the package itself.
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     5
#
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     6
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     7
Name:         cairo
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     8
License:      LGPL
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     9
Group:        System/Libraries
6186
9c7b302cef1a * brltty.spec: Bump to 3.7.
dc144907
parents: 6173
diff changeset
    10
Version:      1.0.2
7421
d6ca71648198 2006-06-09 Erwann Chenede - <[email protected]>
erwannc
parents: 6186
diff changeset
    11
Release:      5
5525
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    12
Distribution: Java Desktop System
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    13
Vendor:	      Sun Microsystems, Inc.
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    14
Summary:      Vector graphics library
6095
9b5695a63003 2005-10-13 Laszlo Peter <[email protected]>
laca
parents: 5844
diff changeset
    15
Source:       http://cairographics.org/releases/%{name}-%{version}.tar.gz
5525
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    16
Patch1:       cairo-01-uninstalled-pc.diff
6173
73eb538e363e 2005-10-25 Brian Cameron <[email protected]>
bc99092
parents: 6095
diff changeset
    17
Patch2:       cairo-02-buggyx.diff
7421
d6ca71648198 2006-06-09 Erwann Chenede - <[email protected]>
erwannc
parents: 6186
diff changeset
    18
Patch3:       cairo-03-8bit-fix.diff
7445
e6a8dda3cb88 2006-06-14 Yandong Yao <[email protected]>
yy154373
parents: 7421
diff changeset
    19
Patch4:       cairo-04-g11n-0x0glyph-fix.diff
5525
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    20
URL:          http://www.cairographics.org
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    21
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    22
Docdir:       %{_defaultdocdir}
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    23
Autoreqprov:  on
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    24
Prereq:       /sbin/ldconfig
5549
6b90aef98870 2005-08-16 Laszlo Peter <[email protected]>
laca
parents: 5527
diff changeset
    25
Requires:     freetype2
6b90aef98870 2005-08-16 Laszlo Peter <[email protected]>
laca
parents: 5527
diff changeset
    26
BuildRequires:freetype2-devel
6b90aef98870 2005-08-16 Laszlo Peter <[email protected]>
laca
parents: 5527
diff changeset
    27
Requires:     fontconfig
6b90aef98870 2005-08-16 Laszlo Peter <[email protected]>
laca
parents: 5527
diff changeset
    28
BuildRequires:fontconfig-devel
5525
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    29
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    30
%description
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    31
Cairo is a vector graphics library with cross-device output
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    32
support. Currently supported output targets include the X Window
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    33
System and in-memory image buffers. Cairo is designed to produce 
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    34
identical output on all output media while taking advantage of 
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    35
display hardware acceleration when available (eg. through the 
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    36
X Render Extension).
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    37
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    38
Cairo provides a stateful user-level API with capabilities similar to
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    39
the PDF 1.4 imaging model. Cairo provides operations including
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    40
stroking and filling Bezier cubic splines, transforming and
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    41
compositing translucent images, and antialiased text rendering.
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    42
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    43
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    44
%package devel
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    45
Summary:      Vector graphics library
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    46
Group:        Development/Libraries
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    47
Requires:     %{name} = %{version}
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    48
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    49
%description devel
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    50
Cairo is a vector graphics library with cross-device output
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    51
support. Currently supported output targets include the X Window
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    52
System and in-memory image buffers. Cairo is designed to produce
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    53
identical output on all output media while taking advantage of
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    54
display hardware acceleration when available (eg. through the
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    55
X Render Extension).
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    56
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    57
Cairo provides a stateful user-level API with capabilities similar to
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    58
the PDF 1.4 imaging model. Cairo provides operations including
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    59
stroking and filling Bezier cubic splines, transforming and
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    60
compositing translucent images, and antialiased text rendering.
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    61
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    62
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    63
%prep
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    64
%setup -q
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    65
%patch1 -p1
6173
73eb538e363e 2005-10-25 Brian Cameron <[email protected]>
bc99092
parents: 6095
diff changeset
    66
%patch2 -p1
7421
d6ca71648198 2006-06-09 Erwann Chenede - <[email protected]>
erwannc
parents: 6186
diff changeset
    67
%patch3 -p1
7445
e6a8dda3cb88 2006-06-14 Yandong Yao <[email protected]>
yy154373
parents: 7421
diff changeset
    68
%patch4 -p1
5525
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    69
5615
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    70
%ifos solaris
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    71
%ifarch amd64 sparcv9
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    72
cd ..
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    73
cp -rp %{name}-%{version} %{name}-%{version}-64
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    74
%endif
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    75
%endif
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    76
5525
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    77
%build
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    78
%ifos linux
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    79
if [ -x /usr/bin/getconf ]; then
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    80
  CPUS=`getconf _NPROCESSORS_ONLN`
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    81
fi
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    82
%else
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    83
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    84
%endif
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    85
if test "x$CPUS" = "x" -o $CPUS = 0; then
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    86
  CPUS=1
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    87
fi
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    88
5615
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    89
%ifos solaris
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    90
%ifarch amd64 sparcv9
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    91
CPUS=$(($CPUS*4))
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    92
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    93
cd ../%name-%version-64
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    94
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    95
export CFLAGS="$CFLAGS64"
5616
e0b9d2be46ec *** empty log message ***
laca
parents: 5615
diff changeset
    96
export RPM_OPT_FLAGS="$CFLAGS"
5615
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    97
export LDFLAGS="$LDFLAGS64"
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    98
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH64"
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
    99
export CC=${CC64:-$CC}
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   100
save_PATH="$PATH"
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   101
ccdir=`dirname $CC`
5749
9400ce99315c 2005-09-06 Laszlo Peter <[email protected]>
laca
parents: 5616
diff changeset
   102
# pwd was added so the fake freetype-config created in SUNWgnome-base-libs.spec
9400ce99315c 2005-09-06 Laszlo Peter <[email protected]>
laca
parents: 5616
diff changeset
   103
# is picked up instead of the one in /usr/sfw/bin which adds the wrong
9400ce99315c 2005-09-06 Laszlo Peter <[email protected]>
laca
parents: 5616
diff changeset
   104
# -L and -R flags
9400ce99315c 2005-09-06 Laszlo Peter <[email protected]>
laca
parents: 5616
diff changeset
   105
export PATH=`pwd`:$ccdir:$PATH
5615
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   106
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   107
autoconf
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   108
CFLAGS="$RPM_OPT_FLAGS" \
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   109
  ./configure \
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   110
    --prefix=%{_prefix} \
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   111
    --libdir=%{_libdir}/%{_arch64} \
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   112
    --disable-gtk-doc
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   113
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   114
make -j $CPUS
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   115
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   116
cd ../%name-%version
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   117
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   118
export CFLAGS="$CFLAGS32"
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   119
export RPM_OPT_FLAGS="$CFLAGS"
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   120
export LDFLAGS="$LDFLAGS32"
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   121
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH32"
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   122
export CC=${CC32:-$CC}
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   123
export PATH="$save_PATH"
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   124
%endif
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   125
%endif
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   126
5525
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   127
autoconf
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   128
CFLAGS="$RPM_OPT_FLAGS" \
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   129
  ./configure \
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   130
    --prefix=%{_prefix} \
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   131
    --libdir=%{_libdir}
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   132
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   133
make -j $CPUS
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   134
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   135
%install
5615
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   136
%ifos solaris
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   137
%ifarch amd64 sparcv9
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   138
cd ../%name-%version-64
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   139
make install DESTDIR=$RPM_BUILD_ROOT
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   140
rm $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/*.a
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   141
rm $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/*.la
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   142
cd ../%name-%version
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   143
%endif
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   144
%endif
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   145
5525
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   146
make install DESTDIR=$RPM_BUILD_ROOT
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   147
rm $RPM_BUILD_ROOT%{_libdir}/*.a
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   148
rm $RPM_BUILD_ROOT%{_libdir}/*.la
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   149
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   150
%clean
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   151
rm -rf $RPM_BUILD_ROOT
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   152
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   153
%post
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   154
/sbin/ldconfig
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   155
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   156
%postun
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   157
/sbin/ldconfig
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   158
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   159
%files
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   160
%defattr(-,root,root)
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   161
%{_libdir}/*.so.*
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   162
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   163
%files devel
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   164
%defattr(-,root,root)
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   165
%doc AUTHORS ChangeLog COPYING NEWS README TODO
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   166
%{_includedir}/*
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   167
%{_libdir}/*.so
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   168
%{_datadir}/gtk-doc/*
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   169
%{_libdir}/pkgconfig/*
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   170
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   171
%changelog
7445
e6a8dda3cb88 2006-06-14 Yandong Yao <[email protected]>
yy154373
parents: 7421
diff changeset
   172
* Wed Jun 14 2006  [email protected]
e6a8dda3cb88 2006-06-14 Yandong Yao <[email protected]>
yy154373
parents: 7421
diff changeset
   173
- Fix bug 6434250: cairo will crash when access 0x0 bitmap image glyph
e6a8dda3cb88 2006-06-14 Yandong Yao <[email protected]>
yy154373
parents: 7421
diff changeset
   174
  Add patch cairo-04-g11n-0x0glyph-fix.diff
e6a8dda3cb88 2006-06-14 Yandong Yao <[email protected]>
yy154373
parents: 7421
diff changeset
   175
6186
9c7b302cef1a * brltty.spec: Bump to 3.7.
dc144907
parents: 6173
diff changeset
   176
* Wed Oct 26 2005  [email protected]
9c7b302cef1a * brltty.spec: Bump to 3.7.
dc144907
parents: 6173
diff changeset
   177
- Bumped to 1.0.2.
9c7b302cef1a * brltty.spec: Bump to 3.7.
dc144907
parents: 6173
diff changeset
   178
6173
73eb538e363e 2005-10-25 Brian Cameron <[email protected]>
bc99092
parents: 6095
diff changeset
   179
* Tue Oct 25 2005  [email protected]
73eb538e363e 2005-10-25 Brian Cameron <[email protected]>
bc99092
parents: 6095
diff changeset
   180
- Add patch 2 to workaround the buggy Xserver shipped with
73eb538e363e 2005-10-25 Brian Cameron <[email protected]>
bc99092
parents: 6095
diff changeset
   181
  Solaris 10.  This fixes the problem that the background
73eb538e363e 2005-10-25 Brian Cameron <[email protected]>
bc99092
parents: 6095
diff changeset
   182
  would not get repainted when you would move an icon, view
73eb538e363e 2005-10-25 Brian Cameron <[email protected]>
bc99092
parents: 6095
diff changeset
   183
  the root menu, etc.  The same workaround is used in the
73eb538e363e 2005-10-25 Brian Cameron <[email protected]>
bc99092
parents: 6095
diff changeset
   184
  code to resolve this problem on other platforms using an
73eb538e363e 2005-10-25 Brian Cameron <[email protected]>
bc99092
parents: 6095
diff changeset
   185
  Xorg server older than 2.8.2 (we use 2.8.0 on Solaris 10).
73eb538e363e 2005-10-25 Brian Cameron <[email protected]>
bc99092
parents: 6095
diff changeset
   186
5844
f23a62e80b24 2005-09-13 Brian Cameron <[email protected]>
bc99092
parents: 5749
diff changeset
   187
* Tue Sep 13 2005  [email protected]
f23a62e80b24 2005-09-13 Brian Cameron <[email protected]>
bc99092
parents: 5749
diff changeset
   188
- Bumped to 1.0.0
f23a62e80b24 2005-09-13 Brian Cameron <[email protected]>
bc99092
parents: 5749
diff changeset
   189
5615
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   190
* Fri Aug 26 2005  [email protected]
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   191
- add 64-bit bits
698874d21952 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5558
diff changeset
   192
5549
6b90aef98870 2005-08-16 Laszlo Peter <[email protected]>
laca
parents: 5527
diff changeset
   193
* Tue Aug 16 2005  [email protected]
6b90aef98870 2005-08-16 Laszlo Peter <[email protected]>
laca
parents: 5527
diff changeset
   194
- add some missing dependencies
6b90aef98870 2005-08-16 Laszlo Peter <[email protected]>
laca
parents: 5527
diff changeset
   195
5527
c1d5814900d4 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5525
diff changeset
   196
* Mon Aug 15 2005  [email protected]
c1d5814900d4 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5525
diff changeset
   197
- Bump to 0.9.2
c1d5814900d4 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5525
diff changeset
   198
5525
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   199
* Mon Feb 28 2004  [email protected]
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   200
- Add patch 01 so that we can build libsvg and libsvg-cairo.
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   201
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   202
* Tue Feb 22 2004  [email protected]
02a64350f03a 2005-08-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   203
- created