update to 2.0.2 [release 2.0.2-1mamba;Thu Jul 02 2020]
This commit is contained in:
parent
f3fd171456
commit
e3117469c7
@ -2,7 +2,7 @@
|
|||||||
%define usbmux_gid 65424
|
%define usbmux_gid 65424
|
||||||
|
|
||||||
Name: libusbmuxd
|
Name: libusbmuxd
|
||||||
Version: 2.0.1
|
Version: 2.0.2
|
||||||
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
|
||||||
@ -14,12 +14,10 @@ Source: https://github.com/libimobiledevice/libusbmuxd.git/%{version}/lib
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: liblzma-devel
|
|
||||||
BuildRequires: libplist-devel
|
BuildRequires: libplist-devel
|
||||||
BuildRequires: libxml2-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: libplist-devel >= 2.2.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,9 +45,9 @@ This package contains the tools provided by %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -60,28 +58,33 @@ This package contains the tools provided by %{name}.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libusbmuxd.so.*
|
%{_libdir}/libusbmuxd-2.0.so.*
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/libusbmuxd.a
|
%{_libdir}/libusbmuxd-2.0.a
|
||||||
%{_libdir}/libusbmuxd.la
|
%{_libdir}/libusbmuxd-2.0.la
|
||||||
%{_libdir}/libusbmuxd.so
|
%{_libdir}/libusbmuxd-2.0.so
|
||||||
%{_libdir}/pkgconfig/libusbmuxd.pc
|
%{_libdir}/pkgconfig/libusbmuxd-2.0.pc
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/inetcat
|
%{_bindir}/inetcat
|
||||||
%{_bindir}/iproxy
|
%{_bindir}/iproxy
|
||||||
|
%{_mandir}/man1/inetcat.1*
|
||||||
|
%{_mandir}/man1/iproxy.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1mamba
|
||||||
|
- update to 2.0.2
|
||||||
|
|
||||||
* Thu Feb 13 2020 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
* Thu Feb 13 2020 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user