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