automatic version update by autodist [release 2.0.1-1mamba;Thu Feb 13 2020]

This commit is contained in:
Automatic Build System 2024-01-06 06:00:25 +01:00
parent bd39aeabfd
commit f3fd171456

View File

@ -2,7 +2,7 @@
%define usbmux_gid 65424 %define usbmux_gid 65424
Name: libusbmuxd Name: libusbmuxd
Version: 1.0.10 Version: 2.0.1
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
@ -32,8 +32,18 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %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. 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 %prep
%setup -q %setup -q
@ -60,16 +70,21 @@ This package contains static libraries and header files need for development.
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/iproxy
%{_includedir}/*.h %{_includedir}/*.h
%{_libdir}/libusbmuxd.a %{_libdir}/libusbmuxd.a
%{_libdir}/libusbmuxd.la %{_libdir}/libusbmuxd.la
%{_libdir}/libusbmuxd.so %{_libdir}/libusbmuxd.so
%{_libdir}/pkgconfig/libusbmuxd.pc %{_libdir}/pkgconfig/libusbmuxd.pc
%doc README
%files tools
%defattr(-,root,root)
%{_bindir}/inetcat
%{_bindir}/iproxy
%changelog %changelog
* Thu Feb 13 2020 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
- automatic version update by autodist
* Fri Feb 05 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.10-1mamba * Fri Feb 05 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.10-1mamba
- update to 1.0.10 - update to 1.0.10