SUNWlibcroco.spec
author ginnchen
Mon, 12 Apr 2010 08:07:21 +0000
branchgnome-2-28
changeset 18675 d625b72c91d8
parent 16434 f21f22550fe9
permissions -rw-r--r--
2010-04-12 Ginn Chen <[email protected]> * SUNWfirefox.spec: Fix the build issue of Firefox 3.6.3.
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 SUNWlibcroco
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
# includes module(s): libcroco
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
11937
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
     6
# Copyright (c) 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# 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
     8
# 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
     9
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15650
diff changeset
    10
%define owner yippi
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
%include Solaris.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    14
%ifarch amd64 sparcv9
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    15
%include arch64.inc
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    16
%use libcroco64 = libcroco.spec
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    17
%endif
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    18
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    19
%include base.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
%use libcroco = libcroco.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Name:                    SUNWlibcroco
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Summary:                 Cascading Style Sheet (CSS) parsing and manipulation toolkit
15248
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
    24
Source1:                 %{name}-manpages-0.1.tar.gz
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Version:                 %{libcroco.version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
SUNW_BaseDir:            %{_basedir}
11937
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
    27
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15488
diff changeset
    31
Requires: SUNWlxmlr
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15488
diff changeset
    32
Requires: SUNWglib2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Requires: SUNWlxml
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15488
diff changeset
    34
BuildRequires: SUNWglib2-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15488
diff changeset
    40
Requires: SUNWglib2-devel
15488
09c3c79d79eb 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15248
diff changeset
    41
Requires: SUNWlxml-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
mkdir %name-%version
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    46
%ifarch amd64 sparcv9
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    47
mkdir %name-%version/%_arch64
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    48
%libcroco.prep -d %name-%version/%_arch64
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    49
%endif
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    50
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    51
mkdir %name-%version/%base_arch
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    52
%libcroco.prep -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
15248
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
    54
cd %{_builddir}/%name-%version
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
    55
gzcat %SOURCE1 | tar xf -
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
    56
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
%build
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    58
%ifarch amd64 sparcv9
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    59
%libcroco64.build -d %name-%version/%_arch64
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    60
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    62
%libcroco.build -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
%install
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    65
%ifarch amd64 sparcv9
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    66
%libcroco64.install -d %name-%version/%_arch64
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    67
rm -r $RPM_BUILD_ROOT%{_bindir}/%_arch64
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    68
%endif
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    69
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    70
%libcroco.install -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
15248
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
    72
rm -rf $RPM_BUILD_ROOT%{_mandir}
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
    73
cd %{_builddir}/%name-%version/sun-manpages
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
    74
make install DESTDIR=$RPM_BUILD_ROOT
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
    75
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
rm -rf $RPM_BUILD_ROOT
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
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%{_bindir}/csslint*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%{_libdir}/lib*.so*
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    87
%ifarch amd64 sparcv9
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    88
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    89
%{_libdir}/%{_arch64}/lib*.so*
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    90
%endif
13598
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 13256
diff changeset
    91
%doc -d %{base_arch}/libcroco-%{libcroco.version} AUTHORS README
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 13256
diff changeset
    92
%doc(bzip2) -d %{base_arch}/libcroco-%{libcroco.version} COPYING COPYING.LIB
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 13256
diff changeset
    93
%doc(bzip2) -d %{base_arch}/libcroco-%{libcroco.version} NEWS
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 13256
diff changeset
    94
%doc(bzip2) -d %{base_arch}/libcroco-%{libcroco.version} ChangeLog
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 13256
diff changeset
    95
%doc(bzip2) -d %{base_arch}/libcroco-%{libcroco.version} csslint/ChangeLog
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 13256
diff changeset
    96
%dir %attr (0755, root, sys) %{_datadir}
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 13256
diff changeset
    97
%dir %attr (0755, root, other) %{_datadir}/doc
15248
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
    98
%dir %attr(0755, root, bin) %{_mandir}
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
    99
%dir %attr(0755, root, bin) %{_mandir}/man1
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
   100
%dir %attr(0755, root, bin) %{_mandir}/man3
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
   101
%{_mandir}/man1/*
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
   102
%{_mandir}/man3/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%{_bindir}/croco-*-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%{_libdir}/pkgconfig/*
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
   113
%ifarch amd64 sparcv9
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
   114
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
13256
4853158a3a6d 2008-08-22 Dave Lin <[email protected]>
davelam
parents: 13245
diff changeset
   115
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
4853158a3a6d 2008-08-22 Dave Lin <[email protected]>
davelam
parents: 13245
diff changeset
   116
%{_libdir}/%{_arch64}/pkgconfig/*
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
   117
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%changelog
15488
09c3c79d79eb 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15248
diff changeset
   120
* Tue Mar 24 2009 - [email protected]
09c3c79d79eb 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15248
diff changeset
   121
- Since /usr/lib/amd64/pkgconfig/libcroco-0.6.pc (SUNWlibcroco-devel) requires
09c3c79d79eb 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15248
diff changeset
   122
  /usr/lib/amd64/pkgconfig/glib-2.0.pc which is found in
09c3c79d79eb 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15248
diff changeset
   123
  SUNWgnome-base-libs-devel, add the dependency.
09c3c79d79eb 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15248
diff changeset
   124
- Since /usr/lib/amd64/pkgconfig/libcroco-0.6.pc (SUNWlibcroco-devel) requires
09c3c79d79eb 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15248
diff changeset
   125
  /usr/lib/amd64/pkgconfig/libxml-2.0.pc which is found in
09c3c79d79eb 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15248
diff changeset
   126
  SUNWlxml-devel, add the dependency
15248
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
   127
* Thu Feb 26 2009 - [email protected]
28c5dc4fdf33 2009-02-27 Brian Cameron <[email protected]>
yippi
parents: 13598
diff changeset
   128
- Add manpages.
13598
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 13256
diff changeset
   129
* Sun Sep 14 2008 - [email protected]
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 13256
diff changeset
   130
- Add new copyright files.
13245
fb91dd763326 2008-08-22 Dave Lin <[email protected]>
davelam
parents: 13206
diff changeset
   131
* Fri Aug 22 2008 - [email protected]
fb91dd763326 2008-08-22 Dave Lin <[email protected]>
davelam
parents: 13206
diff changeset
   132
- Fixed /usr/lib/amd64/pkgconfig attribute issue.
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
   133
* Thu Aug 21 2008 - [email protected]
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
   134
- add 64-bit build, needed for the 64-bit librsvg
12263
930dc7240f6a 2008-05-07 Damien Carbery <[email protected]>
dcarbery
parents: 11937
diff changeset
   135
* Wed May 07 2008 - [email protected]
930dc7240f6a 2008-05-07 Damien Carbery <[email protected]>
dcarbery
parents: 11937
diff changeset
   136
- Remove PERL5LIB setting as it is not necessary.
11937
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
   137
* Thu Mar 27 2008 - [email protected]
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
   138
- Add SUNW_Copyright.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
* Thu May 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
- Change build dependency on SUNWgnome-base-libs-share. That pkg is obsolete
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
  with files now in the base package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
* Thu Apr 06 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
- Move the config binary into the -devel package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
* Fri Feb 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
- Update Summary.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
* Fri Feb 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
- Update Summary.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
* Tue Sep 13 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
- Now use libcroco version number.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
* Wed Jul 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
- Created.
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15488
diff changeset
   156