automatic version update by autodist [release 2.1.0-1mamba;Fri May 17 2024]
This commit is contained in:
parent
e3117469c7
commit
721f5275e2
@ -2,23 +2,23 @@
|
||||
%define usbmux_gid 65424
|
||||
|
||||
Name: libusbmuxd
|
||||
Version: 2.0.2
|
||||
Version: 2.1.0
|
||||
Release: 1mamba
|
||||
Summary: A service used to talk to iPhone or iPod Touch over USB
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://cgit.sukimashita.com/usbmuxd.git
|
||||
Source: https://github.com/libimobiledevice/libusbmuxd.git/%{version}/libusbmuxd-%{version}.tar.bz2
|
||||
URL: https://cgit.sukimashita.com/usbmuxd.git
|
||||
Source: https+git://github.com/libimobiledevice/libusbmuxd.git/%{version}/libusbmuxd-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libimobiledevice-glue-devel
|
||||
BuildRequires: libplist-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libplist-devel >= 2.2.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
usbmuxd is in charge of talking to your iPhone or iPod Touch over USB and coordinating access to its services by other applications.
|
||||
@ -45,6 +45,7 @@ This package contains the tools provided by %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
echo "%{VERSION}" > .tarball-version
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
@ -70,7 +71,6 @@ This package contains the tools provided by %{name}.
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libusbmuxd-2.0.a
|
||||
%{_libdir}/libusbmuxd-2.0.la
|
||||
%{_libdir}/libusbmuxd-2.0.so
|
||||
%{_libdir}/pkgconfig/libusbmuxd-2.0.pc
|
||||
|
||||
@ -82,6 +82,9 @@ This package contains the tools provided by %{name}.
|
||||
%{_mandir}/man1/iproxy.1*
|
||||
|
||||
%changelog
|
||||
* Fri May 17 2024 Automatic Build System <autodist@openmamba.org> 2.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1mamba
|
||||
- update to 2.0.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user