From cf234ae1e1b699bcf814bef91dfe22e8f946d411e8f9a3cc873d412bed3fd424 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 19 Sep 2011 08:27:53 +0000 Subject: [PATCH] - libmtp8 -> libmtp9 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmtp?expand=0&rev=34 --- libmtp.changes | 1 + libmtp.spec | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/libmtp.changes b/libmtp.changes index 1e932e5..60ef9be 100644 --- a/libmtp.changes +++ b/libmtp.changes @@ -5,6 +5,7 @@ Mon Sep 19 10:01:27 CEST 2011 - meissner@suse.de * lots of new devices * IAD (0xfe class) device detection - drop HAL FDI snippets +- libmtp8 -> libmtp9 ------------------------------------------------------------------- Fri Jun 10 09:23:53 UTC 2011 - andrea.turrini@gmail.com diff --git a/libmtp.spec b/libmtp.spec index 14898f5..e165a44 100644 --- a/libmtp.spec +++ b/libmtp.spec @@ -16,7 +16,7 @@ # -%define debug_package_requires libmtp8 = %{version}-%{release} +%define debug_package_requires libmtp9 = %{version}-%{release} Name: libmtp Url: http://sf.net/projects/libmtp @@ -50,12 +50,12 @@ Authors: Mariusz Woloszyn Marcus Meissner -%package -n libmtp8 +%package -n libmtp9 License: LGPLv2.1+ Summary: Library for accessing MTP Players Group: Productivity/Multimedia/Sound/Players -%description -n libmtp8 +%description -n libmtp9 This package contains the libraries that allow access to USB based media players based on the MTP (Media Transfer Protocol) authored by Microsoft. @@ -83,7 +83,7 @@ Group: Productivity/Multimedia/Sound/Players License: LGPLv2.1+ Summary: Development files for access to MTP Player library Group: Development/Libraries/Other -Requires: libmtp8 = %version +Requires: libmtp9 = %version Requires: libusb-devel %description devel @@ -132,15 +132,15 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT/usr/share/doc/libmtp* rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la -%post -n libmtp8 -p /sbin/ldconfig +%post -n libmtp9 -p /sbin/ldconfig -%postun -n libmtp8 -p /sbin/ldconfig +%postun -n libmtp9 -p /sbin/ldconfig %files -n mtp-tools %defattr(-, root, root) %{_prefix}/bin/* -%files -n libmtp8 +%files -n libmtp9 %defattr(-, root, root) %doc COPYING README ChangeLog AUTHORS %{_libdir}/lib*.so.*