Sophie

Sophie

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

python-telepathy-0.15.19-2.mga3.src.rpm

%define oname telepathy-python

Name:           python-telepathy
Version:        0.15.19
Release:        %mkrel 2
Summary:        Python libraries for Telepathy
Group:          Development/Python
License:        LGPLv2+
URL:            http://telepathy.freedesktop.org/wiki/
Source0:        http://telepathy.freedesktop.org/releases/telepathy-python/%{oname}-%{version}.tar.gz
# add patch from upstream git to fix build, without the patch make intall was
# barfing on installing two files with same name (errors.py) to the same location
Patch0:         python-telepathy-0.15.19-fix-build.patch
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  libxslt-proc

%description
Python libraries for use in Telepathy clients and connection managers.

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

%build
%configure2_5x
# parallel build fails
make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS README
%{python_sitelib}/telepathy/


%changelog

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

* Wed Apr 27 2011 ahmad <ahmad> 0.15.19-1.mga1
+ Revision: 91946
- Add patch from upstream GIT to fix build
- imported package python-telepathy