This commit is contained in:
parent
e56502cdc2
commit
3446862a3a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:854d29b156eb672834f3558e1bd8e84aa8978a24e5be6129426abfa776cdbdd1
|
|
||||||
size 402330
|
|
3
libmtp-0.3.0.tar.bz2
Normal file
3
libmtp-0.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed916dc5cf90faffa2bde769fdf7df0db4de920bb353a4a0205a75198b738860
|
||||||
|
size 407936
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 24 10:27:48 CEST 2008 - meissner@suse.de
|
||||||
|
|
||||||
|
- upgraded to 0.3.0
|
||||||
|
- new major version 8 due to API changes
|
||||||
|
- new devices
|
||||||
|
- lots of bugfixes
|
||||||
|
- libmtp7 renamed to libmtp8
|
||||||
|
- doxygen added as buildrequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 11 08:11:30 CET 2008 - meissner@suse.de
|
Tue Mar 11 08:11:30 CET 2008 - meissner@suse.de
|
||||||
|
|
||||||
|
30
libmtp.spec
30
libmtp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmtp (Version 0.2.6.1)
|
# spec file for package libmtp (Version 0.3.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
Name: libmtp
|
Name: libmtp
|
||||||
Url: http://sf.net/projects/libmtp
|
Url: http://sf.net/projects/libmtp
|
||||||
|
BuildRequires: doxygen
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-devel
|
||||||
%else
|
%else
|
||||||
@ -22,7 +23,7 @@ License: LGPL v2.1 or later
|
|||||||
Group: Productivity/Multimedia/Sound/Players
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Access to MTP Players
|
Summary: Access to MTP Players
|
||||||
Version: 0.2.6.1
|
Version: 0.3.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: %name-%version.tar.bz2
|
Source0: %name-%version.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -44,11 +45,12 @@ Authors:
|
|||||||
Mariusz Woloszyn <emsi@ipartners.pl>
|
Mariusz Woloszyn <emsi@ipartners.pl>
|
||||||
Marcus Meissner <marcus@jet.franken.de>
|
Marcus Meissner <marcus@jet.franken.de>
|
||||||
|
|
||||||
%package -n libmtp7
|
%package -n libmtp8
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Summary: Access to MTP Players
|
Summary: Access to MTP Players
|
||||||
Group: Productivity/Multimedia/Sound/Players
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
|
|
||||||
%description -n libmtp7
|
%description -n libmtp8
|
||||||
This package contains libraries that allow access to USB based media
|
This package contains libraries that allow access to USB based media
|
||||||
players based on the MTP (Media TransferProtocol) authored by
|
players based on the MTP (Media TransferProtocol) authored by
|
||||||
Microsoft. Common devices using this technology are Creative Zen,
|
Microsoft. Common devices using this technology are Creative Zen,
|
||||||
@ -66,9 +68,10 @@ Authors:
|
|||||||
Marcus Meissner <marcus@jet.franken.de>
|
Marcus Meissner <marcus@jet.franken.de>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Access to MTP Players (development files)
|
License: LGPL v2.1 or later
|
||||||
|
Summary: Access to MTP Players development files
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: libmtp7 = %version
|
Requires: libmtp8 = %version
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
Requires: libusb-devel
|
Requires: libusb-devel
|
||||||
%endif
|
%endif
|
||||||
@ -101,17 +104,18 @@ make
|
|||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
install -d $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/
|
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
|
install -c -m 644 libmtp.fdi $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/10-usb-music-players-libmtp.fdi
|
||||||
|
rm -rf $RPM_BUILD_ROOT/usr/share/doc/libmtp*
|
||||||
|
|
||||||
%post -n libmtp7 -p /sbin/ldconfig
|
%post -n libmtp8 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libmtp7 -p /sbin/ldconfig
|
%postun -n libmtp8 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc COPYING TODO README ChangeLog AUTHORS
|
%doc COPYING TODO README ChangeLog AUTHORS
|
||||||
%{_prefix}/bin/*
|
%{_prefix}/bin/*
|
||||||
|
|
||||||
%files -n libmtp7
|
%files -n libmtp8
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%dir /usr/share/hal
|
%dir /usr/share/hal
|
||||||
@ -122,6 +126,7 @@ install -c -m 644 libmtp.fdi $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thi
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
%doc doc/html
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/lib*.la
|
%{_libdir}/lib*.la
|
||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
@ -129,6 +134,13 @@ install -c -m 644 libmtp.fdi $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thi
|
|||||||
%{_prefix}/include/libmtp.h
|
%{_prefix}/include/libmtp.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 24 2008 meissner@suse.de
|
||||||
|
- upgraded to 0.3.0
|
||||||
|
- new major version 8 due to API changes
|
||||||
|
- new devices
|
||||||
|
- lots of bugfixes
|
||||||
|
- libmtp7 renamed to libmtp8
|
||||||
|
- doxygen added as buildrequires
|
||||||
* Tue Mar 11 2008 meissner@suse.de
|
* Tue Mar 11 2008 meissner@suse.de
|
||||||
- upgraded to 0.2.6.1
|
- upgraded to 0.2.6.1
|
||||||
- disabled debug
|
- disabled debug
|
||||||
|
Loading…
Reference in New Issue
Block a user