SUNWdbus-glib.spec
author hawklu
Fri, 26 Feb 2010 03:26:31 +0000
branchgnome-2-28
changeset 18643 8c2f88f3d983
parent 16663 5c4c2f135852
permissions -rw-r--r--
2010-02-26 Brian Lu <[email protected]> * SUNWsqlite3.spec: * base-specs/sqlite.spec: * copyright/SUNWsqlite3.copyright: * ext-sources/mapfile-libsqlite3: * ext-sources/pkgIndex.tcl: * manpages/Makefile: * manpages/man1/sqlite3.1: * patches/sqlite3-01-using-mapfile.diff: Ship sqlite3 packages
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15331
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
#
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
# spec file for package SUNWdbus-glib
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
#
15350
2d4b8f8d822d 2009-03-11 Brian Cameron <[email protected]>
yippi
parents: 15331
diff changeset
     4
# includes module(s): dbus-glib
15331
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
#
15350
2d4b8f8d822d 2009-03-11 Brian Cameron <[email protected]>
yippi
parents: 15331
diff changeset
     6
# Copyright 2009 Sun Microsystems, Inc.
15331
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
# package are under the same license as the package itself.
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15833
diff changeset
    10
%define owner yippi
15331
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11
# bugdb: bugzilla.freedesktop.org
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    12
#
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    13
%include Solaris.inc
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    14
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    15
%ifarch amd64 sparcv9
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    16
%include arch64.inc
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    17
%use dbus_glib_64   = dbus-glib.spec
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    18
%define _libdir %{_basedir}/lib
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    19
%endif
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    20
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    21
%include base.inc
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    22
%use dbus_glib   = dbus-glib.spec
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    23
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    24
Name:                    SUNWdbus-glib
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    25
Summary:                 D-Bus GLib bindings
15350
2d4b8f8d822d 2009-03-11 Brian Cameron <[email protected]>
yippi
parents: 15331
diff changeset
    26
Version:                 %{dbus_glib.version}
15331
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    27
Source:                  %{name}-manpages-0.1.tar.gz
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    28
SUNW_BaseDir:            %{_basedir}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    29
SUNW_Copyright:          %{name}.copyright
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    30
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    31
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15350
diff changeset
    32
Requires:	SUNWglib2
15331
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    33
Requires:	SUNWdbus
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    34
Requires:	SUNWlxml
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    35
Requires:       SUNWlexpt
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15350
diff changeset
    36
BuildRequires:	SUNWglib2-devel
15331
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    37
BuildRequires:	SUNWdbus-devel
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    38
BuildRequires:	SUNWlxml
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    39
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    40
%package devel
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    41
Summary:                 %{summary} - development files
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    42
SUNW_BaseDir:            %{_basedir}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    43
%include default-depend.inc
15833
7f9243acbaba fix dependency issue(CR6843511, 6843654, 6843579, 6843587, 6843581, 6845023, 6843582)
davelam
parents: 15650
diff changeset
    44
Requires:       SUNWglib2-devel
7f9243acbaba fix dependency issue(CR6843511, 6843654, 6843579, 6843587, 6843581, 6845023, 6843582)
davelam
parents: 15650
diff changeset
    45
Requires:       SUNWdbus-devel
15331
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    46
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    47
%prep
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    48
rm -rf %name-%version
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    49
mkdir %name-%version
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    50
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    51
%ifarch amd64 sparcv9
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    52
mkdir %name-%version/%_arch64
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    53
%dbus_glib_64.prep -d %name-%version/%_arch64
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    54
%endif
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    55
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    56
mkdir %name-%version/%{base_arch}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    57
%dbus_glib.prep -d %name-%version/%{base_arch}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    58
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    59
cd %{_builddir}/%name-%version
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    60
gzcat %SOURCE0 | tar xf -
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    61
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    62
%build
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    63
PKG_CONFIG_DISABLE_UNINSTALLED=
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    64
unset PKG_CONFIG_DISABLE_UNINSTALLED
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    65
%if %cc_is_gcc
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    66
export EXTRA_CFLAGS="-I/usr/sfw/include"
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    67
%else
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    68
export EXTRA_CFLAGS="-xc99 -D_REENTRANT -I/usr/sfw/include -D__EXTENSIONS__"
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    69
%endif
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    70
# Put /usr/ccs/lib first in the PATH so that cpp is picked up from there
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    71
# note: I didn't put /usr/lib in the PATH because there's too much other
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    72
# stuff in there
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    73
#
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    74
export PATH=/usr/ccs/lib:$PATH
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    75
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    76
%ifarch amd64 sparcv9
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    77
export EXTRA_LDFLAGS="-L/usr/sfw/lib/%{_arch64} -R/usr/sfw/lib/%{_arch64} -lexpat"
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    78
export PKG_CONFIG_PATH=../dbus-glib-%{dbus_glib.version}:/usr/lib/%{_arch64}/pkgconfig
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    79
%dbus_glib_64.build -d %name-%version/%_arch64
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    80
%endif
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    81
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    82
export PKG_CONFIG_PATH=../dbus-glib-%{dbus_glib.version}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    83
export EXTRA_LDFLAGS="-L/usr/sfw/lib -R/usr/sfw/lib -lexpat"
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    84
%dbus_glib.build -d %name-%version/%{base_arch}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    85
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    86
%install
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    87
rm -rf $RPM_BUILD_ROOT
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    88
%ifarch amd64 sparcv9
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    89
%dbus_glib_64.install -d %name-%version/%_arch64
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    90
%endif
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    91
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    92
%dbus_glib.install -d %name-%version/%{base_arch}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    93
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    94
# Remove dbus-bash-completion.sh, a bash autocompletion script in the
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    95
# %{_sysconfdir}/profile.d dir. We don't ship such files. It is the only file
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    96
# under %{_sysconfdir} so remove the entire structure.
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    97
# rm/rmdir used instead of 'rm -r' so that files added under %{_sysconfdir} are
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    98
# found, via build failure.
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    99
rm $RPM_BUILD_ROOT%{_libexecdir}/dbus-bash-completion-helper
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   100
%ifarch amd64 sparcv9
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   101
rm $RPM_BUILD_ROOT%{_libexecdir}/%{_arch64}/dbus-bash-completion-helper
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   102
%endif
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   103
rm $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   104
rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   105
rmdir $RPM_BUILD_ROOT%{_sysconfdir}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   106
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   107
rm -rf $RPM_BUILD_ROOT%{_mandir}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   108
cd %{_builddir}/%name-%version/sun-manpages
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   109
make install DESTDIR=$RPM_BUILD_ROOT
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   110
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   111
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   112
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   113
%clean
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   114
rm -rf $RPM_BUILD_ROOT
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   115
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   116
%files
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   117
%defattr (-, root, bin)
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   118
%dir %attr (0755, root, bin) %{_bindir}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   119
%{_bindir}/*
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   120
%dir %attr (0755, root, bin) %{_libdir}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   121
%{_libdir}/lib*.so*
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   122
%dir %attr (0755, root, sys) %{_datadir}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   123
%{_datadir}/dbus-1
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   124
%doc %{base_arch}/dbus-glib-%{dbus_glib.version}/AUTHORS
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   125
%doc %{base_arch}/dbus-glib-%{dbus_glib.version}/README
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   126
%doc(bzip2) %{base_arch}/dbus-glib-%{dbus_glib.version}/COPYING
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   127
%doc(bzip2) %{base_arch}/dbus-glib-%{dbus_glib.version}/ChangeLog
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   128
%doc(bzip2) %{base_arch}/dbus-glib-%{dbus_glib.version}/NEWS
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   129
%dir %attr (0755, root, other) %{_datadir}/doc
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   130
%dir %attr(0755, root, bin) %{_mandir}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   131
%dir %attr(0755, root, bin) %{_mandir}/man1
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   132
%dir %attr(0755, root, bin) %{_mandir}/man3
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   133
%{_mandir}/man1/*
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   134
%{_mandir}/man3/*
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   135
%ifarch amd64 sparcv9
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   136
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   137
%{_libdir}/%{_arch64}/lib*.so*
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   138
%endif
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   139
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   140
%files devel
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   141
%defattr (-, root, bin)
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   142
%dir %attr (0755, root, bin) %{_libdir}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   143
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   144
%{_libdir}/pkgconfig/*
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   145
%dir %attr (0755, root, bin) %{_includedir}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   146
%{_includedir}/*
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   147
%dir %attr (0755, root, sys) %{_datadir}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   148
%dir %attr (0755, root, other) %{_datadir}/doc
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   149
%{_datadir}/gtk-doc
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   150
%ifarch amd64 sparcv9
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   151
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   152
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   153
%{_libdir}/%{_arch64}/pkgconfig/*.pc
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   154
%endif
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   155
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   156
%changelog
15833
7f9243acbaba fix dependency issue(CR6843511, 6843654, 6843579, 6843587, 6843581, 6845023, 6843582)
davelam
parents: 15650
diff changeset
   157
* Tue Jun 02 2009 - [email protected]
7f9243acbaba fix dependency issue(CR6843511, 6843654, 6843579, 6843587, 6843581, 6845023, 6843582)
davelam
parents: 15650
diff changeset
   158
- fixed dependency issue(CR6843511).
15350
2d4b8f8d822d 2009-03-11 Brian Cameron <[email protected]>
yippi
parents: 15331
diff changeset
   159
* Tue Mar 10 2009 - [email protected]
2d4b8f8d822d 2009-03-11 Brian Cameron <[email protected]>
yippi
parents: 15331
diff changeset
   160
- Cleanup based on code review.
15331
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   161
* Thu Mar 05 2009 - [email protected]
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   162
- Split from SUNWdbus-bindings.spec.
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   163
* Wed Mar 04 2009 - [email protected]
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   164
- Add /usr/share/man/man1 in %files
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   165
* Sun Sep 14 2008 - [email protected]
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   166
- Add new copyright files.
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   167
* Thu Mar 27 2008 - [email protected]
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   168
- Add SUNW_Copyright
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   169
* Tue Nov 20 2007 - [email protected]
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   170
- Add libdbus-glib-1.3 manpage.
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   171
* Fri Sep 28 2007 - [email protected]
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   172
- convert to new style multi-ISA build
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   173
- delete SUNWxwrtl dep
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   174
* Sat Feb 25 2007 - [email protected]
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   175
- updated to include 64-bit build RFE: #6480511
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   176
* Fri Jan 26 2007 - [email protected]
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   177
- Set PKG_CONFIG vars in %build because dbus-python use autofoo/configure/make
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   178
  process rather than setup.py.
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   179
* Thu Jan 25 2007 - [email protected]
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   180
- Add %{_datadir}/doc to devel pkg, because of new dbus-python tarball.
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   181
* Thu Dec 21 2006 - [email protected]
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   182
- Remove references to SUNWdbus-bindings-root since we do not
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   183
  build this package.
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   184
* Thu Sep 21 2006 - [email protected]
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   185
- Created.
f56dbb788d44 2009-03-09 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
   186