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