Hello community,

here is the log from the commit of package python-distribute for 
openSUSE:Factory
checked in at Thu Apr 21 12:38:43 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-distribute/python-distribute.changes    
2010-08-31 01:48:33.000000000 +0200
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Mon Aug 30 18:37:30 UTC 2010 - jf...@funktronics.ca
+
+- Update to 0.6.14
+- Provide and obsolete python-setuptools to fix bnc#632805
+
+-------------------------------------------------------------------
+Fri May  7 12:24:36 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 0.6.12;
+- Spec file cleaned with spec-cleaner.
+
+-------------------------------------------------------------------
+Mon Dec 14 19:29:54 UTC 2009 - alexan...@exatati.com.br
+
+- Update to 0.6.10.
+
+-------------------------------------------------------------------
+Tue Nov 10 18:25:35 UTC 2009 - jf...@funktronics.ca
+
+- Initial release
+

calling whatdependson for head-i586


New:
----
  distribute-0.6.14.tar.bz2
  python-distribute.changes
  python-distribute.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-distribute.spec ++++++
#
# spec file for package python-distribute
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define modname distribute

Name:           python-%{modname}
Version:        0.6.14
Release:        1
License:        PSF or ZPL
Summary:        Easily Download, Build, Install, Upgrade, and Uninstall Python 
Packages
Url:            http://packages.python.org/distribute/
Group:          Development/Libraries/Python
Source:         %{modname}-%{version}.tar.bz2
BuildRequires:  python-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Obsoletes:      python-setuptools
Provides:       python-setuptools
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch:      noarch
%else
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(True)")}
%endif

%description
Distribute is a fork of the Setuptools project.

Distribute is intended to replace Setuptools as the standard method for working
with Python module distributions.

Author:
--------
    The fellowship of the packaging <distutils-...@python.org>

%prep
%setup -q -n %{modname}-%{version}
rm -f distribute.egg-info/*.orig
chmod -x {.,docs}/*.txt

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --single-version-externally-managed --prefix=%{_prefix} 
--root=%{buildroot}
rm -f %{python_sitelib}/setuptools/*.exe

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs/*.txt CHANGES.txt CONTRIBUTORS.txt DEVGUIDE.txt README.txt
%{_bindir}/easy_install
%{_bindir}/easy_install-%{py_ver}
%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/easy_install.py*
%{python_sitelib}/pkg_resources.py*
%{python_sitelib}/site.py*
%{python_sitelib}/setuptools*

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to