From f3fd171456bb83ea6f33389b1afc96988cdac088 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:00:25 +0100 Subject: [PATCH] automatic version update by autodist [release 2.0.1-1mamba;Thu Feb 13 2020] --- libusbmuxd.spec | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/libusbmuxd.spec b/libusbmuxd.spec index ac143bf..37829cc 100644 --- a/libusbmuxd.spec +++ b/libusbmuxd.spec @@ -2,7 +2,7 @@ %define usbmux_gid 65424 Name: libusbmuxd -Version: 1.0.10 +Version: 2.0.1 Release: 1mamba Summary: A service used to talk to iPhone or iPod Touch over USB Group: System/Libraries @@ -32,8 +32,18 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel usbmuxd is in charge of talking to your iPhone or iPod Touch over USB and coordinating access to its services by other applications. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%package tools +Group: Applications/Multimedia +Summary: Tools provided with %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description tools +usbmuxd is in charge of talking to your iPhone or iPod Touch over USB and coordinating access to its services by other applications. +This package contains the tools provided by %{name}. + +%debug_package %prep %setup -q @@ -60,16 +70,21 @@ This package contains static libraries and header files need for development. %files devel %defattr(-,root,root) -%{_bindir}/iproxy %{_includedir}/*.h %{_libdir}/libusbmuxd.a %{_libdir}/libusbmuxd.la %{_libdir}/libusbmuxd.so %{_libdir}/pkgconfig/libusbmuxd.pc -%doc README +%files tools +%defattr(-,root,root) +%{_bindir}/inetcat +%{_bindir}/iproxy %changelog +* Thu Feb 13 2020 Automatic Build System 2.0.1-1mamba +- automatic version update by autodist + * Fri Feb 05 2016 Silvan Calarco 1.0.10-1mamba - update to 1.0.10