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