Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > d9cb9c1f7fefd89566d2f9a7d75ea46a > files > 2

python-logilab-common-0.58.3-2.mga3.src.rpm

%define module  logilab-common

Summary:    Python modules used by Logilab software
Name:       python-%{module}
Version:    0.58.3
Release:    %mkrel 2
Source0:    http://download.logilab.org/pub/common/%{module}-%{version}.tar.gz
License:    GPLv2+
Group:      Development/Python
Url:        http://www.logilab.org/
Requires:   python-egenix-mx-base
BuildArch:  noarch
BuildRequires:  python-setuptools

%description
This package contains a number of Python modules that provide low level
functionality used by various free software projects supported by Logilab.

%prep
%setup -q -n %{module}-%{version}

%build

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot}

%__rm %{buildroot}%{python_sitelib}/logilab/common/test/data/MyPyPa-0.1.0-py2.5.egg
%__rm %{buildroot}%{python_sitelib}/logilab/common/test/data/MyPyPa-0.1.0.zip

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING ChangeLog
%_bindir/pytest
%py_sitedir/logilab*




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.58.3-2.mga3
+ Revision: 379059
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Nov 20 2012 grenoya <grenoya> 0.58.3-1.mga3
+ Revision: 319851
-new version 0.58.3

* Mon Aug 20 2012 grenoya <grenoya> 0.58.2-1.mga3
+ Revision: 282664
- new version 0.58.2

* Fri Oct 28 2011 grenoya <grenoya> 0.57.1-1.mga2
+ Revision: 159240
- new version 0.57.1

* Sun Oct 23 2011 grenoya <grenoya> 0.57.0-1.mga2
+ Revision: 157501
- new version 0.57.0
- remove patch #0 corrected upstream

* Fri Sep 16 2011 grenoya <grenoya> 0.56.2-1.mga2
+ Revision: 144314
- upgrade to 0.56.2

* Wed Sep 07 2011 grenoya <grenoya> 0.56.0-3.mga2
+ Revision: 140815
- add patch to switch off unnecessary requirement on unittest2 with python > 2.7

* Wed Sep 07 2011 grenoya <grenoya> 0.56.0-2.mga2
+ Revision: 140713
- remove references to python 2.5
- remove .pyc files from rpm

* Wed Sep 07 2011 grenoya <grenoya> 0.56.0-1.mga2
+ Revision: 140569
- clean spec
- imported package python-logilab-common