summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraredridel2006-07-28 15:35:07 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit69a500d41a6e45ef1944a5bc44023b4185d59956 (patch)
treebaa863ce58e824edeea64731cfa1e3cb4def73fd
downloadsyncevolution-69a500d41a6e45ef1944a5bc44023b4185d59956.zip
syncevolution-69a500d41a6e45ef1944a5bc44023b4185d59956.tar.gz
- added
Changed files: syncevolution.spec -> 1.1
-rw-r--r--syncevolution.spec38
1 files changed, 38 insertions, 0 deletions
diff --git a/syncevolution.spec b/syncevolution.spec
new file mode 100644
index 0000000..e4b0597
--- /dev/null
+++ b/syncevolution.spec
@@ -0,0 +1,38 @@
+#
+Summary: Synchronization for contacts and calendars for Evolution
+Name: syncevolution
+Version: 0.3
+Release: 0.1
+License: GPL
+Group: Applications
+Source0: http://dl.sourceforge.net/sync4jevolution/%{name}-0.3.tar.gz
+# Source0-md5: eb07e21de0395ffc01bc8217b7f9681b
+# Source0-md5
+URL: http://www.estamos.de/projects/SyncML/SyncEvolution.html
+BuildRequires: curl-devel
+BuildRequires: evolution-data-server-devel
+#BuildRequires: funambol-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q
+
+%build
+%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 ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*