package created by autospec [release 1.0.1-1mamba;Thu Jun 07 2012]
This commit is contained in:
parent
16d218c75e
commit
bada1e471b
@ -1,2 +1,4 @@
|
|||||||
# ideviceinstaller
|
# ideviceinstaller
|
||||||
|
|
||||||
|
ideviceinstaller allows to list, install, uninstall and archive apps of iPhone and iPhone Touch.
|
||||||
|
|
||||||
|
48
ideviceinstaller.spec
Normal file
48
ideviceinstaller.spec
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
Name: ideviceinstaller
|
||||||
|
Version: 1.0.1
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Manage applications of an iPhone or iPod Touch
|
||||||
|
Group: System/Management
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
|
URL: http://cgit.sukimashita.com/ideviceinstaller.git
|
||||||
|
Source: http://www.libimobiledevice.org/downloads/ideviceinstaller-%{version}.tar.bz2
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libimobiledevice-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libplist-devel
|
||||||
|
BuildRequires: libusbmuxd-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: libzip-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
ideviceinstaller allows to list, install, uninstall and archive apps of iPhone and iPhone Touch.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/ideviceinstaller
|
||||||
|
%{_mandir}/man1/ideviceinstaller.1.gz
|
||||||
|
%doc AUTHORS COPYING NEWS README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Jun 07 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.0.1-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user