2014-03-27 16:33:04 +00:00
|
|
|
Name: libusbmuxd
|
2020-06-16 12:18:09 +00:00
|
|
|
Version: 2.0.2
|
2020-07-28 05:49:22 +00:00
|
|
|
Release: 3%{?dist}
|
2014-03-27 16:33:04 +00:00
|
|
|
Summary: Client library USB multiplex daemon for Apple's iOS devices
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.libimobiledevice.org/
|
2019-11-25 11:03:14 +00:00
|
|
|
Source0: https://github.com/libimobiledevice/%{name}/archive/%{version}.tar.gz
|
2014-03-27 16:33:04 +00:00
|
|
|
|
2018-07-09 17:06:48 +00:00
|
|
|
BuildRequires: gcc
|
2020-06-16 12:18:09 +00:00
|
|
|
BuildRequires: libplist-devel >= 2.2.0
|
2019-11-25 11:03:14 +00:00
|
|
|
BuildRequires: autoconf automake libtool
|
2021-01-05 03:00:10 +00:00
|
|
|
BuildRequires: make
|
2014-03-27 16:33:04 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
libusbmuxd is the client library used for communicating with Apple's iPod Touch,
|
|
|
|
iPhone, iPad and Apple TV devices. It allows multiple services on the device
|
|
|
|
to be accessed simultaneously.
|
|
|
|
|
|
|
|
%package utils
|
|
|
|
Summary: Utilities for communicating with Apple's iOS devices
|
|
|
|
License: GPLv2+
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description utils
|
|
|
|
Utilities for Apple's iOS devices
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development package for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2014-09-10 01:33:28 +00:00
|
|
|
Obsoletes: usbmuxd-devel < 1.0.9
|
2014-03-27 16:33:04 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Files for development with %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2019-11-25 11:03:14 +00:00
|
|
|
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2014-03-27 16:33:04 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
2020-07-13 22:40:59 +00:00
|
|
|
%make_build
|
2014-03-27 16:33:04 +00:00
|
|
|
|
|
|
|
%install
|
2020-07-13 22:40:59 +00:00
|
|
|
%make_install
|
2014-03-27 16:33:04 +00:00
|
|
|
|
|
|
|
#Remove libtool archives.
|
2014-07-30 15:08:45 +00:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete
|
2014-03-27 16:33:04 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
2019-01-22 17:40:13 +00:00
|
|
|
%ldconfig_scriptlets
|
2014-03-27 16:33:04 +00:00
|
|
|
|
|
|
|
%files
|
2015-02-03 08:24:33 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING
|
2019-11-25 11:03:14 +00:00
|
|
|
%doc README.md AUTHORS
|
2020-06-16 12:18:09 +00:00
|
|
|
%{_libdir}/libusbmuxd-2.0.so.*
|
2014-03-27 16:33:04 +00:00
|
|
|
|
|
|
|
%files utils
|
|
|
|
%{_bindir}/iproxy
|
2020-06-16 13:26:02 +00:00
|
|
|
%{_bindir}/inetcat
|
2020-06-16 13:31:18 +00:00
|
|
|
%{_mandir}/man1/*
|
2014-03-27 16:33:04 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/usbmuxd*
|
2020-06-16 12:18:09 +00:00
|
|
|
%{_libdir}/pkgconfig/libusbmuxd-2.0.pc
|
|
|
|
%{_libdir}/libusbmuxd-2.0.so
|
2014-03-27 16:33:04 +00:00
|
|
|
|
|
|
|
%changelog
|
2020-07-28 05:49:22 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-13 22:40:59 +00:00
|
|
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 2.0.2-2
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-06-16 12:18:09 +00:00
|
|
|
* Tue Jun 16 2020 Bastien Nocera <bnocera@redhat.com> - 2.0.2-1
|
|
|
|
+ libusbmuxd-2.0.2-1
|
|
|
|
- Update to 2.0.2
|
|
|
|
|
2020-01-29 10:40:34 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-25 11:03:14 +00:00
|
|
|
* Sat Nov 23 2019 Bastien Nocera <bnocera@redhat.com> - 2.0.0-1
|
|
|
|
+ libusbmuxd-2.0.0-1
|
|
|
|
- Update to 2.0.0
|
|
|
|
|
2019-07-25 14:38:10 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 08:27:39 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 08:59:35 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 23:36:19 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 02:27:13 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 19:54:48 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 19:37:58 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-05-27 08:50:11 +00:00
|
|
|
* Fri May 27 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.10-5
|
|
|
|
- Fix CVE-2016-5104
|
|
|
|
|
2016-02-04 04:05:11 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 17:30:38 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-03 08:24:33 +00:00
|
|
|
* Tue Feb 3 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.10-2
|
|
|
|
- Use %%license
|
|
|
|
|
2014-10-15 09:15:10 +00:00
|
|
|
* Wed Oct 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.10-1
|
|
|
|
- Update to 1.0.10
|
|
|
|
|
2014-09-10 01:33:28 +00:00
|
|
|
* Tue Sep 09 2014 Rex Dieter <rdieter@fedoraproject.org> 1.0.9-4
|
|
|
|
- -devel: Obsoletes: usbmuxd-devel
|
|
|
|
|
2014-08-17 06:33:32 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 05:51:22 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-27 16:33:04 +00:00
|
|
|
* Sat Mar 22 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.9-1
|
|
|
|
- Initial package
|