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