SUNWlibgpg-error.spec
author an230044
Mon, 27 Sep 2010 11:32:21 +0000
branchopensolaris-2009-06
changeset 20102 2d19c462bb98
parent 13604 f40c4135ff66
child 15650 dbcf7e3715dd
permissions -rw-r--r--
6917569 CVE-2008-5824 libaudiofile contains heap-based buffer overflow in msadpcm.c Committing for Rohini because of svn issues on opensolaris2009.06 branch.
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 SUNWlibgpg-error
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): libgpg-error
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# Copyright (c) 2004 Sun Microsystems, Inc.
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
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
# Owner: jefftsai
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
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    13
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    14
%include arch64.inc
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    15
%use libgpgerror64 = libgpg-error.spec
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    16
%endif
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    17
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    18
%include base.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
%use libgpgerror = libgpg-error.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Name:          SUNWlibgpg-error
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Summary:       Common error codes for GnuPG, libgcrypt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Version:       %{libgpgerror.version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
SUNW_BaseDir:  %{_basedir}
11949
c10066be9ebe 2008-03-28 Irene Huang <[email protected]>
sh162551
parents: 10627
diff changeset
    25
SUNW_Copyright:%{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
BuildRoot:     %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%include default-depend.inc
10627
cdb872d49628 2007-10-09 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
    28
Requires: SUNWgnome-base-libs
cdb872d49628 2007-10-09 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
    29
BuildRequires: SUNWgnome-base-libs-devel
12969
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    30
Source1:    %{name}-manpages-0.1.tar.gz
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Summary:       %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
SUNW_BaseDir:  %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
Requires:      %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
12919
cef88973ecbc 2008-07-25 Takao Fujiwara <[email protected]>
fujiwara
parents: 11949
diff changeset
    38
%if %build_l10n
10588
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
    39
%package l10n
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
    40
Summary:                 %{summary} - l10n files
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
    41
SUNW_BaseDir:            %{_basedir}
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
    42
%include default-depend.inc
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
    43
Requires:                %{name}
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
    44
%endif
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
    45
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
mkdir -p %name-%version
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    49
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    50
mkdir -p %name-%version/%_arch64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    51
%libgpgerror64.prep -d %name-%version/%_arch64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    52
%endif
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    53
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    54
mkdir -p %name-%version/%base_arch
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    55
%libgpgerror.prep -d %name-%version/%base_arch
9397
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
%build
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    58
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    59
%libgpgerror64.build -d %name-%version/%_arch64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    60
%endif
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    61
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    62
%libgpgerror.build -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
12969
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    64
# Expand manpages tarball
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    65
cd %{_builddir}/%name-%version
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    66
gzcat %SOURCE1 | tar xf -
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    67
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
%install
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    69
rm -rf $RPM_BUILD_ROOT
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    70
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    71
%libgpgerror64.install -d %name-%version/%_arch64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    72
#remove this file because SUNWgnome-base-libs deliver same file
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    73
rm -f $RPM_BUILD_ROOT%{_libdir}/%_arch64/charset.alias
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    74
%endif
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    75
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
    76
%libgpgerror.install -d %name-%version/%base_arch
9397
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
#remove this file because SUNWgnome-base-libs deliver same file
9573
641500548fe7 2007-03-16 Jeff Cai<[email protected]>
jefftsai
parents: 9397
diff changeset
    79
rm -f $RPM_BUILD_ROOT%{_libdir}/charset.alias
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
12969
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    81
cd %{_builddir}/%name-%version/sun-manpages
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    82
make install DESTDIR=$RPM_BUILD_ROOT
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    83
12919
cef88973ecbc 2008-07-25 Takao Fujiwara <[email protected]>
fujiwara
parents: 11949
diff changeset
    84
%if %build_l10n
10588
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
    85
%else
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
    86
# REMOVE l10n FILES
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
    87
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
    88
%endif
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
    89
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%{?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
    91
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
%files
13604
f40c4135ff66 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12969
diff changeset
    96
f40c4135ff66 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12969
diff changeset
    97
%doc -d %{base_arch}/libgpg-error-%{libgpgerror.version} AUTHORS README
f40c4135ff66 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12969
diff changeset
    98
%doc(bzip2) -d %{base_arch}/libgpg-error-%{libgpgerror.version} ChangeLog
f40c4135ff66 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12969
diff changeset
    99
%doc(bzip2) -d %{base_arch}/libgpg-error-%{libgpgerror.version} COPYING COPYING.LIB
f40c4135ff66 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12969
diff changeset
   100
%doc(bzip2) -d %{base_arch}/libgpg-error-%{libgpgerror.version} NEWS
f40c4135ff66 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12969
diff changeset
   101
%dir %attr (0755, root, other) %{_datadir}/doc
f40c4135ff66 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12969
diff changeset
   102
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%{_libdir}/lib*.so*
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
   106
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
   107
%{_libdir}/%{_arch64}/lib*.so*
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
   108
%endif
12969
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   109
%dir %attr (0755, root, sys) %{_datadir}
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   110
%dir %attr(0755, root, bin) %{_mandir}
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   111
%dir %attr(0755, root, bin) %{_mandir}/man1
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   112
%{_mandir}/man1/*
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   113
%dir %attr(0755, root, bin) %{_mandir}/man3
bcd2a579d556 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   114
%{_mandir}/man3/*
9397
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 devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
%dir %attr (0755, root, other) %{_datadir}/aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%{_datadir}/aclocal/*
9584
5cd9090b68b5 2007-03-19 Damien Carbery <[email protected]>
dcarbery
parents: 9573
diff changeset
   125
%{_datadir}/common-lisp
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
12919
cef88973ecbc 2008-07-25 Takao Fujiwara <[email protected]>
fujiwara
parents: 11949
diff changeset
   127
%if %build_l10n
10588
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
   128
%files l10n
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
   129
%defattr (-, root, bin)
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
   130
%dir %attr (0755, root, sys) %{_datadir}
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
   131
%attr (-, root, other) %{_datadir}/locale
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
   132
%endif
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
   133
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%changelog
13604
f40c4135ff66 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12969
diff changeset
   135
* Tue Sep 16 2007 - [email protected]
f40c4135ff66 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12969
diff changeset
   136
- Add copyright.
10627
cdb872d49628 2007-10-09 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   137
* Tue Oct  9 2007 - [email protected]
cdb872d49628 2007-10-09 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   138
- Add Build/Requires SUNWgnome-base-libs/-devel for glib-gettextize.
10588
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
   139
* Tue Oct  2 2007 - [email protected]
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9632
diff changeset
   140
- add l10n subpkg
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
   141
* Tue Mar 27 2007 - [email protected]
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9584
diff changeset
   142
- enable 64-bit build
9584
5cd9090b68b5 2007-03-19 Damien Carbery <[email protected]>
dcarbery
parents: 9573
diff changeset
   143
* Mon Jul 19 2007 - [email protected]
5cd9090b68b5 2007-03-19 Damien Carbery <[email protected]>
dcarbery
parents: 9573
diff changeset
   144
- Remove l10n package and update %files after libgpg-error bumped to 1.5.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
* Sat Jul 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
- Add l10n package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
* Thu May 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
- Change %defattr to (-, root, other).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
* Thu May 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
* Thu Apr 06 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
- Move -config file to -devel.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
* Tue Apr 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
- Alter remove .a/.la files part into linux spec. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
* Thu Mar 30 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
- Remove all *.a/*.la files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
* Fri Sep 09 2005 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
- remove unpackaged files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
* Wed Aug 31 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
- initial version created