automatic version update by autodist [release 1.1.19-1mamba;Wed Sep 29 2021]
This commit is contained in:
parent
cf9639c279
commit
17f8ebfea1
30
libmtp.spec
30
libmtp.spec
@ -1,23 +1,24 @@
|
||||
Name: libmtp
|
||||
Version: 1.1.18
|
||||
Version: 1.1.19
|
||||
Release: 1mamba
|
||||
Summary: A library implementation of the Media Transfer Protocol (MTP)
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://libmtp.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/project/libmtp/libmtp/%{version}/libmtp-%{version}.tar.gz
|
||||
Patch0: %{name}-1.0.0-fix_DESTDIR_links.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: libmtp7
|
||||
Obsoletes: libmtp7
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: libmtp7 < 1.1.19
|
||||
|
||||
%description
|
||||
libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP) in the form of a library suitable primarily for POSIX compliant operating systems.
|
||||
@ -28,26 +29,26 @@ Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libmtp7-devel
|
||||
Obsoletes: libmtp7-devel
|
||||
Obsoletes: libmtp7-devel < 1.1.19
|
||||
|
||||
%description devel
|
||||
libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP) in the form of a library suitable primarily for POSIX compliant operating systems.
|
||||
We implement MTP Basic, the stuff proposed for standardization.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package -n mtp-tools
|
||||
Group: System/Tools
|
||||
Summary: A collection of tools using libmtp
|
||||
Provides: mtp7-tools
|
||||
Obsoletes: mtp7-tools
|
||||
Obsoletes: mtp7-tools < 1.1.19
|
||||
|
||||
%description -n mtp-tools
|
||||
libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP) in the form of a library suitable primarily for POSIX compliant operating systems.
|
||||
We implement MTP Basic, the stuff proposed for standardization.
|
||||
|
||||
This package contains a collection of tools using libmtp.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
@ -73,9 +74,9 @@ rm -f %{buildroot}%{_libdir}/libmtp.a
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libmtp.so.*
|
||||
/lib/udev/mtp-probe
|
||||
/lib/udev/rules.d/69-libmtp.rules
|
||||
/lib/udev/hwdb.d/69-libmtp.hwdb
|
||||
%{_prefix}/lib/udev/mtp-probe
|
||||
%{_udevrulesdir}/69-libmtp.rules
|
||||
%{_prefix}/lib/udev/hwdb.d/69-libmtp.hwdb
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
@ -94,6 +95,9 @@ rm -f %{buildroot}%{_libdir}/libmtp.a
|
||||
%{_bindir}/mtp-*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 29 2021 Automatic Build System <autodist@mambasoft.it> 1.1.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 12 2020 Automatic Build System <autodist@mambasoft.it> 1.1.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user