- libmtp8 -> libmtp9
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmtp?expand=0&rev=34
This commit is contained in:
parent
1e9f527f0b
commit
cf234ae1e1
@ -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
|
||||
|
14
libmtp.spec
14
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 <emsi@ipartners.pl>
|
||||
Marcus Meissner <marcus@jet.franken.de>
|
||||
|
||||
%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.*
|
||||
|
Loading…
Reference in New Issue
Block a user