SUNWpango.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 15558 435f886efc13
child 17641 23ff24ccd62a
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15558
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     1
#
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     2
# spec file for package SUNWpango
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     3
#
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     4
# includes module(s): pango
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     5
#
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     6
# Copyright 2009 Sun Microsystems, Inc.
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     8
# package are under the same license as the package itself.
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     9
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15558
diff changeset
    10
%define owner erwannc
15558
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    11
#
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    12
%include Solaris.inc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    13
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    14
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    15
%include arch64.inc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    16
%define _sysconfdir /etc/%{_arch64}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    17
%use pango_64 = pango.spec
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    18
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    19
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    20
%include base.inc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    21
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    22
%use pango = pango.spec
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    23
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    24
Name:                    SUNWpango
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    25
Summary:                 GNOME core text and font handling libraries
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    26
Version:                 %{pango.version}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    27
Source:                  %{name}-manpages-0.1.tar.gz
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    28
SUNW_BaseDir:            %{_basedir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    29
SUNW_Copyright:          %{name}.copyright
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    30
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    31
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    32
%include default-depend.inc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    33
Requires: SUNWpango-root
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    34
Requires: SUNWglib2
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    35
Requires: SUNWcairo
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    36
Requires: SUNWfreetype2
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    37
Requires: SUNWfontconfig
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    38
Requires: SUNWlibmsr
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    39
Requires: SUNWxwplt
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    40
Requires: SUNWxwrtl
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    41
Requires: SUNWxwxft
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    42
BuildRequires: SUNWglib2-devel
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    43
BuildRequires: SUNWcairo-devel
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    44
BuildRequires: SUNWxorg-headers
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    45
BuildRequires: SUNWlibm
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    46
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    47
%package root
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    48
Summary:                 %{summary} - / filesystem
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    49
SUNW_BaseDir:            /
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    50
%include default-depend.inc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    51
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    52
%package devel		
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    53
Summary:                 %{summary} - development files
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    54
SUNW_BaseDir:            %{_basedir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    55
%include default-depend.inc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    56
Requires: SUNWpango
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    57
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    58
%prep
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    59
rm -rf %name-%version
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    60
mkdir %name-%version
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    61
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    62
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    63
mkdir %name-%version/%_arch64
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    64
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    65
%pango_64.prep -d %name-%version/%_arch64
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    66
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    67
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    68
mkdir %name-%version/%{base_arch}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    69
%pango.prep -d %name-%version/%{base_arch}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    70
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    71
cd %{_builddir}/%name-%version
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    72
gzcat %SOURCE0 | tar xf -
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    73
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    74
%build
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    75
PKG_CONFIG_DISABLE_UNINSTALLED=
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    76
unset PKG_CONFIG_DISABLE_UNINSTALLED
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    77
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    78
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    79
%pango_64.build -d %name-%version/%_arch64
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    80
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    81
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    82
%pango.build -d %name-%version/%{base_arch}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    83
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    84
%install
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    85
rm -rf $RPM_BUILD_ROOT
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    86
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    87
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    88
%pango_64.install -d %name-%version/%_arch64
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    89
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    90
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    91
%pango.install -d %name-%version/%{base_arch}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    92
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    93
rm -rf $RPM_BUILD_ROOT%{_mandir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    94
cd %{_builddir}/%name-%version/sun-manpages
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    95
make install DESTDIR=$RPM_BUILD_ROOT
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    96
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    97
# on linux, these config files are created in %post
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    98
# that would be more complicated on Solaris, especially
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    99
# during jumpstart or live upgrade, so it's better to do
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   100
# it during the build
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   101
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   102
$RPM_BUILD_ROOT%{_bindir}/pango-querymodules \
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   103
    $RPM_BUILD_ROOT%{_libdir}/pango/*/modules/*.so \
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   104
    | sed -e "s%%$RPM_BUILD_ROOT%%%%" \
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   105
    > $RPM_BUILD_ROOT%{_sysconfdir}/pango/pango.modules
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   106
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   107
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   108
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}/%{_arch64}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   109
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   110
$RPM_BUILD_ROOT%{_bindir}/%{_arch64}/pango-querymodules \
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   111
    $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/pango/*/modules/*.so \
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   112
    | sed -e "s%%$RPM_BUILD_ROOT%%%%" \
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   113
    > $RPM_BUILD_ROOT%{_sysconfdir}/%{_arch64}/pango/pango.modules
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   114
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   115
rm $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/pango-view
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   116
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   117
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   118
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   119
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   120
%clean
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   121
rm -rf $RPM_BUILD_ROOT
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   122
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   123
%files
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   124
%doc -d  %{base_arch} pango-%{pango.version}/README
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   125
%doc -d  %{base_arch} pango-%{pango.version}/AUTHORS
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   126
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/ChangeLog
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   127
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/ChangeLog.pre-1-0
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   128
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/ChangeLog.pre-1-2
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   129
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/ChangeLog.pre-1-4
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   130
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/ChangeLog.pre-1-6
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   131
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/ChangeLog.pre-1-8
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   132
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/ChangeLog.pre-1-10
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   133
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/ChangeLog.pre-1-12
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   134
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/ChangeLog.pre-1-14
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   135
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/ChangeLog.pre-1-16
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   136
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/ChangeLog.pre-1-18
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   137
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/ChangeLog.pre-1-20
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   138
%doc(bzip2) -d  %{base_arch} pango-%{pango.version}/NEWS
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   139
%dir %attr (0755, root, other) %{_datadir}/doc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   140
%defattr (-, root, bin)
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   141
%dir %attr (0755, root, bin) %{_bindir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   142
%{_bindir}/pango-querymodules
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   143
%{_bindir}/pango-view
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   144
%dir %attr (0755, root, bin) %{_libdir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   145
%{_libdir}/lib*.so*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   146
%{_libdir}/pango/*/*/*.so
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   147
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   148
%dir %attr (0755, root, bin) %{_bindir}/%{_arch64}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   149
%{_bindir}/%{_arch64}/pango-querymodules
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   150
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   151
%{_libdir}/%{_arch64}/lib*.so*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   152
%{_libdir}/%{_arch64}/pango/*/*/*.so
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   153
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   154
%dir %attr (0755, root, sys) %{_datadir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   155
%dir %attr(0755, root, bin) %{_mandir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   156
%dir %attr(0755, root, bin) %{_mandir}/man1
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   157
%{_mandir}/man1/pango-querymodules.1
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   158
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   159
%files devel
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   160
%defattr (-, root, bin)
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   161
%dir %attr (0755, root, bin) %dir %{_libdir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   162
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   163
%{_libdir}/pkgconfig/*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   164
%dir %attr (0755, root, bin) %dir %{_includedir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   165
%{_includedir}/*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   166
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   167
%dir %attr (0755, root, bin) %dir %{_libdir}/%{_arch64}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   168
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   169
%{_libdir}/%{_arch64}/pkgconfig/*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   170
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   171
%dir %attr (0755, root, sys) %dir %{_datadir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   172
%{_datadir}/gtk-doc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   173
%dir %attr(0755, root, bin) %{_mandir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   174
%dir %attr(0755, root, bin) %{_mandir}/man3
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   175
%{_mandir}/man3/*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   176
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   177
%files root
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   178
%defattr (-, root, sys)
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   179
%attr (0755, root, sys) %dir %{_sysconfdir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   180
%config %{_sysconfdir}/pango
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   181
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   182
%config %{_sysconfdir}/%{_arch64}/pango
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   183
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   184
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   185
%changelog
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   186
* Tue Mar 31 2009 - [email protected]
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   187
- initial version(split from SUNWgnome-base-libs)