base-specs/gnome-python-desktop.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16224 8f9dc352ab49
child 16450 2a67bcdc32c9
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 gnome-python-desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11476
5d6771165885 Missed files.
dcarbery
parents: 11329
diff changeset
     4
# Copyright (c) 2008 Sun Microsystems, Inc.
9397
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: 16224
diff changeset
     8
%define owner laca
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16008
18c13af11310 2009-07-07 Brian Cameron <[email protected]>
yippi
parents: 15428
diff changeset
    10
%{?!pythonver:%define pythonver 2.4}
18c13af11310 2009-07-07 Brian Cameron <[email protected]>
yippi
parents: 15428
diff changeset
    11
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Name:			gnome-python-desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
License:		GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Group:			System/Library
16065
060a40d37121 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16008
diff changeset
    15
Version:		2.27.2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Release:		1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Distribution:		Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Vendor:			Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Summary:		Python bindings for various GNOME desktop libraries
16224
8f9dc352ab49 Update download link
yippi
parents: 16065
diff changeset
    20
Source:			http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.27/%{name}-%{version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
URL:			http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Docdir:			%{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Autoreqprov:		on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
%define pygtk2_version             2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%define gnome_python_version       2.10.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%define gnome_panel_version        2.13.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
%define libgnomeprint_version      2.2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%define libgnomeprintui_version    2.2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
%define gtksourceview_version      1.1.90
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%define libwnck_version            2.9.92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%define libgtop_version            2.13.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%define nautilus_cd_burner_version 2.11.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%define gconf_version              2.10.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%define metacity_version           2.13.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires: pygtk2 >= %{pygtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires: gnome-python >= %{gnome_python_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Requires: gnome-panel >= %{gnome_panel_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Requires: libgnomeprint >= %{libgnomeprint_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Requires: libgnomeprintui >= %{libgnomeprintui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Requires: gtksourceview >= %{gtksourceview_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires: libwnck >= %{libwnck_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Requires: libgtop >= %{libgtop_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Requires: nautilus-cd-burner >= %{nautilus_cd_burner_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires: GConf >= %{gconf_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires: metacity >= %{metacity_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
BuildRequires: pygtk2-devel >= %{pygtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
BuildRequires: gnome-python-devel >= %{gnome_python_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
BuildRequires: gnome-panel-devel >= %{gnome_panel_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
BuildRequires: libgnomeprint-devel >= %{libgnomeprint_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
BuildRequires: libgnomeprintui-devel >= %{libgnomeprintui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
BuildRequires: gtksourceview-devel >= %{gtksourceview_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
BuildRequires: libwnck-devel >= %{libwnck_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
BuildRequires: libgtop-devel >= %{libgtop_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
BuildRequires: nautilus-cd-burner >= %{nautilus_cd_burner_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
BuildRequires: GConf-devel >= %{gconf_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
BuildRequires: metacity >= %{metacity_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
GNOME-Python provides the Python language bindings for the GNOME desktop libraries.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
Summary: Files needed to build applications using the Python bindings for GNOME desktop libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
Group: Development/Languages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
Requires: %{name} = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
This package contains files required to build Python applications that need 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
to interoperate with the various GNOME desktop libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%setup -q -n gnome-python-desktop-%{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%build
16008
18c13af11310 2009-07-07 Brian Cameron <[email protected]>
yippi
parents: 15428
diff changeset
    78
export PYTHON=/usr/bin/python%{pythonver}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
CFLAGS="$RPM_OPT_FLAGS"				\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
./configure 	--prefix=%{_prefix}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
	    	--sysconfdir=%{_sysconfdir}     \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
                %{gtk_doc_option}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
make \
16008
18c13af11310 2009-07-07 Brian Cameron <[email protected]>
yippi
parents: 15428
diff changeset
    84
    pyexecdir=%{_libdir}/python%{pythonver}/vendor-packages \
18c13af11310 2009-07-07 Brian Cameron <[email protected]>
yippi
parents: 15428
diff changeset
    85
    pythondir=%{_libdir}/python%{pythonver}/vendor-packages
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
make install DESTDIR=$RPM_BUILD_ROOT \
16008
18c13af11310 2009-07-07 Brian Cameron <[email protected]>
yippi
parents: 15428
diff changeset
    89
    pyexecdir=%{_libdir}/python%{pythonver}/vendor-packages \
18c13af11310 2009-07-07 Brian Cameron <[email protected]>
yippi
parents: 15428
diff changeset
    90
    pythondir=%{_libdir}/python%{pythonver}/vendor-packages
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
find $RPM_BUILD_ROOT -type f -name "*.pyo" -exec rm -f {} ';'
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
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%{_libdir}/python?.?/vendor-packages/gtk-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%doc AUTHORS NEWS README ChangeLog
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%doc examples
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%defattr(644, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%{_datadir}/pygtk
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%{_datadir}/gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%changelog -n gnome-python-desktop
16065
060a40d37121 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16008
diff changeset
   115
* Sun Jul 19 2009 - [email protected]
060a40d37121 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16008
diff changeset
   116
- Bump to 2.27.2.
15428
2f578f997cf0 * base-specs/gnome-python-desktop.spec: Bump to 2.26.0.
davelam
parents: 15117
diff changeset
   117
* Tue Mar 17 2009 - [email protected]
2f578f997cf0 * base-specs/gnome-python-desktop.spec: Bump to 2.26.0.
davelam
parents: 15117
diff changeset
   118
- Bump to 2.26.0
15117
af63f82a8d1a 2009-02-17 Dave Lin <[email protected]>
davelam
parents: 15031
diff changeset
   119
* Mon Feb 16 2009 - [email protected]
af63f82a8d1a 2009-02-17 Dave Lin <[email protected]>
davelam
parents: 15031
diff changeset
   120
- Bump to 2.25.91
15031
255be5b349f4 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
   121
* Thu Feb 05 2009 - [email protected]
255be5b349f4 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
   122
- Bump to 2.25.90.
14945
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 13831
diff changeset
   123
* Tue Jan 20 2009 - [email protected]
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 13831
diff changeset
   124
- Bump to 2.25.1.
13824
ce0d9cb27ca9 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13371
diff changeset
   125
* Mon Sep 29 2008 - [email protected]
ce0d9cb27ca9 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13371
diff changeset
   126
- Bump to 2.24.0.
13371
72e9acf57511 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 12673
diff changeset
   127
* Tue Sep 02 2008 - [email protected]
13824
ce0d9cb27ca9 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13371
diff changeset
   128
- Bump to 2.23.1.
12673
1e662d80607c 2008-06-16 Damien Carbery <[email protected]>
dcarbery
parents: 11829
diff changeset
   129
* Mon Jun 16 2008 - [email protected]
1e662d80607c 2008-06-16 Damien Carbery <[email protected]>
dcarbery
parents: 11829
diff changeset
   130
- Bump to 2.23.0.
11829
3c4ccf04fc37 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11709
diff changeset
   131
* Mon Mar 10 2008 - [email protected]
3c4ccf04fc37 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11709
diff changeset
   132
- Bump to 2.22.0.
11709
fdf69cf35651 2008-02-25 Damien Carbery <[email protected]>
dcarbery
parents: 11476
diff changeset
   133
* Mon Feb 25 2008 - [email protected]
fdf69cf35651 2008-02-25 Damien Carbery <[email protected]>
dcarbery
parents: 11476
diff changeset
   134
- Bump to 2.21.3.
11476
5d6771165885 Missed files.
dcarbery
parents: 11329
diff changeset
   135
* Thu Jan 17 2008 - [email protected]
5d6771165885 Missed files.
dcarbery
parents: 11329
diff changeset
   136
- Bump to 2.21.2.
11329
69cec32c8d0c 2007-12-06 Damien Carbery <[email protected]>
dcarbery
parents: 10518
diff changeset
   137
* Tue Dec 18 2007 - [email protected]
69cec32c8d0c 2007-12-06 Damien Carbery <[email protected]>
dcarbery
parents: 10518
diff changeset
   138
- Bump to 2.21.1.
10518
777c30fd4c7a 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10237
diff changeset
   139
* Tue Sep 18 2007 - [email protected]
777c30fd4c7a 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10237
diff changeset
   140
- Bump to 2.20.0.
10237
48765966733c 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10168
diff changeset
   141
* Tue Jul 31 2007 - [email protected]
48765966733c 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10168
diff changeset
   142
- Bump to 2.19.2.
10168
9e8782bf41d2 2007-07-09 Damien Carbery <[email protected]>
dcarbery
parents: 9528
diff changeset
   143
* Mon Jul 09 2007 - [email protected]
9e8782bf41d2 2007-07-09 Damien Carbery <[email protected]>
dcarbery
parents: 9528
diff changeset
   144
- Bump to 2.19.1.
9528
0e6d5ef03082 2007-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 9445
diff changeset
   145
* Mon Mar 12 2007 - [email protected]
0e6d5ef03082 2007-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 9445
diff changeset
   146
- Bump to 2.18.0.
9437
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   147
* Mon Mar 05 2007 - [email protected]
9445
72f31c936079 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   148
- Bump to 2.17.93. Remove upstream patch, 01-bad-include.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
* Wed Jan 31 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
- Add patch, 01-bad-include, to fix #401760. Patch from upstream fix.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
* Mon Jan 08 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
- Bump to 2.17.3. Remove upstream patch, 01-no_inline.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
* Wed Nov 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
- Bump to 2.17.1. Add patch, 01-no_inline, to fix #368364.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
* Fri Nov  3 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
- 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
   157
  --without-gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
* Tue Sep 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
* Wed Jul 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
- Bump to 2.15.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
* Wed Mar 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
- Initial version