Author: glen                         Date: Sun Jul 11 14:21:14 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/ideviceinstaller:
   ideviceinstaller.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ideviceinstaller/ideviceinstaller.spec
diff -u /dev/null packages/ideviceinstaller/ideviceinstaller.spec:1.1
--- /dev/null   Sun Jul 11 16:21:14 2010
+++ packages/ideviceinstaller/ideviceinstaller.spec     Sun Jul 11 16:21:09 2010
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:       Manage Applications of an iPhone or iPod Touch
+Name:          ideviceinstaller
+Version:       0.1.0
+Release:       0.1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       %{name}.tar.bz2
+# Source0-md5: 21a2b982075b3dc6afc0b32c706950ce
+URL:           http://www.libimobiledevice.org/
+BuildRequires: autoconf >= 2.61
+BuildRequires: automake
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__aclocal} -I m4
+%{__libtoolize}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/ideviceinstaller
+%{_mandir}/man1/ideviceinstaller.1*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/07/11 14:21:09  glen
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to