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
|
||||
Version: 1.1.21
|
||||
Version: 1.1.22
|
||||
Release: 1mamba
|
||||
Summary: A library implementation of the Media Transfer Protocol (MTP)
|
||||
Group: System/Libraries
|
||||
@ -13,7 +13,6 @@ License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: libmtp7
|
||||
@ -50,7 +49,8 @@ This package contains a collection of tools using libmtp.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
# Workaround for udev installation path
|
||||
sed -i "s|id -u|echo 0|" configure
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -67,8 +67,6 @@ rm -f %{buildroot}%{_libdir}/libmtp.a
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -93,6 +91,9 @@ rm -f %{buildroot}%{_libdir}/libmtp.a
|
||||
%{_bindir}/mtp-*
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user