63 lines
1.9 KiB
RPMSpec
63 lines
1.9 KiB
RPMSpec
Name: ideviceinstaller
|
|
Version: 1.1.1
|
|
Release: 2mamba
|
|
Summary: Manage applications of an iPhone or iPod Touch
|
|
Group: System/Management
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://cgit.sukimashita.com/ideviceinstaller.git
|
|
Source: https://github.com/libimobiledevice/ideviceinstaller.git/%{version}/ideviceinstaller-%{version}.tar.bz2
|
|
Patch0: ideviceinstaller-1.1.1-libusbmuxd-2.1.0.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libimobiledevice-devel
|
|
BuildRequires: libplist-devel
|
|
BuildRequires: libzip-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libusbmuxd-devel >= 0:2.1.0-1mamba
|
|
BuildRequires: libplist-devel >= 1.11-1mamba
|
|
|
|
%description
|
|
ideviceinstaller allows to list, install, uninstall and archive apps of iPhone and iPhone Touch.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch 0 -p1 -b .libusbmuxd-2.1.0
|
|
|
|
./autogen.sh
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/ideviceinstaller
|
|
%{_mandir}/man1/ideviceinstaller.1*
|
|
%doc AUTHORS COPYING
|
|
|
|
%changelog
|
|
* Sat Jan 04 2025 Automatic Build System <autodist@mambasoft.it> 1.1.1-2mamba
|
|
- rebuilt by autoport with build requirements: libusbmuxd-devel>=0:2.1.0-1mamba
|
|
|
|
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1.20140911git-1mamba
|
|
- update to 1.0.1.20140911git
|
|
|
|
* Thu Sep 11 2014 Automatic Build System <autodist@mambasoft.it> 1.0.1-2mamba
|
|
- rebuilt by autoport with build requirements: libplist-devel>=1.11-1mamba
|
|
|
|
* Thu Jun 07 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.0.1-1mamba
|
|
- package created by autospec
|