SUNWgnutls.spec
author qc161282
Fri, 21 Aug 2009 03:40:20 +0000
changeset 16325 82f4b892f131
parent 15827 2780d48f7469
child 16326 3f0265c808fd
permissions -rw-r--r--
2009-08-21 Jeff Cai <[email protected]> * SUNWgnutls.spec: - Remove the temporary softlink libgnutls.so.13
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
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 14470
diff changeset
    28
Requires:      SUNWzlibr
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Requires:      SUNWlibgcrypt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Requires:      SUNWzlib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Requires:      SUNWlibC
12960
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    32
Requires:      SUNWlibtasn1
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    33
BuildRequires: SUNWlibtasn1-devel
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    34
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    35
Source1:    %{name}-manpages-0.1.tar.gz
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Summary:       %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
SUNW_BaseDir:  %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Requires: SUNWgnutls
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
12919
cef88973ecbc 2008-07-25 Takao Fujiwara <[email protected]>
fujiwara
parents: 12907
diff changeset
    44
%if %build_l10n
10590
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    45
%package l10n
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    46
Summary:                 %{summary} - l10n files
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    47
SUNW_BaseDir:            %{_basedir}
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    48
%include default-depend.inc
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    49
Requires:                %{name}
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    50
%endif
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    51
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
mkdir -p %name-%version
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    55
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    56
mkdir -p %name-%version/%_arch64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    57
%gnutls64.prep -d %name-%version/%_arch64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    58
%endif
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    59
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    60
mkdir -p %name-%version/%base_arch
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    61
%gnutls.prep -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
12960
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    63
# Expand manpages tarball
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    64
cd %{_builddir}/%name-%version
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    65
gzcat %SOURCE1 | tar xf -
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
    66
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%build
9794
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
    68
%if %cc_is_gcc
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
    69
%else
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
    70
export CXX="${CXX} -norunpath"
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
    71
%endif
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
    72
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    73
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    74
%gnutls64.build -d %name-%version/%_arch64
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.build -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
%install
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    80
rm -rf $RPM_BUILD_ROOT
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    81
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    82
%gnutls64.install -d %name-%version/%_arch64
12745
ee663732c37f 2008-06-30 Jeff Cai <[email protected]>
qc161282
parents: 12647
diff changeset
    83
rm -r $RPM_BUILD_ROOT%{_bindir}/%_arch64/
12643
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
    84
rm  $RPM_BUILD_ROOT%{_libdir}/%_arch64/libgnutls-extra*
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
    85
rm  $RPM_BUILD_ROOT%{_libdir}/%_arch64/libgnutls-openssl*
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
    86
rm  $RPM_BUILD_ROOT%{_libdir}/%_arch64/pkgconfig/gnutls-extra.pc
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
    87
rm  $RPM_BUILD_ROOT%{_includedir}/gnutls/openssl.h
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
    88
rm  $RPM_BUILD_ROOT%{_includedir}/gnutls/extra.h
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    89
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    90
%gnutls.install -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
rm -rf $RPM_BUILD_ROOT%{_datadir}/man
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
rm -rf $RPM_BUILD_ROOT%{_datadir}/info
15818
c5b0bb1d5165 2009-05-31 Jeff Cai <[email protected]>
qc161282
parents: 15765
diff changeset
    93
rm -rf $RPM_BUILD_ROOT%{_bindir}
12643
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
    94
rm  $RPM_BUILD_ROOT%{_libdir}/libgnutls-extra*
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
    95
rm  $RPM_BUILD_ROOT%{_libdir}/libgnutls-openssl*
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
    96
rm  $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gnutls-extra.pc
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
    97
rm  $RPM_BUILD_ROOT%{_includedir}/gnutls/extra.h
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
    98
rm  $RPM_BUILD_ROOT%{_includedir}/gnutls/openssl.h
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
12770
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   100
%ifarch amd64 sparcv9
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   101
cd $RPM_BUILD_ROOT%{_libdir}/%_arch64
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   102
%endif
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   103
cd $RPM_BUILD_ROOT%{_libdir}/
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   104
12960
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   105
cd %{_builddir}/%name-%version/sun-manpages
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   106
make install DESTDIR=$RPM_BUILD_ROOT
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   107
12919
cef88973ecbc 2008-07-25 Takao Fujiwara <[email protected]>
fujiwara
parents: 12907
diff changeset
   108
%if %build_l10n
10590
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   109
%else
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   110
# REMOVE l10n FILES
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   111
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   112
%endif
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   113
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%{?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
   115
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
rm -rf $RPM_BUILD_ROOT
12647
3ec700becb40 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 12643
diff changeset
   118
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%files
13599
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   120
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   121
%doc -d %{base_arch}/gnutls-%{gnutls.version} AUTHORS README
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   122
%doc(bzip2) -d  %{base_arch}/gnutls-%{gnutls.version} ChangeLog
15827
2780d48f7469 2009-06-01 Jeff Cai <[email protected]>
qc161282
parents: 15818
diff changeset
   123
%doc(bzip2) -d  %{base_arch}/gnutls-%{gnutls.version} lib/COPYING
13599
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   124
%doc(bzip2) -d  %{base_arch}/gnutls-%{gnutls.version} NEWS
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   125
%dir %attr (0755, root, other) %{_datadir}/doc
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   126
12647
3ec700becb40 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 12643
diff changeset
   127
%defattr (-, root, bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%{_libdir}/lib*.so*
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   130
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   131
%{_libdir}/%{_arch64}/lib*.so*
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   132
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
12968
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   134
%dir %attr (0755, root, sys) %{_datadir}
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   135
%dir %attr(0755, root, bin) %{_mandir}
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   136
%dir %attr(0755, root, bin) %{_mandir}/man1
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   137
%{_mandir}/man1/*
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   138
%dir %attr(0755, root, bin) %{_mandir}/man3
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   139
%{_mandir}/man3/*
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   140
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%{_libdir}/pkgconfig/*
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   148
%ifarch sparcv9 amd64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   149
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   150
%{_libdir}/%{_arch64}/pkgconfig/*
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   151
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
10590
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   153
#FIXME: l10n build fails on nevada
12919
cef88973ecbc 2008-07-25 Takao Fujiwara <[email protected]>
fujiwara
parents: 12907
diff changeset
   154
%if %build_l10n
10590
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   155
%files l10n
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   156
%defattr (-, root, bin)
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   157
%dir %attr (0755, root, sys) %{_datadir}
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   158
%attr (-, root, other) %{_datadir}/locale
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   159
%endif
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   160
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
%changelog
16325
82f4b892f131 2009-08-21 Jeff Cai <[email protected]>
qc161282
parents: 15827
diff changeset
   162
* Thu Aug 20 2009 - [email protected]
82f4b892f131 2009-08-21 Jeff Cai <[email protected]>
qc161282
parents: 15827
diff changeset
   163
- Remove the temporary softlink libgnutls.so.13 
15827
2780d48f7469 2009-06-01 Jeff Cai <[email protected]>
qc161282
parents: 15818
diff changeset
   164
* Mon Jun 01 2009 - [email protected]
2780d48f7469 2009-06-01 Jeff Cai <[email protected]>
qc161282
parents: 15818
diff changeset
   165
- Since COPYING.lib is moved to lib/COPYING, change the
2780d48f7469 2009-06-01 Jeff Cai <[email protected]>
qc161282
parents: 15818
diff changeset
   166
  spec to ship it.
15818
c5b0bb1d5165 2009-05-31 Jeff Cai <[email protected]>
qc161282
parents: 15765
diff changeset
   167
* Sun May 31 2009 - [email protected]
c5b0bb1d5165 2009-05-31 Jeff Cai <[email protected]>
qc161282
parents: 15765
diff changeset
   168
- Changed some files based on 2.8.
14470
75e9268f22ca 2008-10-17 Jeff Cai <[email protected]>
qc161282
parents: 13599
diff changeset
   169
* Thu Oct 15 2008 - [email protected]
75e9268f22ca 2008-10-17 Jeff Cai <[email protected]>
qc161282
parents: 13599
diff changeset
   170
- Remove the temporary softlink libgnutls.so.13 
13599
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   171
* Wed Sep 16 2008 - [email protected]
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   172
- Add copyright.
12960
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   173
* Thu Jul 31 2008 - [email protected]
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   174
- Add man pages.
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   175
- Add dependency on libtasn1
12907
03829c004f27 2008-07-23 Damien Carbery <[email protected]>
dcarbery
parents: 12770
diff changeset
   176
* Wed Jul 23 2008 - [email protected]
03829c004f27 2008-07-23 Damien Carbery <[email protected]>
dcarbery
parents: 12770
diff changeset
   177
- Remove %option_with_gnu_iconv around %files l10n to match the package
03829c004f27 2008-07-23 Damien Carbery <[email protected]>
dcarbery
parents: 12770
diff changeset
   178
  definition.
12770
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   179
* Tue Jul 08 2008 - [email protected]
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   180
- Add a temporary softlink libgnutls.so.13 
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   181
  Will be removed after snv_101.
12745
ee663732c37f 2008-06-30 Jeff Cai <[email protected]>
qc161282
parents: 12647
diff changeset
   182
* Mon Jun 30 2008 - [email protected]
ee663732c37f 2008-06-30 Jeff Cai <[email protected]>
qc161282
parents: 12647
diff changeset
   183
- Ship /usr/bin/libgnutls-config
12643
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
   184
* Thu Jun 12 2008 - [email protected]
12647
3ec700becb40 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 12643
diff changeset
   185
- Fix attr error.
3ec700becb40 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 12643
diff changeset
   186
* Thu Jun 12 2008 - [email protected]
3ec700becb40 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 12643
diff changeset
   187
- Don't ship files that under GPLv3 which include some command tools and
12643
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
   188
  header files.
9794
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
   189
* Thu Apr 26 2007 - [email protected]
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
   190
- 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
   191
  and leaves compiler paths in the binaries
9681
b0a5e2bc0fa7 2007-04-05 Damien Carbery <[email protected]>
dcarbery
parents: 9632
diff changeset
   192
* Thu Apr 05 2007 - [email protected]
b0a5e2bc0fa7 2007-04-05 Damien Carbery <[email protected]>
dcarbery
parents: 9632
diff changeset
   193
- 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
   194
  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
   195
  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
   196
* Tue Mar 27 2007 - [email protected]
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   197
- enable 64-bit build
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Mon Feb  5 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- Add Requires SUNWlibC after check-deps.pl run.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
* Tue Jan 16 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- Do not ship psktool right now.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
* Thu May 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
- Change %defattr to (-, root, other).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
* Thu May 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
* Tue Apr 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
- Alter remove .a/.la files part into linux spec. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
* Thu Mar 30 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
- Remove all *.a/*.la files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
* Wed Oct 26 2005 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
- 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
   216
* Fri Sep 09 2005 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
- remove unpackaged files or add to %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
* Wed Aug 31 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
- Change SUNW_Category for open solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
* Thu Jul 07 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
- define devel-share subpkg
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
* Tue Aug 31 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
- 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
   226
* Sat Jun 26 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
- Changed install location to /usr/...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
* Thu Mar 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
- initial version created
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 14470
diff changeset
   230