15789N/A#
15789N/A# spec file for package SUNWpython26-setuptools
15789N/A#
20890N/A# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
15789N/A# This file and all modifications and additions to the pristine
15789N/A# package are under the same license as the package itself.
15789N/A#
18705N/A%define owner jouby
15789N/A#
15789N/A
15789N/A%include Solaris.inc
15789N/A
15789N/A%define pythonver 2.6
15789N/A%use pst = python-setuptools.spec
15789N/A
15789N/AName: SUNWpython26-setuptools
18688N/AIPS_package_name: library/python-2/setuptools-26
18688N/AMeta(info.classification): %{classification_prefix}:Development/Python
19846N/ASummary: Download, build, install, upgrade, and uninstall Python packages easily
15789N/AURL: %{pst.url}
15789N/AVersion: %{pst.version}
15789N/ASUNW_BaseDir: %{_basedir}
15789N/ASUNW_Copyright: SUNWpython-setuptools.copyright
19092N/ALicense: PSF, Zope Public License
15789N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
20890N/ABuildRequires: runtime/python-26
20890N/ARequires: runtime/python-26
15789N/A
15789N/A%include default-depend.inc
20857N/A%include desktop-incorporation.inc
15789N/A
15789N/A%prep
15789N/Arm -rf %name-%version
15789N/Amkdir -p %name-%version
15789N/A%pst.prep -d %name-%version
15789N/A
15789N/A%build
15789N/A%pst.build -d %name-%version
15789N/A
15789N/A%install
15789N/Arm -rf $RPM_BUILD_ROOT
15789N/A%pst.install -d %name-%version
15789N/A
15789N/A%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
15789N/A
15789N/A%clean
15789N/Arm -rf $RPM_BUILD_ROOT
15789N/A
15789N/A%files
15789N/A%defattr(-,root,bin)
15789N/A%dir %attr (0755, root, bin) %{_bindir}
15789N/A%{_bindir}/easy_install
15789N/A%{_bindir}/easy_install-%{pythonver}
15789N/A%dir %attr (0755, root, bin) %{_libdir}
15789N/A%{_libdir}/python%{pythonver}/vendor-packages/setuptools-%{pst.tarball_version}-py%{pythonver}.egg-info
15789N/A%{_libdir}/python%{pythonver}/vendor-packages/setuptools/*
15789N/A%{_libdir}/python%{pythonver}/vendor-packages/pkg_resources.pyc
15789N/A%{_libdir}/python%{pythonver}/vendor-packages/easy_install.pyc
15789N/A%{_libdir}/python%{pythonver}/vendor-packages/site.pyc
15789N/A%{_libdir}/python%{pythonver}/vendor-packages/pkg_resources.py
15789N/A%{_libdir}/python%{pythonver}/vendor-packages/easy_install.py
15789N/A%{_libdir}/python%{pythonver}/vendor-packages/site.py
15789N/A%doc -d setuptools-%{pst.tarball_version} PKG-INFO
15789N/A%doc(bzip2) -d setuptools-%{pst.tarball_version} README.txt
15789N/A%dir %attr (0755, root, sys) %{_datadir}
15789N/A%dir %attr (0755, root, other) %{_datadir}/doc
15789N/A
15789N/A%changelog
20890N/A* Fri Feb 10 2012 - padraig.obriain@oracle.com
20890N/A- Update Requires and BuildRequires to be IPS package names.
18705N/A* Fri Apr 30 2010 - yuntong.jin@sun.com
18705N/A- Change the ownership to jouby
15789N/A* Mon Feb 2 2009 - laca@sun.com
15789N/A- create based on SUNWpython25-setuptools.spec
15789N/A* Tue Nov 25 2008 - laca@sun.com
15789N/A- create based on SUNWpython-setuptools.spec
15789N/A* Tue Nov 18 2008 - jedy.wang@sun.com
15789N/A- Fix installation directory problem.
15789N/A* Wed Oct 01 2008 - brian.cameron@sun.com
15789N/A- Bump to 0.6.9.
15789N/A* Tue Sep 16 2008 - matt.keenn@sun.com
15789N/A- Update copyright
15789N/A* Wed May 14 2008 - darren.kenny@sun.com
15789N/A- Add SUWNPython dependency.
15789N/A* Mon May 05 2008 - brian.cameron@sun.com
15789N/A- Bump to 0.6.8
15789N/A* Tue Mar 11 2008 - damien.carbery@sun.com
15789N/A- Use %tarball_version as appropriate in %files and %pre and %install.
15789N/A* Fri Mar 07 2008 - damien.carbery@sun.com
15789N/A- Change package version to be numeric.
15789N/A* Tue Feb 12 2008 - dermot.mccluskey@sun.com
15789N/A- initial version
19418N/A
19735N/A