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