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