base-specs/libgnomecanvas.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16430 1630b44703c8
child 17793 208207fdc93f
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package libgnomecanvas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16430
diff changeset
     8
%define owner erwannc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16430
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15424
diff changeset
    10
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15424
diff changeset
    11
%define OSR gnome.org:0
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15424
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         libgnomecanvas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
License:      LGPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        System/Libraries/GNOME
15424
ebdd5add8836 * base-specs/libglade.spec: Bump to 2.6.4.
davelam
parents: 15087
diff changeset
    16
Version:      2.26.0
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Release:      2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Vendor:       Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:      Canvas Library for GNOME
15424
ebdd5add8836 * base-specs/libglade.spec: Bump to 2.6.4.
davelam
parents: 15087
diff changeset
    21
Source:       http://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/2.26/libgnomecanvas-%{version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Docdir:       %{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Prereq:       /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%define gtk2_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
%define libart_lgpl_version 2.3.16
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%define libglade_version 2.3.6
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
%define gnome_common_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Requires: gtk2 >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
BuildRequires: gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
BuildRequires: libart_lgpl-devel >= %{libart_lgpl_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRequires: libglade-devel >= %{libglade_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
BuildRequires: gnome-common >= %{gnome_common_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
libgnomecanvas is an engine for structured graphics that offers a rich
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
imaging model, high performance rendering, and a powerful, high-level
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
API. It offers a choice between two rendering back-ends, one based on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Xlib for extremely fast display, and another based on Libart, a 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
sophisticated, antialiased, alpha-compositing engine. Applications have
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
a choice between the Xlib imaging model or a superset of the PostScript
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
imaging model, depending on the level of graphic sophistication required.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Summary:      Canvas Development Library for GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Group:        Development/Libraries/GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires:     %name = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Requires:     gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
Requires:     libart_lgpl-devel >= %{libart_lgpl_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
Requires:     libglade-devel >= %{libglade_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
libgnomecanvas is an engine for structured graphics that offers a rich
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
imaging model, high performance rendering, and a powerful, high-level
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
API. It offers a choice between two rendering back-ends, one based on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
Xlib for extremely fast display, and another based on Libart, a 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
sophisticated, antialiased, alpha-compositing engine. Applications have
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
a choice between the Xlib imaging model or a superset of the PostScript
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
imaging model, depending on the level of graphic sophistication required.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
libtoolize --force
15424
ebdd5add8836 * base-specs/libglade.spec: Bump to 2.6.4.
davelam
parents: 15087
diff changeset
    82
gtkdocize
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
aclocal $ACLOCAL_FLAGS -I .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
CFLAGS="$RPM_OPT_FLAGS"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
./configure --prefix=%{_prefix}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
	    --sysconfdir=%{_sysconfdir}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
	    --mandir=%{_mandir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
	    %{gtk_doc_option}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
#Copy zh_HK from zh_TW
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
#Fixes bug 4930405
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
rm $RPM_BUILD_ROOT%{_libdir}/libglade/2.0/*.a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
rm $RPM_BUILD_ROOT%{_libdir}/libglade/2.0/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
rm $RPM_BUILD_ROOT%{_libdir}/*.a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
rm $RPM_BUILD_ROOT%{_libdir}/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
                                                                                                                                                             
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%{_libdir}/libgnomecanvas*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%{_libdir}/libglade/2.0/libcanvas*so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%{_datadir}/locale/*/LC_MESSAGES/libgnomecanvas-2.0.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%{_libdir}/libgnomecanvas*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%{_datadir}/gtk-doc/html/libgnomecanvas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%changelog
15424
ebdd5add8836 * base-specs/libglade.spec: Bump to 2.6.4.
davelam
parents: 15087
diff changeset
   129
* Wed Mar 18 2009 - [email protected]
ebdd5add8836 * base-specs/libglade.spec: Bump to 2.6.4.
davelam
parents: 15087
diff changeset
   130
- Bump to 2.26.0
ebdd5add8836 * base-specs/libglade.spec: Bump to 2.6.4.
davelam
parents: 15087
diff changeset
   131
- Call gtkdocize to fix GTKDOC_REBASE issue.
15087
9f1bada65c59 2009-02-16 Dave Lin <[email protected]>
davelam
parents: 12568
diff changeset
   132
* Fri Feb 13 2009 - [email protected]
9f1bada65c59 2009-02-16 Dave Lin <[email protected]>
davelam
parents: 12568
diff changeset
   133
- Bump to 2.25.90
10684
da92208c5962 2007-10-22 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   134
* Mon Oct 22 2007 - [email protected]
12568
4212c1c5b8b9 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12094
diff changeset
   135
- Remove patch, 01-gailutil-pc, as it is no longer needed for building.
4212c1c5b8b9 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12094
diff changeset
   136
  Probably because gail is part of gtk+ now.
4212c1c5b8b9 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12094
diff changeset
   137
* Mon Oct 22 2007 - [email protected]
10684
da92208c5962 2007-10-22 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   138
- Bump to 2.20.1.1.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10513
diff changeset
   139
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10513
diff changeset
   140
- Bump to 2.20.1.
10513
1d4304d69aac 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10329
diff changeset
   141
* Tue Sep 18 2007 - [email protected]
1d4304d69aac 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10329
diff changeset
   142
- Bump to 2.20.0.
10329
c04f02ff80ab 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10188
diff changeset
   143
* Wed Aug 15 2007 - [email protected]
c04f02ff80ab 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10188
diff changeset
   144
- Bump to 2.19.2.
10188
ccf741f60b4a 2007-07-13 Damien Carbery <[email protected]>
dcarbery
parents: 10180
diff changeset
   145
* Fri Jul 13 2007 - [email protected]
ccf741f60b4a 2007-07-13 Damien Carbery <[email protected]>
dcarbery
parents: 10180
diff changeset
   146
- Add patch 01-gailutil-pc to fix #456513. This adds libgailutil to libs line
ccf741f60b4a 2007-07-13 Damien Carbery <[email protected]>
dcarbery
parents: 10180
diff changeset
   147
  in the pc file so that dependant modules will link with libgailutil, which
ccf741f60b4a 2007-07-13 Damien Carbery <[email protected]>
dcarbery
parents: 10180
diff changeset
   148
  is now required by libgnomecanvas.
10178
a7f02aa69081 2007-07-11 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   149
* Wed Jul 11 2007 - [email protected]
10180
17c5a96ecf34 2007-07-11 Damien Carbery <[email protected]>
dcarbery
parents: 10178
diff changeset
   150
- Bump to 2.19.1.
17c5a96ecf34 2007-07-11 Damien Carbery <[email protected]>
dcarbery
parents: 10178
diff changeset
   151
* Wed Jul 11 2007 - [email protected]
10178
a7f02aa69081 2007-07-11 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   152
- Bump to 2.19.0.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
* Fri Nov  3 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
- use %gtk_doc_option in configure so that it can be disabled using
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
  --without-gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
* Tue Sep 13 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
- Bump to 2.12.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
- Bump to 2.11.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
- Bump to 2.11.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
* Wed Jun 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
- Bump to 2.10.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
* Fri May 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
- Bump to 2.10.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
- added --enable-gtk-doc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
- Updated l10n content to libgnomecanvas-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- port to rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
- Updated l10n content to libgnomecanvas-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
- Updated l10n content to libgnomecanvas-l10n-po-1.0.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
* Wed Mar 24 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
- Bump to 2.6.0, removing the uninstalled pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
  patch.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
* Fri Feb 20 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
- Bump to 2.5.4, l10n to 0.8
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- Ported potfiles patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
* Fri Feb 06 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
- Add patch to create an -uninstelled.pc pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
  file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- autotoolize the build stage
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
* Mon Dec 15 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
- Bump to 2.5.1, and port manpages/patches.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
* Mon Oct 06 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
- Updated to 2.4.0 for Quicksilver
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
* Thu Aug 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- move lib*.so to -devel, remove *.a, *.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
* Wed Jul 09 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- add in sun po files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Tue May 13 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- initial Sun release