Project not found: X11:xfce:rat

File ideviceinstaller.spec of Package ideviceinstaller

#
# spec file for package ideviceinstaller
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           ideviceinstaller
Version:        1.1.0
Release:        0
Summary:        My Dummy Package
License:        GPL-2.0 or GPL-3.0
Group:          Productivity/Multimedia/Other
Url:            http://www.libimobiledevice.org
Source:         %{name}-%{version}.tar.bz2
Source99:       baselibs.conf
BuildRequires:  gcc-c++
BuildRequires:  libtool
BuildRequires:  pkg-config
BuildRequires:  glib2-devel
BuildRequires:  zlib-devel
BuildRequires:  libplist-devel >= 0.15
BuildRequires:  libzip-devel >= 0.8
BuildRequires:  libimobiledevice-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
AutoReqProv:    on

%description
ideviceinstaller is a tool to interact with the installation_proxy of an
iOS device allowing to install, upgrade, uninstall, archive, restore and
enumerate installed or archived apps.

It makes use of the libimobiledevice library that allows communication
with iOS devices in a native way.

%prep
%setup -q

%build
#export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure --disable-silent-rules \
	--disable-static
make %{?_smp_mflags}

%install
make install DESTDIR=%{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%doc %{_mandir}/man1/ideviceinstaller.1.*
%{_bindir}/ideviceinstaller

%changelog
openSUSE Build Service is sponsored by