13629N/A#
13629N/A# spec file for package SUNWdbus-python26
13629N/A#
16362N/A# includes module(s): dbus-python
13629N/A#
13629N/A# Copyright 2009 Sun Microsystems, Inc.
13629N/A# This file and all modifications and additions to the pristine
13629N/A# package are under the same license as the package itself.
13629N/A#
13629N/A%define owner yippi
15291N/A# bugdb: bugzilla.freedesktop.org
13629N/A#
16918N/A%include Solaris.inc
13629N/A
13629N/A%define pythonver 2.6
13629N/A
13629N/A%include base.inc
16571N/A%use dbus_python = dbus-python.spec
13629N/A
13629N/AName: SUNWdbus-python26
13629N/AIPS_package_name: library/python-2/python-dbus-26
14461N/AMeta(info.classification): %{classification_prefix}:System/Libraries
15240N/ASummary: D-Bus Python %{pythonver} bindings
15240N/AVersion: %{dbus_python.version}
15299N/ASUNW_BaseDir: %{_basedir}
15584N/ASUNW_Copyright: SUNWdbus-python24.copyright
15637N/ALicense: %{dbus_python.license}
15584N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
14461N/A%include default-depend.inc
13629N/A%include desktop-incorporation.inc
13629N/ARequires: SUNWdbus
13629N/ARequires: SUNWlxml
13629N/ARequires: SUNWlexpt
13629N/ARequires: SUNWPython26-extra
13629N/ARequires: SUNWdbus-glib
13629N/ABuildRequires: SUNWdbus-devel
13629N/ABuildRequires: SUNWlxml
13629N/ABuildRequires: SUNWPython26-extra
13629N/ABuildRequires: SUNWpython26-setuptools
13629N/ABuildRequires: SUNWdbus-glib-devel
13629N/ABuildRequires: consolidation/desktop/gnome-incorporation
13629N/A
13629N/A%package devel
13629N/ASummary: %{summary} - development files
13629N/ASUNW_BaseDir: %{_basedir}
13629N/A%include default-depend.inc
13629N/A%include desktop-incorporation.inc
13629N/A
13629N/A%prep
13629N/Arm -rf %name-%version
15240N/Amkdir %name-%version
15242N/A%dbus_python.prep -d %name-%version
15299N/A
13629N/A%build
13629N/APKG_CONFIG_DISABLE_UNINSTALLED=
13629N/Aunset PKG_CONFIG_DISABLE_UNINSTALLED
13629N/Aexport PYTHON=/usr/bin/python%{pythonver}
13629N/A%dbus_python.build -d %name-%version
13629N/A
13629N/A%install
13629N/Arm -rf $RPM_BUILD_ROOT
13629N/A%dbus_python.install -d %name-%version
13629N/A
13629N/A%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
13629N/A
13629N/A%clean
13629N/Arm -rf $RPM_BUILD_ROOT
13629N/A
13629N/A%files
13629N/A%defattr (-, root, bin)
13629N/A%dir %attr (0755, root, bin) %{_libdir}
13629N/A%{_libdir}/python%{pythonver}/vendor-packages
13629N/A%dir %attr (0755, root, sys) %{_datadir}
13629N/A%doc -d dbus-python-%{dbus_python.version} AUTHORS
14461N/A%doc -d dbus-python-%{dbus_python.version} README
13629N/A%doc(bzip2) -d dbus-python-%{dbus_python.version} COPYING
13629N/A%doc(bzip2) -d dbus-python-%{dbus_python.version} ChangeLog
13629N/A%doc(bzip2) -d dbus-python-%{dbus_python.version} NEWS
13629N/A%dir %attr (0755, root, other) %{_datadir}/doc
13629N/A
13629N/A%files devel
13629N/A%defattr (-, root, bin)
13629N/A%dir %attr (0755, root, bin) %{_libdir}
15240N/A%dir %attr (0755, root, other) %{_libdir}/pkgconfig
15240N/A%{_libdir}/pkgconfig/*
15240N/A%dir %attr (0755, root, bin) %{_includedir}
13629N/A%{_includedir}/*
13629N/A%dir %attr (0755, root, sys) %{_datadir}
13629N/A%dir %attr (0755, root, other) %{_datadir}/doc
13629N/A%dir %attr (0755, root, other) %{_datadir}/doc/dbus-python
13629N/A%{_datadir}/doc/dbus-python/*
13629N/A
13629N/A%changelog
13629N/A* Tue Mar 10 2009 - brian.cameron@sun.com
13629N/A- Cleanup based on code review.
13629N/A* Thu Mar 05 2009 - brian.cameron@sun.com
13629N/A- Split from SUNWdbus-bindings.spec. Remove 64 bit support as it is not
13629N/A needed for the python bindings.
13629N/A* Wed Mar 04 2009 - dave.lin@sun.com
16918N/A- Add /usr/share/man/man1 in %files
16918N/A* Sun Sep 14 2008 - brian.cameron@sun.com
16571N/A- Add new copyright files.
16571N/A* Thu Mar 27 2008 - brian.cameron@sun.com
16362N/A- Add SUNW_Copyright
16362N/A* Tue Nov 20 2007 - brian.cameron@sun.com
16146N/A- Add libdbus-glib-1.3 manpage.
16146N/A* Fri Sep 28 2007 - laca@sun.com
16146N/A- convert to new style multi-ISA build
16026N/A- delete SUNWxwrtl dep
16026N/A* Sat Feb 25 2007 - dougs@truemail.co.th
15837N/A- updated to include 64-bit build RFE: #6480511
15837N/A* Fri Jan 26 2007 - damien.carbery@sun.com
15759N/A- Set PKG_CONFIG vars in %build because dbus-python use autofoo/configure/make
15759N/A process rather than setup.py.
15759N/A* Thu Jan 25 2007 - damien.carbery@sun.com
15759N/A- Add %{_datadir}/doc to devel pkg, because of new dbus-python tarball.
15746N/A* Thu Dec 21 2006 - brian.cameron@sun.com
15746N/A- Remove references to SUNWdbus-bindings-root since we do not
15746N/A build this package.
15746N/A* Thu Sep 21 2006 - brian.cameron@sun.com
15637N/A- Created.
15637N/A
15637N/A
15637N/A
15584N/A