libgnomecanvas.spec
author dermotm
Mon, 11 Apr 2005 08:50:58 +0000
changeset 5333 817fa62bc95d
parent 5281 67ebf8abba9e
child 5370 06fd4677e6e3
permissions -rw-r--r--
Incremented release numbers for build 33
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
     1
Name:         libgnomecanvas
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
     2
License:      LGPL
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
     3
Group:        System/Libraries/GNOME
2321
3c7c766af27c 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
     4
Version:      2.6.0
5333
817fa62bc95d Incremented release numbers for build 33
dermotm
parents: 5281
diff changeset
     5
Release:      36
4867
e8cfe7e64783 *.spec (almost): update Vendor and Distribution tags
dermotm
parents: 4860
diff changeset
     6
Distribution: Java Desktop System, Release 3
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 569
diff changeset
     7
Vendor:       Sun Microsystems, Inc.
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
     8
Summary:      Canvas Library for GNOME
2321
3c7c766af27c 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
     9
Source:       http://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/2.6/libgnomecanvas-%{version}.tar.bz2
5277
a24488e36721 2005-03-24 Kieran Colfer <[email protected]>
miles
parents: 5237
diff changeset
    10
Source1:      libgnomecanvas-l10n-po-1.14.tar.bz2
1436
d5027cd20ec6 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1203
diff changeset
    11
Source2:      libgnomecanvas-2.3.gz
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    12
Source3:      l10n-configure.sh
2321
3c7c766af27c 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
    13
Patch1:       libgnomecanvas-01-g11n-potfiles.diff
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
    14
URL:          http://www.gnome.org
44
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
    15
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
    16
Docdir:       %{_defaultdocdir}/doc
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    17
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    18
Prereq:       /sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    19
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    20
%define gtk2_version 2.4.0
1203
b28b013da368 2003-10-06 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
    21
%define libart_lgpl_version 2.3.16
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    22
%define libglade_version 2.3.6
1203
b28b013da368 2003-10-06 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
    23
%define gnome_common_version 2.4.0
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    24
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    25
Requires: gtk2 >= %{gtk2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    26
BuildRequires: gtk2-devel >= %{gtk2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    27
BuildRequires: libart_lgpl-devel >= %{libart_lgpl_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    28
BuildRequires: libglade-devel >= %{libglade_version}
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
    29
BuildRequires: gnome-common >= %{gnome_common_version}
44
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
    30
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
    31
%description
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
    32
libgnomecanvas is an engine for structured graphics that offers a rich
2c9469494f1b Update.
gman
parents: 156
diff changeset
    33
imaging model, high performance rendering, and a powerful, high-level
2c9469494f1b Update.
gman
parents: 156
diff changeset
    34
API. It offers a choice between two rendering back-ends, one based on
2c9469494f1b Update.
gman
parents: 156
diff changeset
    35
Xlib for extremely fast display, and another based on Libart, a 
2c9469494f1b Update.
gman
parents: 156
diff changeset
    36
sophisticated, antialiased, alpha-compositing engine. Applications have
2c9469494f1b Update.
gman
parents: 156
diff changeset
    37
a choice between the Xlib imaging model or a superset of the PostScript
2c9469494f1b Update.
gman
parents: 156
diff changeset
    38
imaging model, depending on the level of graphic sophistication required.
2c9469494f1b Update.
gman
parents: 156
diff changeset
    39
44
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
    40
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    41
%package devel
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
    42
Summary:      Canvas Development Library for GNOME
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    43
Group:        Development/Libraries/GNOME
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
    44
Requires:     %name = %{version}
2c9469494f1b Update.
gman
parents: 156
diff changeset
    45
Requires:     gtk2-devel >= %{gtk2_version}
2c9469494f1b Update.
gman
parents: 156
diff changeset
    46
Requires:     libart_lgpl-devel >= %{libart_lgpl_version}
197
e54e71d72767 2003-05-28 Ghee Teo <[email protected]>
gheet
parents: 196
diff changeset
    47
Requires:     libglade-devel >= %{libglade_version}
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    48
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    49
%description devel
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
    50
libgnomecanvas is an engine for structured graphics that offers a rich
2c9469494f1b Update.
gman
parents: 156
diff changeset
    51
imaging model, high performance rendering, and a powerful, high-level
2c9469494f1b Update.
gman
parents: 156
diff changeset
    52
API. It offers a choice between two rendering back-ends, one based on
2c9469494f1b Update.
gman
parents: 156
diff changeset
    53
Xlib for extremely fast display, and another based on Libart, a 
2c9469494f1b Update.
gman
parents: 156
diff changeset
    54
sophisticated, antialiased, alpha-compositing engine. Applications have
2c9469494f1b Update.
gman
parents: 156
diff changeset
    55
a choice between the Xlib imaging model or a superset of the PostScript
2c9469494f1b Update.
gman
parents: 156
diff changeset
    56
imaging model, depending on the level of graphic sophistication required.
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    57
44
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
    58
%prep
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
    59
%setup -q
1587
0192f7b28ff4 2004-02-06 Niall Power - <[email protected]>
niall
parents: 1543
diff changeset
    60
%patch1 -p1
44
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
    61
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1436
diff changeset
    62
bzcat %SOURCE1 | tar xvf -
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    63
bash -x %SOURCE3
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    64
44
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
    65
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    66
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    67
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    68
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    69
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    70
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    71
  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
    72
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    73
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    74
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    75
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    76
1587
0192f7b28ff4 2004-02-06 Niall Power - <[email protected]>
niall
parents: 1543
diff changeset
    77
libtoolize --force
0192f7b28ff4 2004-02-06 Niall Power - <[email protected]>
niall
parents: 1543
diff changeset
    78
aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros -I .
0192f7b28ff4 2004-02-06 Niall Power - <[email protected]>
niall
parents: 1543
diff changeset
    79
autoheader
0192f7b28ff4 2004-02-06 Niall Power - <[email protected]>
niall
parents: 1543
diff changeset
    80
automake -a -c -f
0192f7b28ff4 2004-02-06 Niall Power - <[email protected]>
niall
parents: 1543
diff changeset
    81
autoconf
0192f7b28ff4 2004-02-06 Niall Power - <[email protected]>
niall
parents: 1543
diff changeset
    82
256
63dd5083dc29 *** empty log message ***
mattk
parents: 197
diff changeset
    83
CFLAGS="$RPM_OPT_FLAGS -L../libgnomecanvas/.libs"				\
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
    84
./configure --prefix=%{_prefix}			\
2c9469494f1b Update.
gman
parents: 156
diff changeset
    85
	    --sysconfdir=%{_sysconfdir}		\
3660
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
    86
	    --mandir=%{_mandir} \
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
    87
		--enable-gtk-doc
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
    88
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    89
make -j $CPUS
44
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
    90
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
    91
%install
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
    92
make DESTDIR=$RPM_BUILD_ROOT install
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1436
diff changeset
    93
install -d $RPM_BUILD_ROOT%{_mandir}/man3
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1436
diff changeset
    94
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man3
1436
d5027cd20ec6 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1203
diff changeset
    95
#Copy zh_HK from zh_TW
d5027cd20ec6 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1203
diff changeset
    96
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1436
diff changeset
    97
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1436
diff changeset
    98
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    99
rm $RPM_BUILD_ROOT%{_libdir}/libglade/2.0/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   100
rm $RPM_BUILD_ROOT%{_libdir}/libglade/2.0/*.la
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   101
rm $RPM_BUILD_ROOT%{_libdir}/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   102
rm $RPM_BUILD_ROOT%{_libdir}/*.la
1436
d5027cd20ec6 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1203
diff changeset
   103
                                                                                                                                                             
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
   104
%clean
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
   105
rm -rf $RPM_BUILD_ROOT
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
   106
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
   107
%post
2c9469494f1b Update.
gman
parents: 156
diff changeset
   108
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
   109
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
   110
%postun
2c9469494f1b Update.
gman
parents: 156
diff changeset
   111
/sbin/ldconfig
44
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
   112
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
   113
%files
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   114
%{_libdir}/libgnomecanvas*.so.*
192
2c9469494f1b Update.
gman
parents: 156
diff changeset
   115
%{_libdir}/libglade/2.0/libcanvas*so*
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
   116
%{_datadir}/locale/*/LC_MESSAGES/libgnomecanvas-2.0.mo
44
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
   117
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
   118
%files devel
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   119
%{_libdir}/libgnomecanvas*.so
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
   120
%{_libdir}/pkgconfig/*.pc
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
   121
%{_includedir}/*
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
   122
%{_datadir}/gtk-doc/html/libgnomecanvas
1436
d5027cd20ec6 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1203
diff changeset
   123
%{_mandir}/man3/*
44
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
   124
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
   125
%changelog
3660
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   126
* Wed Aug 18 2004 - [email protected]
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   127
- added --enable-gtk-doc.
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   128
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   129
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   130
- Updated l10n content to libgnomecanvas-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   131
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   132
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   133
- port to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   134
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   135
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   136
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   137
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   138
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   139
- Updated l10n content to libgnomecanvas-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   140
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2321
diff changeset
   141
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2321
diff changeset
   142
- Updated l10n content to libgnomecanvas-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2321
diff changeset
   143
2321
3c7c766af27c 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   144
* Wed Mar 24 2004 - <[email protected]>
3c7c766af27c 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   145
- Bump to 2.6.0, removing the uninstalled pc
3c7c766af27c 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   146
  patch.
3c7c766af27c 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   147
1850
d759ea128d28 Bump to 2.5.4
mattk
parents: 1609
diff changeset
   148
* Fri Feb 20 2004 - <[email protected]>
d759ea128d28 Bump to 2.5.4
mattk
parents: 1609
diff changeset
   149
- Bump to 2.5.4, l10n to 0.8
d759ea128d28 Bump to 2.5.4
mattk
parents: 1609
diff changeset
   150
- Ported potfiles patch
d759ea128d28 Bump to 2.5.4
mattk
parents: 1609
diff changeset
   151
1587
0192f7b28ff4 2004-02-06 Niall Power - <[email protected]>
niall
parents: 1543
diff changeset
   152
* Fri Feb 06 2004 - <[email protected]>
0192f7b28ff4 2004-02-06 Niall Power - <[email protected]>
niall
parents: 1543
diff changeset
   153
- Add patch to create an -uninstelled.pc pkgconfig
0192f7b28ff4 2004-02-06 Niall Power - <[email protected]>
niall
parents: 1543
diff changeset
   154
  file
0192f7b28ff4 2004-02-06 Niall Power - <[email protected]>
niall
parents: 1543
diff changeset
   155
- autotoolize the build stage
0192f7b28ff4 2004-02-06 Niall Power - <[email protected]>
niall
parents: 1543
diff changeset
   156
1436
d5027cd20ec6 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1203
diff changeset
   157
* Mon Dec 15 2003 - <[email protected]>
d5027cd20ec6 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1203
diff changeset
   158
- Bump to 2.5.1, and port manpages/patches.
d5027cd20ec6 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1203
diff changeset
   159
1203
b28b013da368 2003-10-06 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   160
* Mon Oct 06 2003 - <[email protected]>
b28b013da368 2003-10-06 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   161
- Updated to 2.4.0 for Quicksilver
b28b013da368 2003-10-06 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   162
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   163
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   164
- move lib*.so to -devel, remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   165
508
b9f97246b3fa Adding in Sun .po files
mick
parents: 290
diff changeset
   166
* Wed Jul 09 2003 - <[email protected]>
b9f97246b3fa Adding in Sun .po files
mick
parents: 290
diff changeset
   167
- add in sun po files
b9f97246b3fa Adding in Sun .po files
mick
parents: 290
diff changeset
   168
44
85987af00612 new file libgnomecanvas.spec
stephen
parents:
diff changeset
   169
* Tue May 13 2003 - [email protected]
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 44
diff changeset
   170
- initial Sun release