]> git.pld-linux.org Git - packages/ideviceinstaller.git/blame - ideviceinstaller.spec
- cleanups, package NEWS
[packages/ideviceinstaller.git] / ideviceinstaller.spec
CommitLineData
fd3fbc98 1Summary: Manage Applications of an iPhone or iPod Touch
2e544d21 2Summary(pl.UTF-8): Zarządzanie aplikacjami na urządzeniach iPhone oraz iPod Touch
fd3fbc98 3Name: ideviceinstaller
2e544d21
JB
4Version: 1.1.1
5Release: 1
b96dcb62 6License: GPL v2+
2e544d21
JB
7Group: Applications
8#Source0Download: https://libimobiledevice.org/
9Source0: https://github.com/libimobiledevice/ideviceinstaller/releases/download/%{version}/%{name}-%{version}.tar.bz2
10# Source0-md5: 824b1c6bcb2fab6a0788945c019f83be
11URL: https://libimobiledevice.org/
12BuildRequires: autoconf >= 2.64
fd3fbc98 13BuildRequires: automake
2e544d21
JB
14BuildRequires: libimobiledevice-devel >= 1.3.0
15BuildRequires: libplist-devel >= 2.2.0
fd3fbc98 16BuildRequires: libtool
2e544d21 17BuildRequires: libzip-devel >= 0.10
ee0a7700 18BuildRequires: pkgconfig
2e544d21
JB
19Requires: libimobiledevice >= 1.3.0
20Requires: libplist >= 2.2.0
21Requires: libzip >= 0.10
fd3fbc98
ER
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25ideviceinstaller is a tool to interact with the installation_proxy of
26an iPhone/iPod Touch device allowing to install, upgrade, uninstall,
27archive, restore, and enumerate installed or archived apps.
28
2e544d21
JB
29%description -l pl.UTF-8
30ideviceinstaller to narzędzie do interakcji z installation_proxy
31urządzeń iPhone/iPod Touch, co pozwala instalować, uaktualniać,
32odinstalowywać, archiwizować, przywracać i wyliczać zainstalowane lub
33zarchiwizowane aplikacje.
34
fd3fbc98 35%prep
5fa16922 36%setup -q
fd3fbc98
ER
37
38%build
fd3fbc98 39%{__libtoolize}
256f05f6 40%{__aclocal} -I m4
b96dcb62 41%{__autoconf}
fd3fbc98
ER
42%{__autoheader}
43%{__automake}
2e544d21
JB
44%configure \
45 --disable-silent-rules
fd3fbc98
ER
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
2e544d21 50
fd3fbc98
ER
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
b96dcb62 59%doc AUTHORS NEWS README.md
fd3fbc98
ER
60%attr(755,root,root) %{_bindir}/ideviceinstaller
61%{_mandir}/man1/ideviceinstaller.1*
This page took 0.081986 seconds and 4 git commands to generate.