[packages/ideviceinstaller] - updated to 1.1.1
qboosh
qboosh at pld-linux.org
Sat Sep 12 22:38:24 CEST 2020
commit 2e544d21885c923772f168989ecefbf7612919b4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Sep 12 22:41:05 2020 +0200
- updated to 1.1.1
ideviceinstaller.spec | 39 +++++++++++++++++++++++++--------------
1 file changed, 25 insertions(+), 14 deletions(-)
---
diff --git a/ideviceinstaller.spec b/ideviceinstaller.spec
index a14da81..f5f836e 100644
--- a/ideviceinstaller.spec
+++ b/ideviceinstaller.spec
@@ -1,20 +1,24 @@
Summary: Manage Applications of an iPhone or iPod Touch
+Summary(pl.UTF-8): Zarządzanie aplikacjami na urządzeniach iPhone oraz iPod Touch
Name: ideviceinstaller
-Version: 1.1.0
-Release: 3
+Version: 1.1.1
+Release: 1
License: GPL v2
-Group: X11/Applications
-Source0: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: 20bd74111c1e8bf7ce393f8f0919263c
-URL: http://www.libimobiledevice.org/
-BuildRequires: autoconf >= 2.61
+Group: Applications
+#Source0Download: https://libimobiledevice.org/
+Source0: https://github.com/libimobiledevice/ideviceinstaller/releases/download/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 824b1c6bcb2fab6a0788945c019f83be
+URL: https://libimobiledevice.org/
+BuildRequires: autoconf >= 2.64
BuildRequires: automake
-BuildRequires: glib2-devel >= 1:2.14.1
-BuildRequires: libimobiledevice-devel >= 0.9.7
-BuildRequires: libplist-devel >= 0.15
+BuildRequires: libimobiledevice-devel >= 1.3.0
+BuildRequires: libplist-devel >= 2.2.0
BuildRequires: libtool
-BuildRequires: libzip-devel >= 0.8
+BuildRequires: libzip-devel >= 0.10
BuildRequires: pkgconfig
+Requires: libimobiledevice >= 1.3.0
+Requires: libplist >= 2.2.0
+Requires: libzip >= 0.10
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -22,9 +26,14 @@ ideviceinstaller is a tool to interact with the installation_proxy of
an iPhone/iPod Touch device allowing to install, upgrade, uninstall,
archive, restore, and enumerate installed or archived apps.
+%description -l pl.UTF-8
+ideviceinstaller to narzędzie do interakcji z installation_proxy
+urządzeń iPhone/iPod Touch, co pozwala instalować, uaktualniać,
+odinstalowywać, archiwizować, przywracać i wyliczać zainstalowane lub
+zarchiwizowane aplikacje.
+
%prep
%setup -q
-%{__sed} -i -e 's/-Werror//' configure.ac
%build
%{__libtoolize}
@@ -32,11 +41,13 @@ archive, restore, and enumerate installed or archived apps.
%{__autoheader}
%{__automake}
%{__autoconf}
-%configure
+%configure \
+ --disable-silent-rules
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
+
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -45,6 +56,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc AUTHORS README
+%doc AUTHORS README.md
%attr(755,root,root) %{_bindir}/ideviceinstaller
%{_mandir}/man1/ideviceinstaller.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ideviceinstaller.git/commitdiff/2e544d21885c923772f168989ecefbf7612919b4
More information about the pld-cvs-commit
mailing list