]> git.pld-linux.org Git - packages/eds-to-idevice.git/commitdiff
- new master
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 16 Jun 2012 20:09:22 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eds-to-idevice.spec -> 1.1

eds-to-idevice.spec [new file with mode: 0644]

diff --git a/eds-to-idevice.spec b/eds-to-idevice.spec
new file mode 100644 (file)
index 0000000..399c091
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       Tool to copy contacts to iDevices
+Name:          eds-to-idevice
+Version:       0.5
+Release:       1
+License:       GPL v2
+Group:         Applications
+Source0:       http://people.freedesktop.org/~teuf/eds-to-idevice/%{name}-%{version}.tar.bz2
+# Source0-md5: 66a6810c0a888506b832af6ce63f1db5
+URL:           http://cfergeau.blogspot.fr/2011/03/transferring-contacts-to-idevice.html
+BuildRequires: evolution-data-server-devel
+BuildRequires: glib2-devel
+BuildRequires: libimobiledevice-devel >= 1.1
+BuildRequires: libplist-devel >= 1.4
+BuildRequires: pkg-config
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+eds-to-idevice is a commandline tool to transfer contacts stored in
+evolution-data-server addressbooks to an iDevice from Apple. It uses
+libebook for the communication with evolution-data-server and
+libimobiledevice to communicate with iDevices.
+
+This tool isn't a synchronization tool, it makes no attempt at
+matching contacts from evolution with contacts from the iDevice. If
+you try to copy contacts that are already present on the iDevice, they
+will likely be duplicated.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+CFLAGS=$(pkg-config --cflags glib-2.0)
+%configure \
+       --disable-silent-rules
+%{__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 NEWS README
+%attr(755,root,root) %{_bindir}/eds-to-idevice
This page took 0.081051 seconds and 4 git commands to generate.