18861N/A#
18861N/A# spec file for package SUNWpython-xdg
18861N/A#
18861N/A# Copyright 2008 Sun Microsystems, Inc.
18861N/A# This file and all modifications and additions to the pristine
18861N/A# package are under the same license as the package itself.
18861N/A#
18861N/A%define owner lin
18861N/A#
18861N/A
18861N/A%include Solaris.inc
18861N/A
18861N/A%define pythonver 2.6
18861N/A%use pyxdg = python-xdg.spec
18861N/A
18861N/AName: SUNWpython26-xdg
18861N/AIPS_package_name: library/python-2/python-xdg-26
18861N/AMeta(info.classification): %{classification_prefix}:Development/Python
18861N/ASummary: %{pyxdg.summary}
18861N/AURL: %{pyxdg.url}
18861N/AVersion: %{pyxdg.version}
19109N/ALicense: %{pyxdg.license}
18861N/ASUNW_BaseDir: %{_basedir}
18861N/ASUNW_Copyright: SUNWpython-xdg.copyright
18861N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
20890N/ABuildRequires: runtime/python-26
20890N/ABuildRequires: library/python-2/setuptools-26
20890N/ARequires: runtime/python-26
18861N/A
18861N/A%include default-depend.inc
20857N/A%include gnome-incorporation.inc
18861N/A
18861N/A%description
18861N/AExtensions to python-distutils for large or complex distributions.
18861N/A
18861N/A%prep
18861N/Arm -rf %{name}-%{version}
18861N/Amkdir -p %{name}-%{version}
18861N/A%pyxdg.prep -d %{name}-%{version}
18861N/A
18861N/A%build
18861N/A%pyxdg.build -d %{name}-%{version}
18861N/A
18861N/A%install
18861N/Arm -rf $RPM_BUILD_ROOT
18861N/A%pyxdg.install -d %{name}-%{version}
18861N/A
18861N/A%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
18861N/A
18861N/A%clean
18861N/Arm -rf $RPM_BUILD_ROOT
18861N/A
18861N/A%files
18861N/A%defattr (-, root, bin)
18861N/A%dir %attr (0755, root, bin) %{_libdir}
18861N/A%{_libdir}/python%{pythonver}/vendor-packages/*
18861N/A%doc -d pyxdg-%version AUTHORS README PKG-INFO
18861N/A%doc(bzip2) -d pyxdg-%version COPYING ChangeLog
18861N/A%dir %attr (0755, root, sys) %{_datadir}
18861N/A%dir %attr (0755, root, other) %{_datadir}/doc
18861N/A
18861N/A%changelog
18861N/A* Thu Feb 12 2009 - brian.cameron@sun.com
18861N/A- created 2.6 version based on SUNWpython-xdg.spec.
18861N/A* Tue Nov 18 2008 - jedy.wang@sun.com
18861N/A- Fix installation directory problem.
18861N/A* Wed Oct 29 2008 - brian.cameron@sun.com
18861N/A- Add patch xdg-01-indentation.diff to fix runtime bugzilla bug #18289.
18861N/A* Mon Oct 27 2008 - brian.cameron@sun.com
18861N/A- Bump to 0.16.
18861N/A* Fri Sep 12 2008 - matt.keenn@sun.com
18861N/A- Update copyright
18861N/A* Wed May 14 2008 - darren.kenny@sun.com
18861N/A- Add dependency for SUNWPython
18861N/A* Tue Feb 12 2008 - dermot.mccluskey@sun.com
18861N/A- initial version
19422N/A
19739N/A