This commit is contained in:
parent
a51d8f9e82
commit
7aacd63759
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 28 09:53:09 CET 2007 - meissner@suse.de
|
||||
|
||||
- --program-prefix=mtp- is needed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 26 11:16:25 CEST 2007 - meissner@suse.de
|
||||
|
||||
|
@ -17,12 +17,12 @@ BuildRequires: libusb-devel
|
||||
%else
|
||||
BuildRequires: libusb
|
||||
%endif
|
||||
License: LGPL v2 or later
|
||||
License: LGPL v2.1 or later
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
AutoReqProv: on
|
||||
Summary: Access to MTP Players
|
||||
Version: 0.2.3
|
||||
Release: 1
|
||||
Release: 3
|
||||
Source0: %name-%version.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -93,7 +93,7 @@ Authors:
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --program-prefix=mtp-
|
||||
make
|
||||
|
||||
%install
|
||||
@ -129,6 +129,8 @@ install -c -m 644 libmtp.fdi $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thi
|
||||
%{_libdir}/pkgconfig/libmtp.pc
|
||||
%{_prefix}/include/libmtp.h
|
||||
%changelog
|
||||
* Sun Oct 28 2007 - meissner@suse.de
|
||||
- --program-prefix=mtp- is needed.
|
||||
* Fri Oct 26 2007 - meissner@suse.de
|
||||
- upgraded to 0.2.3
|
||||
- new devices added
|
||||
|
Loading…
Reference in New Issue
Block a user