## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global forgeurl https://github.com/libimobiledevice/ideviceinstaller Name: ideviceinstaller Version: 1.2.0 Release: %autorelease Summary: Manage apps of iOS devices License: GPL-2.0-or-later URL: https://www.libimobiledevice.org/ Source: %{forgeurl}/releases/download/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc BuildRequires: libtool BuildRequires: make BuildRequires: libimobiledevice-devel BuildRequires: libplist-devel BuildRequires: libzip-devel %description The ideviceinstaller application allows interacting with the app installation service of an iOS device. %prep %autosetup -p1 -n %{name}-%{version} %if %{defined commit} echo %{version} > .tarball-version %endif %build %configure --disable-static %make_build %install %make_install %files %license COPYING %doc AUTHORS NEWS README.md %{_bindir}/ideviceinstaller %{_mandir}/man1/ideviceinstaller.1* %changelog ## START: Generated by rpmautospec * Tue May 26 2026 Christophe Fergeau - 1.2.0-1 - Update to ideviceinstaller 1.2.0 * Fri Jan 16 2026 Fedora Release Engineering - 1.1.1^20240518git1431d42-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Thu Jul 24 2025 Fedora Release Engineering - 1.1.1^20240518git1431d42-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Fri Jan 17 2025 Fedora Release Engineering - 1.1.1^20240518git1431d42-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Oct 04 2024 Davide Cavalca - 1.1.1^20240518git1431d42-1 - Initial import; Fixes: RHBZ#2316471 ## END: Generated by rpmautospec