automatic version update by autodist [release 1.1.22-1mamba;Fri Nov 22 2024]
This commit is contained in:
parent
63e072a949
commit
478543e8ef
11
libmtp.spec
11
libmtp.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libmtp
|
Name: libmtp
|
||||||
Version: 1.1.21
|
Version: 1.1.22
|
||||||
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
|
||||||
@ -13,7 +13,6 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libudev-devel
|
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Provides: libmtp7
|
Provides: libmtp7
|
||||||
@ -50,7 +49,8 @@ This package contains a collection of tools using libmtp.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
# Workaround for udev installation path
|
||||||
|
sed -i "s|id -u|echo 0|" configure
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -67,8 +67,6 @@ rm -f %{buildroot}%{_libdir}/libmtp.a
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -93,6 +91,9 @@ rm -f %{buildroot}%{_libdir}/libmtp.a
|
|||||||
%{_bindir}/mtp-*
|
%{_bindir}/mtp-*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 22 2024 Automatic Build System <autodist@openmamba.org> 1.1.22-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Apr 28 2023 Automatic Build System <autodist@mambasoft.it> 1.1.21-1mamba
|
* Fri Apr 28 2023 Automatic Build System <autodist@mambasoft.it> 1.1.21-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user