From a51d8f9e82b152ccb61c4c741c63209feb39564349b931ad682e9f4ae3e9c21b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 26 Oct 2007 10:59:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmtp?expand=0&rev=13 --- libmtp-0.2.2.tar.bz2 | 3 --- libmtp-0.2.3.tar.bz2 | 3 +++ libmtp.changes | 9 +++++++++ libmtp.spec | 48 ++++++++++++++++++++++++++++++++++---------- 4 files changed, 49 insertions(+), 14 deletions(-) delete mode 100644 libmtp-0.2.2.tar.bz2 create mode 100644 libmtp-0.2.3.tar.bz2 diff --git a/libmtp-0.2.2.tar.bz2 b/libmtp-0.2.2.tar.bz2 deleted file mode 100644 index b0b95f6..0000000 --- a/libmtp-0.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f3c668de982b0f21ee065ef2f55fdfef8e97494c1990a1710e2c8fa4878eb52 -size 394061 diff --git a/libmtp-0.2.3.tar.bz2 b/libmtp-0.2.3.tar.bz2 new file mode 100644 index 0000000..324ce35 --- /dev/null +++ b/libmtp-0.2.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8da85f2b5c1693d16650d3f8a2142442536813905fa36a13dae623b347307cb +size 396121 diff --git a/libmtp.changes b/libmtp.changes index 488a21a..93eeba2 100644 --- a/libmtp.changes +++ b/libmtp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 26 11:16:25 CEST 2007 - meissner@suse.de + +- upgraded to 0.2.3 + - new devices added + - varous bugfixes, speed ups + - bumped so from 6 to 7 +- split off libmtp7 package + ------------------------------------------------------------------- Mon Oct 8 18:07:28 CEST 2007 - meissner@suse.de diff --git a/libmtp.spec b/libmtp.spec index 4898393..726b573 100644 --- a/libmtp.spec +++ b/libmtp.spec @@ -1,5 +1,5 @@ # -# spec file for package libmtp (Version 0.2.2) +# spec file for package libmtp (Version 0.2.3) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -21,7 +21,7 @@ License: LGPL v2 or later Group: Productivity/Multimedia/Sound/Players AutoReqProv: on Summary: Access to MTP Players -Version: 0.2.2 +Version: 0.2.3 Release: 1 Source0: %name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,6 +34,27 @@ Creative Zen, iRiver, Samsung and others. +Authors: +-------- + Richard Low + Linus Walleij + + based on code by: + Mariusz Woloszyn + Marcus Meissner + +%package -n libmtp7 +Summary: Access to MTP Players +Group: Productivity/Multimedia/Sound/Players + +%description -n libmtp7 +This package contains 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. + + + Authors: -------- Richard Low @@ -46,7 +67,7 @@ Authors: %package devel Summary: Access to MTP Players (development files) Group: Development/Libraries/Other -Requires: %name = %version +Requires: libmtp7 = %version %if %suse_version > 1020 Requires: libusb-devel %endif @@ -72,11 +93,7 @@ Authors: %setup -q %build -export CFLAGS="$RPM_OPT_FLAGS" -%if %suse_version > 1000 - export CFLAGS="$CFLAGS -fstack-protector" -%endif -./configure --prefix=%{_prefix} --libdir=%{_libdir} +%configure make %install @@ -84,17 +101,20 @@ make install DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/ install -c -m 644 libmtp.fdi $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/10-usb-music-players-libmtp.fdi -%post +%post -n libmtp7 %run_ldconfig -%postun +%postun -n libmtp7 %run_ldconfig %files %defattr(-, root, root) %doc COPYING TODO README ChangeLog AUTHORS -%{_libdir}/lib*.so.* %{_prefix}/bin/* + +%files -n libmtp7 +%defattr(-, root, root) +%{_libdir}/lib*.so.* %dir /usr/share/hal %dir /usr/share/hal/fdi %dir /usr/share/hal/fdi/information @@ -109,6 +129,12 @@ install -c -m 644 libmtp.fdi $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thi %{_libdir}/pkgconfig/libmtp.pc %{_prefix}/include/libmtp.h %changelog +* Fri Oct 26 2007 - meissner@suse.de +- upgraded to 0.2.3 + - new devices added + - varous bugfixes, speed ups + - bumped so from 6 to 7 +- split off libmtp7 package * Mon Oct 08 2007 - meissner@suse.de - upgraded to 0.2.2 - bugfixes, new devices, faster metadata read