SUNWgnutls.spec
author sh162551
Thu, 27 Mar 2008 10:29:34 +0000
changeset 11931 5421e285b730
parent 10590 e3d925c6770a
child 12447 ca1fddfd542c
child 12643 244eb2ad1169
permissions -rw-r--r--
2008-03-27 Irene Huang <[email protected]> * SUNWgnutls.spec: Add copyright file * SUNWlibgcrypt.spec: Add copyright file * copyright/SUNWgnutls.copyright: * copyright/SUNWlibgcrypt.copyright: new file.
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 SUNWgnutls
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): gnutls
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: 9397
diff changeset
    13
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    14
%include arch64.inc
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    15
%use gnutls64 = gnutls.spec
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    16
%endif
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    17
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    18
%include base.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
%use gnutls = gnutls.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:          SUNWgnutls
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Summary:       GNU transport layer security library
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Version:       %{gnutls.version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
SUNW_BaseDir:  %{_basedir}
11931
5421e285b730 2008-03-27 Irene Huang <[email protected]>
sh162551
parents: 10590
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Requires:      SUNWlibgcrypt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Requires:      SUNWzlib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Requires:      SUNWlibC
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
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Summary:       %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
SUNW_BaseDir:  %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Requires: SUNWgnutls
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
10590
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    39
%if %option_with_l10n
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    40
%package l10n
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    41
Summary:                 %{summary} - l10n files
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    42
SUNW_BaseDir:            %{_basedir}
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    43
%include default-depend.inc
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    44
Requires:                %{name}
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    45
%endif
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    46
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
mkdir -p %name-%version
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    50
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    51
mkdir -p %name-%version/%_arch64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    52
%gnutls64.prep -d %name-%version/%_arch64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    53
%endif
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    54
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    55
mkdir -p %name-%version/%base_arch
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    56
%gnutls.prep -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%build
9794
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
    59
%if %cc_is_gcc
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
    60
%else
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
    61
export CXX="${CXX} -norunpath"
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
    62
%endif
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
    63
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    64
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    65
%gnutls64.build -d %name-%version/%_arch64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    66
%endif
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    67
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    68
%gnutls.build -d %name-%version/%base_arch
9397
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
%install
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    71
rm -rf $RPM_BUILD_ROOT
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    72
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    73
%gnutls64.install -d %name-%version/%_arch64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    74
rm -rf $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/psktool
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    75
%endif
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    76
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    77
%gnutls.install -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
rm -rf $RPM_BUILD_ROOT%{_datadir}/man
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
rm -rf $RPM_BUILD_ROOT%{_datadir}/info
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
rm -rf $RPM_BUILD_ROOT%{_bindir}/psktool
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
10590
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    82
%if %option_with_l10n
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    83
%else
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    84
# REMOVE l10n FILES
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    85
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    86
%endif
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    87
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%{?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
    89
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
%{_bindir}/gnutls*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%{_bindir}/certtool
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%{_bindir}/srptool
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    98
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    99
%{_bindir}/%{_arch64}/gnutls*
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   100
%{_bindir}/%{_arch64}/certtool
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   101
%{_bindir}/%{_arch64}/srptool
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   102
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%{_libdir}/lib*.so*
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   105
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   106
%{_libdir}/%{_arch64}/lib*.so*
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   107
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%{_bindir}/libgnutls-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%{_bindir}/libgnutls-extra-config
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   114
%ifarch sparcv9 amd64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   115
%{_bindir}/%{_arch64}/libgnutls-config
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   116
%{_bindir}/%{_arch64}/libgnutls-extra-config
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   117
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%{_libdir}/pkgconfig/*
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   123
%ifarch sparcv9 amd64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   124
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   125
%{_libdir}/%{_arch64}/pkgconfig/*
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   126
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%dir %attr (0755, root, other) %{_datadir}/aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%{_datadir}/aclocal/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
10590
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   131
#FIXME: l10n build fails on nevada
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   132
%if %option_with_gnu_iconv
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   133
%if %option_with_l10n
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   134
%files l10n
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   135
%defattr (-, root, bin)
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   136
%dir %attr (0755, root, sys) %{_datadir}
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   137
%attr (-, root, other) %{_datadir}/locale
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   138
%endif
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   139
%endif
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   140
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%changelog
9794
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
   142
* Thu Apr 26 2007 - [email protected]
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
   143
- set CXX to $CXX -norunpath because libtool swallows this option sometimes
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
   144
  and leaves compiler paths in the binaries
9681
b0a5e2bc0fa7 2007-04-05 Damien Carbery <[email protected]>
dcarbery
parents: 9632
diff changeset
   145
* Thu Apr 05 2007 - [email protected]
b0a5e2bc0fa7 2007-04-05 Damien Carbery <[email protected]>
dcarbery
parents: 9632
diff changeset
   146
- Remove code in %install that creates the libgnutls.so.12 symlink. The symlink
b0a5e2bc0fa7 2007-04-05 Damien Carbery <[email protected]>
dcarbery
parents: 9632
diff changeset
   147
  was added as a workaround for 6519334 and is no longer needed. Removing the
b0a5e2bc0fa7 2007-04-05 Damien Carbery <[email protected]>
dcarbery
parents: 9632
diff changeset
   148
  symlink fixes 6521160, a reminder bug to remove the symlink.
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   149
* Tue Mar 27 2007 - [email protected]
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   150
- enable 64-bit build
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
* Mon Feb  5 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
- Add Requires SUNWlibC after check-deps.pl run.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
* Tue Jan 16 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
- Do not ship psktool right now.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
* Thu May 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
- Change %defattr to (-, root, other).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
* Thu May 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
* Tue Apr 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
- Alter remove .a/.la files part into linux spec. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
* Thu Mar 30 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- Remove all *.a/*.la files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Wed Oct 26 2005 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- ship files under /usr/bin to enable SSL in libsoup.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
* Fri Sep 09 2005 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- remove unpackaged files or add to %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
* Wed Aug 31 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
- Change SUNW_Category for open solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
* Thu Jul 07 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
- define devel-share subpkg
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Tue Aug 31 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Bug 5091588 : include files should be in a separate devel package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Sat Jun 26 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- Changed install location to /usr/...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
* Thu Mar 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
- initial version created