SUNWgnutls.spec
author mattman
Thu, 14 May 2009 13:07:11 +0000
changeset 15765 d43128c94c21
parent 15650 dbcf7e3715dd
child 15818 c5b0bb1d5165
child 18847 0300f4b5b48b
permissions -rw-r--r--
* SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds 114 or less are linked against libgnutls.so.13, gnutls is being upgraded to version libgnutls.so.26 in snv_115 (gnome 2.26 integration), this will result in applications like virt-manager failing to launch on snv_115. solution is for SUNWgnutls.spec to create a symbolic link to 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
15765
d43128c94c21 * SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds
mattman
parents: 15650
diff changeset
    89
# Temporary fix for ON bits that have been built against previous verison of gnutls
d43128c94c21 * SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds
mattman
parents: 15650
diff changeset
    90
# This can be removed once ON start building against snv_115, d.o.o. : 8876
d43128c94c21 * SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds
mattman
parents: 15650
diff changeset
    91
saved_pwd=`pwd`
d43128c94c21 * SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds
mattman
parents: 15650
diff changeset
    92
cd $RPM_BUILD_ROOT%{_libdir}/%_arch64
d43128c94c21 * SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds
mattman
parents: 15650
diff changeset
    93
ln -s libgnutls.so libgnutls.so.13
d43128c94c21 * SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds
mattman
parents: 15650
diff changeset
    94
cd $saved_pwd
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    95
%endif
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    96
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    97
%gnutls.install -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
rm -rf $RPM_BUILD_ROOT%{_datadir}/man
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
rm -rf $RPM_BUILD_ROOT%{_datadir}/info
12745
ee663732c37f 2008-06-30 Jeff Cai <[email protected]>
qc161282
parents: 12647
diff changeset
   100
rm -rf $RPM_BUILD_ROOT%{_bindir}/libgnutls-extra*
ee663732c37f 2008-06-30 Jeff Cai <[email protected]>
qc161282
parents: 12647
diff changeset
   101
rm -rf $RPM_BUILD_ROOT%{_bindir}/gnutls*
ee663732c37f 2008-06-30 Jeff Cai <[email protected]>
qc161282
parents: 12647
diff changeset
   102
rm -rf $RPM_BUILD_ROOT%{_bindir}/*tool
12643
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
   103
rm  $RPM_BUILD_ROOT%{_libdir}/libgnutls-extra*
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
   104
rm  $RPM_BUILD_ROOT%{_libdir}/libgnutls-openssl*
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
   105
rm  $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gnutls-extra.pc
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
   106
rm  $RPM_BUILD_ROOT%{_includedir}/gnutls/extra.h
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
   107
rm  $RPM_BUILD_ROOT%{_includedir}/gnutls/openssl.h
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
   108
rm  $RPM_BUILD_ROOT%{_datadir}/aclocal/libgnutls-extra.m4
15765
d43128c94c21 * SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds
mattman
parents: 15650
diff changeset
   109
# Temporary fix for ON bits that have been built against previous verison of gnutls
d43128c94c21 * SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds
mattman
parents: 15650
diff changeset
   110
# This can be removed once ON start building against snv_115, d.o.o. : 8876
d43128c94c21 * SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds
mattman
parents: 15650
diff changeset
   111
saved_pwd=`pwd`
d43128c94c21 * SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds
mattman
parents: 15650
diff changeset
   112
cd $RPM_BUILD_ROOT%{_libdir}/
d43128c94c21 * SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds
mattman
parents: 15650
diff changeset
   113
ln -s libgnutls.so libgnutls.so.13
d43128c94c21 * SUNWgnutls.spec : Fix d.o.o. : 8876, ON bits being built on nevada builds
mattman
parents: 15650
diff changeset
   114
cd $saved_pwd
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
12770
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   116
%ifarch amd64 sparcv9
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   117
cd $RPM_BUILD_ROOT%{_libdir}/%_arch64
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   118
%endif
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   119
cd $RPM_BUILD_ROOT%{_libdir}/
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   120
12960
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   121
cd %{_builddir}/%name-%version/sun-manpages
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   122
make install DESTDIR=$RPM_BUILD_ROOT
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   123
12919
cef88973ecbc 2008-07-25 Takao Fujiwara <[email protected]>
fujiwara
parents: 12907
diff changeset
   124
%if %build_l10n
10590
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   125
%else
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   126
# REMOVE l10n FILES
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   127
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   128
%endif
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   129
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%{?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
   131
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
rm -rf $RPM_BUILD_ROOT
12647
3ec700becb40 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 12643
diff changeset
   134
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%files
13599
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   136
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   137
%doc -d %{base_arch}/gnutls-%{gnutls.version} AUTHORS README
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   138
%doc(bzip2) -d  %{base_arch}/gnutls-%{gnutls.version} ChangeLog
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   139
%doc(bzip2) -d  %{base_arch}/gnutls-%{gnutls.version} COPYING.LIB
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   140
%doc(bzip2) -d  %{base_arch}/gnutls-%{gnutls.version} NEWS
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   141
%dir %attr (0755, root, other) %{_datadir}/doc
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   142
12647
3ec700becb40 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 12643
diff changeset
   143
%defattr (-, root, bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%{_libdir}/lib*.so*
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   146
%ifarch amd64 sparcv9
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   147
%{_libdir}/%{_arch64}/lib*.so*
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   148
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
12968
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   150
%dir %attr (0755, root, sys) %{_datadir}
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   151
%dir %attr(0755, root, bin) %{_mandir}
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   152
%dir %attr(0755, root, bin) %{_mandir}/man1
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   153
%{_mandir}/man1/*
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   154
%dir %attr(0755, root, bin) %{_mandir}/man3
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   155
%{_mandir}/man3/*
b94c5e15a3d6 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12960
diff changeset
   156
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
%defattr (-, root, bin)
12745
ee663732c37f 2008-06-30 Jeff Cai <[email protected]>
qc161282
parents: 12647
diff changeset
   159
%dir %attr (0755, root, bin) %{_bindir}
ee663732c37f 2008-06-30 Jeff Cai <[email protected]>
qc161282
parents: 12647
diff changeset
   160
%{_bindir}/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
%{_libdir}/pkgconfig/*
9632
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   166
%ifarch sparcv9 amd64
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   167
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   168
%{_libdir}/%{_arch64}/pkgconfig/*
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   169
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
%dir %attr (0755, root, other) %{_datadir}/aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
%{_datadir}/aclocal/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
10590
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   174
#FIXME: l10n build fails on nevada
12919
cef88973ecbc 2008-07-25 Takao Fujiwara <[email protected]>
fujiwara
parents: 12907
diff changeset
   175
%if %build_l10n
10590
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   176
%files l10n
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   177
%defattr (-, root, bin)
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   178
%dir %attr (0755, root, sys) %{_datadir}
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   179
%attr (-, root, other) %{_datadir}/locale
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   180
%endif
e3d925c6770a 2007-10-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
   181
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
%changelog
14470
75e9268f22ca 2008-10-17 Jeff Cai <[email protected]>
qc161282
parents: 13599
diff changeset
   183
* Thu Oct 15 2008 - [email protected]
75e9268f22ca 2008-10-17 Jeff Cai <[email protected]>
qc161282
parents: 13599
diff changeset
   184
- Remove the temporary softlink libgnutls.so.13 
13599
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   185
* Wed Sep 16 2008 - [email protected]
064ea819f42e 2008-09-16 Jeff Cai <[email protected]>
qc161282
parents: 12968
diff changeset
   186
- Add copyright.
12960
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   187
* Thu Jul 31 2008 - [email protected]
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   188
- Add man pages.
e0eb1bb9f777 2008-07-31 Jeff Cai <[email protected]>
qc161282
parents: 12919
diff changeset
   189
- Add dependency on libtasn1
12907
03829c004f27 2008-07-23 Damien Carbery <[email protected]>
dcarbery
parents: 12770
diff changeset
   190
* Wed Jul 23 2008 - [email protected]
03829c004f27 2008-07-23 Damien Carbery <[email protected]>
dcarbery
parents: 12770
diff changeset
   191
- 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
   192
  definition.
12770
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   193
* Tue Jul 08 2008 - [email protected]
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   194
- Add a temporary softlink libgnutls.so.13 
9fa82101dd9a 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12745
diff changeset
   195
  Will be removed after snv_101.
12745
ee663732c37f 2008-06-30 Jeff Cai <[email protected]>
qc161282
parents: 12647
diff changeset
   196
* Mon Jun 30 2008 - [email protected]
ee663732c37f 2008-06-30 Jeff Cai <[email protected]>
qc161282
parents: 12647
diff changeset
   197
- Ship /usr/bin/libgnutls-config
12643
244eb2ad1169 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 11931
diff changeset
   198
* Thu Jun 12 2008 - [email protected]
12647
3ec700becb40 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 12643
diff changeset
   199
- Fix attr error.
3ec700becb40 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 12643
diff changeset
   200
* Thu Jun 12 2008 - [email protected]
3ec700becb40 2008-06-12 Jeff Cai<[email protected]>
qc161282
parents: 12643
diff changeset
   201
- 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
   202
  header files.
9794
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
   203
* Thu Apr 26 2007 - [email protected]
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9681
diff changeset
   204
- 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
   205
  and leaves compiler paths in the binaries
9681
b0a5e2bc0fa7 2007-04-05 Damien Carbery <[email protected]>
dcarbery
parents: 9632
diff changeset
   206
* Thu Apr 05 2007 - [email protected]
b0a5e2bc0fa7 2007-04-05 Damien Carbery <[email protected]>
dcarbery
parents: 9632
diff changeset
   207
- 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
   208
  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
   209
  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
   210
* Tue Mar 27 2007 - [email protected]
9dc8ece60fdb 2007-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   211
- enable 64-bit build
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
* Mon Feb  5 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
- Add Requires SUNWlibC after check-deps.pl run.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
* Tue Jan 16 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
- Do not ship psktool right now.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
* Thu May 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
- Change %defattr to (-, root, other).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
* Thu May 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
* Tue Apr 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
- Alter remove .a/.la files part into linux spec. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
* Thu Mar 30 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
- Remove all *.a/*.la files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
* Wed Oct 26 2005 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
- 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
   230
* Fri Sep 09 2005 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
- remove unpackaged files or add to %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
* Wed Aug 31 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
- Change SUNW_Category for open solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
* Thu Jul 07 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
- define devel-share subpkg
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
* Tue Aug 31 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
- 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
   240
* Sat Jun 26 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
- Changed install location to /usr/...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
* Thu Mar 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
- initial version created
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 14470
diff changeset
   244