librsvg.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8564 df62c23d2955
child 9104 d22fe5ff24b7
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
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 librsvg
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
#
8564
df62c23d2955 assign owners to spec files
laca
parents: 8501
diff changeset
     8
# Owner: alo
df62c23d2955 assign owners to spec files
laca
parents: 8501
diff changeset
     9
#
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    10
Name:         librsvg
208
531e66ef3e23 *** empty log message ***
gman
parents: 156
diff changeset
    11
License:      LGPL
531e66ef3e23 *** empty log message ***
gman
parents: 156
diff changeset
    12
Group:        System/Libraries/GNOME
8496
892eec3cfa2c 2006-11-02 Damien Carbery <[email protected]>
dcarbery
parents: 8029
diff changeset
    13
Version:      2.16.1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    14
Release:      1 
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    15
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    16
Vendor:       Sun Microsystems, Inc.
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    17
Summary:      Library for SVG support for GNOME
8029
25aa1a932128 2006-08-31 Damien Carbery <[email protected]>
dc144907
parents: 7811
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.16/librsvg-%{version}.tar.bz2
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
    19
Source1:      rsvg.1.gz
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
    20
Source2:      librsvg-2.3.gz
6629
ad90ca8f5a7c * librsvg.spec: Add patch, 01-no-def-file, so as not to use .def file,
dc144907
parents: 6564
diff changeset
    21
Patch1:       librsvg-01-no-def-file.diff
7599
de0aa8639408 2006-07-10 Brian Cameron <[email protected]>
bc99092
parents: 6994
diff changeset
    22
Patch2:       librsvg-02-fixfunc.diff
208
531e66ef3e23 *** empty log message ***
gman
parents: 156
diff changeset
    23
URL:          http://www.gnome.org
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    24
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    25
Docdir:       %{_docdir}/librsvg
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    26
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    27
Prereq:       /sbin/ldconfig
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    28
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    29
%define libxml2_version 2.6.7
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    30
%define gtk2_version 2.4.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    31
%define freetype2_version 2.1.7
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    32
%define popt_version 1.7
1224
354938e9fedd * librsvg.spec: update to 2.4.0
re
parents: 1195
diff changeset
    33
%define libart_version 2.3.16
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    34
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    35
Requires:      libxml2 >= %{libxml2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    36
Requires:      gtk2 >= %{gtk2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    37
Requires:      freetype2 >= %{freetype2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    38
Requires:      popt >= %{popt_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    39
Requires:      libart_lgpl >= %{libart_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    40
Requires:      libpng
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    41
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    42
BuildRequires: libxml2-devel >= %{libxml2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    43
BuildRequires: gtk2-devel >= %{gtk2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    44
BuildRequires: freetype2-devel >= %{freetype2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    45
BuildRequires: popt >= %{popt_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    46
BuildRequires: libart_lgpl-devel >= %{libart_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    47
BuildRequires: libpng-devel
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    48
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    49
%description
208
531e66ef3e23 *** empty log message ***
gman
parents: 156
diff changeset
    50
librsvg provides SVG support for GNOME
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    51
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    52
%package devel
208
531e66ef3e23 *** empty log message ***
gman
parents: 156
diff changeset
    53
Summary:      Development Library for SVG support for GNOME
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    54
Group:        Development/Libraries/GNOME
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    55
Requires:     %{name} = %{version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    56
Requires:     libxml2-devel >= %{libxml2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    57
Requires:     gtk2-devel >= %{gtk2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    58
Requires:     freetype2-devel >= %{freetype2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    59
Requires:     libart_lgpl-devel >= %{libart_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    60
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    61
%description devel
208
531e66ef3e23 *** empty log message ***
gman
parents: 156
diff changeset
    62
librsvg provides SVG support for GNOME
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    63
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    64
%prep
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
    65
%setup -q
6629
ad90ca8f5a7c * librsvg.spec: Add patch, 01-no-def-file, so as not to use .def file,
dc144907
parents: 6564
diff changeset
    66
%patch1 -p1
7599
de0aa8639408 2006-07-10 Brian Cameron <[email protected]>
bc99092
parents: 6994
diff changeset
    67
%patch2 -p1
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    68
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
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
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3731
diff changeset
    75
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    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
1701
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
    81
libtoolize --force
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    82
aclocal $ACLOCAL_FLAGS -I .
1701
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
    83
autoheader
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
    84
automake -a -c -f
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
    85
autoconf
208
531e66ef3e23 *** empty log message ***
gman
parents: 156
diff changeset
    86
CFLAGS="$RPM_OPT_FLAGS"			\
531e66ef3e23 *** empty log message ***
gman
parents: 156
diff changeset
    87
./configure --prefix=%{_prefix}		\
3731
57d34410a4f9 Corrected --with-html-doc so it uses %{_datadir}
bc99092
parents: 3713
diff changeset
    88
	    --sysconfdir=%{_sysconfdir} \
208
531e66ef3e23 *** empty log message ***
gman
parents: 156
diff changeset
    89
	    --mandir=%{_mandir}		\
8501
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8496
diff changeset
    90
	    %{gtk_doc_option}           \
3731
57d34410a4f9 Corrected --with-html-doc so it uses %{_datadir}
bc99092
parents: 3713
diff changeset
    91
	    --with-html-dir=%{_datadir}/gtk-doc/html/librsvg
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    92
make -j $CPUS
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    93
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    94
%install
208
531e66ef3e23 *** empty log message ***
gman
parents: 156
diff changeset
    95
make DESTDIR=$RPM_BUILD_ROOT install
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
    96
install -d $RPM_BUILD_ROOT%{_mandir}/man1
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
    97
install -d $RPM_BUILD_ROOT%{_mandir}/man3
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
    98
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
    99
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man3
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   100
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   101
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.la
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   102
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   103
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/*.la
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   104
rm $RPM_BUILD_ROOT%{_libdir}/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   105
rm $RPM_BUILD_ROOT%{_libdir}/*.la
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   106
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   107
%clean
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   108
rm -rf $RPM_BUILD_ROOT
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   109
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   110
%post
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   111
/sbin/ldconfig
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   112
mkdir -p %{_sysconfdir}/gtk-2.0
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   113
gdk-pixbuf-query-loaders > %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   114
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   115
%postun
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   116
/sbin/ldconfig
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   117
gdk-pixbuf-query-loaders > %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   118
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   119
%files
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   120
%defattr(-, root, root)
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   121
%{_libdir}/*.so.*
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   122
%{_libdir}/gtk-2.0/*/engines/libsvg.so
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   123
%{_libdir}/gtk-2.0/*/loaders/svg_loader.so
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   124
%{_bindir}
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   125
%{_mandir}/man1/*
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   126
%{_mandir}/man3/*
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   127
%{_datadir}/pixmaps
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   128
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   129
%files devel
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   130
%defattr(-, root, root)
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   131
%{_libdir}/*.so
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   132
%{_libdir}/pkgconfig/*.pc
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   133
%{_includedir}/librsvg-2
3660
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   134
%{_datadir}/gtk-doc/html/librsvg
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   135
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   136
%changelog
8501
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8496
diff changeset
   137
* Fri Nov  3 2006 - [email protected]
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8496
diff changeset
   138
- use %gtk_doc_option in configure so that it can be disabled using
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8496
diff changeset
   139
  --without-gtk-doc
8496
892eec3cfa2c 2006-11-02 Damien Carbery <[email protected]>
dcarbery
parents: 8029
diff changeset
   140
* Fri Nov 03 2006 - [email protected]
892eec3cfa2c 2006-11-02 Damien Carbery <[email protected]>
dcarbery
parents: 8029
diff changeset
   141
- Bump to 2.16.1.
8029
25aa1a932128 2006-08-31 Damien Carbery <[email protected]>
dc144907
parents: 7811
diff changeset
   142
* Thu Aug 31 2006 - [email protected]
25aa1a932128 2006-08-31 Damien Carbery <[email protected]>
dc144907
parents: 7811
diff changeset
   143
- Bump to 2.16.0.
7811
1b6a4a331de9 2006-07-28 Dermot McCluskey - Sunsoft CDE <[email protected]>
dermotm
parents: 7599
diff changeset
   144
* Fri Jul 28 2006 - [email protected]
1b6a4a331de9 2006-07-28 Dermot McCluskey - Sunsoft CDE <[email protected]>
dermotm
parents: 7599
diff changeset
   145
- Bump to 2.15.90.
7599
de0aa8639408 2006-07-10 Brian Cameron <[email protected]>
bc99092
parents: 6994
diff changeset
   146
* Mon Jul 10 2006 - [email protected]
de0aa8639408 2006-07-10 Brian Cameron <[email protected]>
bc99092
parents: 6994
diff changeset
   147
- Bump to 2.14.4.  Add patch to redefine __PRETTY_FUNCTION__ to
de0aa8639408 2006-07-10 Brian Cameron <[email protected]>
bc99092
parents: 6994
diff changeset
   148
  __func__ so it compiles on Solaris.
6994
67e703641e0b 2006-04-03 Damien Carbery <[email protected]>
dc144907
parents: 6908
diff changeset
   149
* Mon Apr 03 2006 - [email protected]
67e703641e0b 2006-04-03 Damien Carbery <[email protected]>
dc144907
parents: 6908
diff changeset
   150
- Bump to 2.14.3.
6908
1b49876a682d 2006-03-10 Damien Carbery <[email protected]>
dc144907
parents: 6865
diff changeset
   151
* Sun Mar 12 2006 - [email protected]
1b49876a682d 2006-03-10 Damien Carbery <[email protected]>
dc144907
parents: 6865
diff changeset
   152
- Bump to 2.14.2.
6865
9d17d5a13a31 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6851
diff changeset
   153
* Tue Feb 28 2006 - [email protected]
9d17d5a13a31 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6851
diff changeset
   154
- Bump to 2.14.1.
6851
c7d3b36377a4 2006-02-26 Damien Carbery <[email protected]>
dc144907
parents: 6736
diff changeset
   155
* Sun Feb 26 2006 - [email protected]
c7d3b36377a4 2006-02-26 Damien Carbery <[email protected]>
dc144907
parents: 6736
diff changeset
   156
- Bump to 2.14.0.
6736
3e46807ada02 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6725
diff changeset
   157
* Mon Feb 13 2006 - [email protected]
3e46807ada02 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6725
diff changeset
   158
- Bump to 2.13.93.
6725
cd8400ceb59a 2006-02-08 Damien Carbery <[email protected]>
dc144907
parents: 6629
diff changeset
   159
* Wed Feb  8 2006 - [email protected]
cd8400ceb59a 2006-02-08 Damien Carbery <[email protected]>
dc144907
parents: 6629
diff changeset
   160
- Bump to 2.13.92.
6629
ad90ca8f5a7c * librsvg.spec: Add patch, 01-no-def-file, so as not to use .def file,
dc144907
parents: 6564
diff changeset
   161
* Fri Jan 20 2006 - [email protected]
ad90ca8f5a7c * librsvg.spec: Add patch, 01-no-def-file, so as not to use .def file,
dc144907
parents: 6564
diff changeset
   162
- Add patch, 01-no-def-file, so as not to use .def file, to build on Solaris.
6564
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6542
diff changeset
   163
* Sun Jan 15 2006 - [email protected]
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6542
diff changeset
   164
- Bump to 2.13.5
6542
811e3fa5b6b8 * librsvg.spec: Remove patch, 01-rsvg-text-void-ret, as the code
dc144907
parents: 6464
diff changeset
   165
* Mon Jan 09 2006 - [email protected]
811e3fa5b6b8 * librsvg.spec: Remove patch, 01-rsvg-text-void-ret, as the code
dc144907
parents: 6464
diff changeset
   166
- Remove patch, 01-rsvg-text-void-ret, as the code referenced is gone.
6464
7f0a1deef016 * librsvg.spec: Bump to 2.13.3.
dc144907
parents: 6111
diff changeset
   167
* Tue Jan 03 2006 - [email protected]
7f0a1deef016 * librsvg.spec: Bump to 2.13.3.
dc144907
parents: 6111
diff changeset
   168
- Bump to 2.13.3.
5564
d324f371b995 * openh323.spec: Remove Speex references. speex.spec used instead.
dc144907
parents: 5518
diff changeset
   169
* Tue Aug 23 2005 - [email protected]
5573
675fbc71df68 * librsvg.spec: Add mozilla build dependency so that plugins build.
dc144907
parents: 5564
diff changeset
   170
- Add mozilla build dependency so that mozilla/plugins build.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   171
* Tue Jun 14 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   172
- added patch from HEAD for void functions returning values (breaks the build
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   173
  with Forte)
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   174
* Thu May 19 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   175
- ported to 2.9.5
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   176
* Thu Oct 28 2004 - [email protected]
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   177
- Add rsvg.1, librsvg-2.3 man pages
3731
57d34410a4f9 Corrected --with-html-doc so it uses %{_datadir}
bc99092
parents: 3713
diff changeset
   178
* Tue Aug 24 2004 - [email protected]
57d34410a4f9 Corrected --with-html-doc so it uses %{_datadir}
bc99092
parents: 3713
diff changeset
   179
- Corrected --with-html-dir so it uses %{_datadir}.
3713
1398a362675e /usr/share/doc removed from file list
lk86177
parents: 3687
diff changeset
   180
* Tue Aug 24 2004 - [email protected]
1398a362675e /usr/share/doc removed from file list
lk86177
parents: 3687
diff changeset
   181
- removed /usr/share/doc from file list
3687
381bd0db35c4 2004-08-23 Niall Power <[email protected]>
niall
parents: 3679
diff changeset
   182
* Wed Aug 18 2004 - [email protected]
3660
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   183
- added patch 2 to fix gtk-doc building.  added --enable-gtk-doc.
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   184
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   185
- ported to rpm4
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   186
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   187
- added "-j $CPUS" to make to speed up builds
1845
0a1d6acd4441 Updated Distro
mattk
parents: 1701
diff changeset
   188
* Fri Feb 20 2004 - <[email protected]>
0a1d6acd4441 Updated Distro
mattk
parents: 1701
diff changeset
   189
- Updated Distro
1701
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   190
* Thu Feb 12 2004 - <[email protected]>
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   191
- added a -uninstalled.pc file patch.
f06706f08977 2004-02-16 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   192
- autotoolize the build stage
1450
552203282240 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1224
diff changeset
   193
* Tue Dec 16 2003 - <[email protected]>
552203282240 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1224
diff changeset
   194
- Update to 2.5.0
1224
354938e9fedd * librsvg.spec: update to 2.4.0
re
parents: 1195
diff changeset
   195
* Fri Oct 10 2003 - <[email protected]>
354938e9fedd * librsvg.spec: update to 2.4.0
re
parents: 1195
diff changeset
   196
- update to 2.4.0
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   197
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   198
- remove *.a, *.la
100
f06beaab2f2a 2003-05-14 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   199
* Tue May 13 2003 - [email protected]
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 100
diff changeset
   200
- Initial Sun release