SUNWglib2.spec
author davelam
Mon, 06 Apr 2009 03:32:46 +0000
changeset 15564 f59e641d930b
parent 15561 43df2720653d
child 16434 f21f22550fe9
permissions -rw-r--r--
correct dependency(gtkdocize) from SUNWgnome-common-devel to SUNWgtk-doc
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 SUNWglib2
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): glib2
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
#
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    10
# Owner: erwannc
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
%use glib_64 = glib2.spec
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    17
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    18
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    19
%include base.inc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    20
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    21
%use glib = glib2.spec
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    22
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    23
Name:                    SUNWglib2
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    24
Summary:                 GNOME core libraries
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    25
Version:                 %{glib.version}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    26
Source:                  %{name}-manpages-0.1.tar.gz
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    27
SUNW_BaseDir:            %{_basedir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    28
SUNW_Copyright:          %{name}.copyright
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    29
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    30
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    31
%include default-depend.inc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    32
Requires: SUNWlibms
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    33
Requires: SUNWPython
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    34
Requires: SUNWperl584core
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    35
BuildRequires: SUNWlibm
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    36
BuildRequires: SUNWPython-devel
15564
f59e641d930b correct dependency(gtkdocize) from SUNWgnome-common-devel to SUNWgtk-doc
davelam
parents: 15561
diff changeset
    37
BuildRequires: SUNWgtk-doc
15558
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    38
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    39
%if %(/bin/test -e /usr/sfw/include/glib.h && echo 1 || echo 0)
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    40
BuildConflicts: SUNWGlib
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    41
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    42
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    43
%package devel		
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    44
Summary:                 %{summary} - development files
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    45
SUNW_BaseDir:            %{_basedir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    46
%include default-depend.inc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    47
Requires: SUNWglib2
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    48
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    49
%if %build_l10n
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    50
%package l10n
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    51
Summary:                 %{summary} - l10n content
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    52
SUNW_BaseDir:            %{_basedir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    53
%include default-depend.inc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    54
Requires: %{name}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    55
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    56
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    57
%prep
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    58
rm -rf %name-%version
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    59
mkdir %name-%version
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    60
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    61
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    62
mkdir %name-%version/%_arch64
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    63
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    64
%glib_64.prep -d %name-%version/%_arch64
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    65
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    66
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    67
mkdir %name-%version/%{base_arch}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    68
%glib.prep -d %name-%version/%{base_arch}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    69
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    70
cd %{_builddir}/%name-%version
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    71
gzcat %SOURCE0 | tar xf -
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    72
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    73
%build
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    74
PKG_CONFIG_DISABLE_UNINSTALLED=
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    75
unset PKG_CONFIG_DISABLE_UNINSTALLED
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    76
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    77
export PERL_PATH=/usr/perl5/bin/perl
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    78
export PERL=/usr/perl5/bin/perl
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    79
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    80
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    81
%glib_64.build -d %name-%version/%_arch64
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    82
%endif
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
%glib.build -d %name-%version/%{base_arch}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    85
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    86
%install
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    87
rm -rf $RPM_BUILD_ROOT
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    88
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    89
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    90
%glib_64.install -d %name-%version/%_arch64
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    91
%endif
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
%glib.install -d %name-%version/%{base_arch}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    94
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    95
rm -rf $RPM_BUILD_ROOT%{_mandir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    96
cd %{_builddir}/%name-%version/sun-manpages
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    97
make install DESTDIR=$RPM_BUILD_ROOT
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    98
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    99
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   100
rm $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/glib-{genmarshal,gettextize,mkenums}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   101
rm $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/gobject-query
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   102
#FIXME: remove the empty dir
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   103
rmdir $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/gio/modules
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   104
rmdir $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/gio
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   105
%endif
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
#FIXME: remove the empty dir
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   108
rmdir $RPM_BUILD_ROOT%{_libdir}/gio/modules
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   109
rmdir $RPM_BUILD_ROOT%{_libdir}/gio
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   110
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   111
%if %build_l10n
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   112
%else
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   113
# REMOVE l10n FILES
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   114
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   115
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   116
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   117
%{?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
   118
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   119
%clean
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   120
rm -rf $RPM_BUILD_ROOT
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   121
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} glib-%{glib.version}/README
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   125
%doc -d %{base_arch} glib-%{glib.version}/AUTHORS
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   126
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/ChangeLog
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   127
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/ChangeLog.pre-1-2
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   128
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/ChangeLog.pre-2-0
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   129
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/ChangeLog.pre-2-2
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   130
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/ChangeLog.pre-2-4
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   131
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/ChangeLog.pre-2-6
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   132
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/ChangeLog.pre-2-8
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   133
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/ChangeLog.pre-2-10
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   134
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/ChangeLog.pre-2-12
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   135
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/ChangeLog.pre-2-14
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   136
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/gio/ChangeLog
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   137
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/gmodule/ChangeLog
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   138
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/gobject/ChangeLog
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   139
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/gthread/ChangeLog
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   140
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/po/ChangeLog
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   141
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/COPYING
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   142
%doc(bzip2) -d %{base_arch} glib-%{glib.version}/NEWS
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   143
%dir %attr (0755, root, other) %{_datadir}/doc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   144
%defattr (-, root, bin)
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   145
%dir %attr (0755, root, bin) %{_bindir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   146
%{_bindir}/gtester
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   147
%{_bindir}/gtester-report
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   148
%dir %attr (0755, root, bin) %{_libdir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   149
%{_libdir}/lib*.so*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   150
%{_libdir}/charset.alias
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   151
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   152
%dir %attr (0755, root, bin) %{_bindir}/%{_arch64}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   153
%{_bindir}/%{_arch64}/gtester
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   154
%{_bindir}/%{_arch64}/gtester-report
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   155
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   156
%{_libdir}/%{_arch64}/lib*.so*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   157
%{_libdir}/%{_arch64}/charset.alias
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   158
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   159
%dir %attr (0755, root, sys) %{_datadir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   160
%dir %attr(0755, root, bin) %{_mandir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   161
%dir %attr(0755, root, bin) %{_mandir}/entities
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   162
%{_mandir}/entities/*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   163
%dir %attr(0755, root, bin) %{_mandir}/man5
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   164
%{_mandir}/man5/*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   165
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   166
%files devel
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   167
%defattr (-, root, bin)
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   168
%dir %attr (0755, root, bin) %dir %{_libdir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   169
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   170
%{_libdir}/pkgconfig/*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   171
%{_libdir}/glib*/include
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   172
%dir %attr (0755, root, bin) %dir %{_bindir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   173
%{_bindir}/glib-genmarshal
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   174
%{_bindir}/glib-gettextize
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   175
%{_bindir}/glib-mkenums
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   176
%{_bindir}/gobject-query
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   177
%dir %attr (0755, root, bin) %dir %{_includedir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   178
%{_includedir}/*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   179
%ifarch amd64 sparcv9
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   180
%dir %attr (0755, root, bin) %dir %{_libdir}/%{_arch64}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   181
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   182
%{_libdir}/%{_arch64}/pkgconfig/*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   183
%{_libdir}/%{_arch64}/glib*/include
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   184
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   185
%dir %attr (0755, root, sys) %dir %{_datadir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   186
%{_datadir}/gtk-doc
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   187
%dir %attr (0755, root, other) %{_datadir}/aclocal
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   188
%{_datadir}/aclocal/*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   189
%{_datadir}/glib-2.0
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   190
%dir %attr(0755, root, bin) %{_mandir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   191
%dir %attr(0755, root, bin) %{_mandir}/man3
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   192
%{_mandir}/man3/*
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   193
%dir %attr(0755, root, bin) %{_mandir}/man1
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   194
%{_mandir}/man1/glib-genmarshal.1
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   195
%{_mandir}/man1/glib-gettextize.1
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   196
%{_mandir}/man1/glib-mkenums.1
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   197
%{_mandir}/man1/gobject-query.1
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   198
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   199
%if %build_l10n
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   200
%files l10n
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   201
%defattr (-, root, bin)
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   202
%dir %attr (0755, root, sys) %dir %{_datadir}
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   203
%attr (-, root, other) %{_datadir}/locale
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   204
%endif
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   205
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   206
%changelog
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   207
* Tue Mar 31 2009 - [email protected]
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents:
diff changeset
   208
- initial version(split from SUNWgnome-base-libs)