[python-pymtp] Match new libmtp soname

Linus Walleij snirkel at fedoraproject.org
Mon Jun 13 17:49:11 UTC 2011


commit b75651359d9e89fde04c7bcbc33d96e7bdb92392
Author: Linus Walleij <linus.walleij at stericsson.com>
Date:   Mon Jun 13 19:48:50 2011 +0200

    Match new libmtp soname

 python-pymtp.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-pymtp.spec b/python-pymtp.spec
index 30ef219..57bde00 100644
--- a/python-pymtp.spec
+++ b/python-pymtp.spec
@@ -5,7 +5,7 @@
 
 Name:           python-pymtp
 Version:        0.0.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A Pythonic wrapper around libmtp
 
 Group:          Development/Libraries
@@ -17,7 +17,7 @@ Patch0:         http://patch-tracker.debian.org/patch/series/dl/pymtp/0.0.4-2/ad
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Depend on the libmtp soname provides of the correct arch
-%global libmtp libmtp.so.8
+%global libmtp libmtp.so.9
 %ifarch x86_64 ppc64 ia64 sparc64 s390x
 %global mark64 ()(64bit)
 %endif
@@ -44,9 +44,9 @@ sed -i '1d' pymtp.py
 %install
 rm -rf $RPM_BUILD_ROOT
 # Install into python_sitearch for the arch-specific dependency
-%{__python} setup.py install -O1 --skip-build --install-purelib $RPM_BUILD_ROOT%{python_sitearch} 
+%{__python} setup.py install -O1 --skip-build --install-purelib $RPM_BUILD_ROOT%{python_sitearch}
+
 
- 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 13 2011 Linus Walleij <triad at df.lth.se> 0.0.4-3
+- Rebuilt for new - run-time compatible - libmtp
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list