OBS User unknown 2008-08-27 00:22:15 +00:00 committed by Git OBS Bridge
parent 3446862a3a
commit b834caf280
4 changed files with 68 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed916dc5cf90faffa2bde769fdf7df0db4de920bb353a4a0205a75198b738860
size 407936

3
libmtp-0.3.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cec058de6b36b0ddf0fd6aa8633dda3f2f87b414a61e793bdc855522f7824979
size 417603

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 26 14:41:28 CEST 2008 - meissner@suse.de
- upgraded to 0.3.1
- lots of new ids
- sansa player handling better now
- special playlist support for a subkind of devices
- commandline tools now live in mtp-tools, libmtp is empty.
-------------------------------------------------------------------
Tue Jun 24 10:27:48 CEST 2008 - meissner@suse.de

View File

@ -1,10 +1,17 @@
#
# spec file for package libmtp (Version 0.3.0)
# spec file for package libmtp (Version 0.3.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -22,8 +29,8 @@ BuildRequires: libusb
License: LGPL v2.1 or later
Group: Productivity/Multimedia/Sound/Players
AutoReqProv: on
Summary: Access to MTP Players
Version: 0.3.0
Summary: Commandline utilities for access to MTP Players
Version: 0.3.1
Release: 1
Source0: %name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -31,8 +38,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains binaries and documentation that allow accessto
USB based media players based on the MTP (Media TransferProtocol)
authored by Microsoft. Common devices using this technology are
Creative Zen, iRiver, Samsung and others.
authored by Microsoft.
Common devices using this technology are Creative Zen, iRiver, Samsung
and others.
@ -47,14 +56,16 @@ Authors:
%package -n libmtp8
License: LGPL v2.1 or later
Summary: Access to MTP Players
Summary: Library for accessing MTP Players
Group: Productivity/Multimedia/Sound/Players
%description -n libmtp8
This package contains libraries that allow access to USB based media
This package contain the libraries that allow access to USB based media
players based on the MTP (Media TransferProtocol) authored by
Microsoft. Common devices using this technology are Creative Zen,
iRiver, Samsung and others.
Microsoft.
Common devices using this technology are Creative Zen, iRiver, Samsung
and others.
@ -67,9 +78,14 @@ Authors:
Mariusz Woloszyn <emsi@ipartners.pl>
Marcus Meissner <marcus@jet.franken.de>
%package -n mtp-tools
License: LGPL v2.1 or later
Summary: Commandline utilities for access to MTP Players
Group: Productivity/Multimedia/Sound/Players
%package devel
License: LGPL v2.1 or later
Summary: Access to MTP Players development files
Summary: Development files for access to MTP Player library
Group: Development/Libraries/Other
Requires: libmtp8 = %version
%if %suse_version > 1020
@ -77,10 +93,25 @@ Requires: libusb-devel
%endif
%description devel
This package contains a library that allows access to USB based media
players based on the MTP (Media Transfer Protocol) authored by
Microsoft. Common devices using this technology are Creative Zen,
iRiver, Samsung and others.
This package contains the development headers for the libmtp library
that allows access to USB based media players based on the MTP (Media
Transfer Protocol) authored by Microsoft.
Authors:
--------
Richard Low <richard@wentnet.com>
Linus Walleij <triad@df.lth.se>
based on code by:
Mariusz Woloszyn <emsi@ipartners.pl>
Marcus Meissner <marcus@jet.franken.de>
%description -n mtp-tools
This package contains binaries that allow command line access to USB
based media players based on the MTP (Media TransferProtocol) authored
by Microsoft. For graphical user interfaces use Amarok or Banshee.
@ -110,13 +141,13 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/libmtp*
%postun -n libmtp8 -p /sbin/ldconfig
%files
%files -n mtp-tools
%defattr(-, root, root)
%doc COPYING TODO README ChangeLog AUTHORS
%{_prefix}/bin/*
%files -n libmtp8
%defattr(-, root, root)
%doc COPYING README ChangeLog AUTHORS
%{_libdir}/lib*.so.*
%dir /usr/share/hal
%dir /usr/share/hal/fdi
@ -126,7 +157,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/libmtp*
%files devel
%defattr(-, root, root)
%doc doc/html
%doc doc/html TODO
%{_libdir}/lib*.so
%{_libdir}/lib*.la
%{_libdir}/lib*.a
@ -134,6 +165,12 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/libmtp*
%{_prefix}/include/libmtp.h
%changelog
* Tue Aug 26 2008 meissner@suse.de
- upgraded to 0.3.1
- lots of new ids
- sansa player handling better now
- special playlist support for a subkind of devices
- commandline tools now live in mtp-tools, libmtp is empty.
* Tue Jun 24 2008 meissner@suse.de
- upgraded to 0.3.0
- new major version 8 due to API changes