automatic update by autodist [release 1.1.9-1mamba;Sat May 09 2015]

This commit is contained in:
Automatic Build System 2024-01-06 05:06:44 +01:00
parent 8ca80cf9f7
commit 83169b7b62

View File

@ -1,5 +1,5 @@
Name: libmtp
Version: 1.1.8
Version: 1.1.9
Release: 1mamba
Summary: A library implementation of the Media Transfer Protocol (MTP)
Group: System/Libraries
@ -53,7 +53,9 @@ This package contains a collection of tools using libmtp.
#%patch0 -p1
%build
%configure
%configure \
--with-udev=`pkg-config --variable=udevdir udev`
%make
%install
@ -73,6 +75,7 @@ rm -f %{buildroot}%{_libdir}/libmtp.a
%{_libdir}/libmtp.so.*
/lib/udev/mtp-probe
/lib/udev/rules.d/69-libmtp.rules
/lib/udev/hwdb.d/69-libmtp.hwdb
%doc AUTHORS COPYING
%files devel
@ -88,6 +91,9 @@ rm -f %{buildroot}%{_libdir}/libmtp.a
%{_bindir}/mtp-*
%changelog
* Sat May 09 2015 Automatic Build System <autodist@mambasoft.it> 1.1.9-1mamba
- automatic update by autodist
* Sun Sep 21 2014 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
- automatic version update by autodist