SPECS: syncevolution.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Fri Jul 28 17:35:12 CEST 2006
Author: aredridel Date: Fri Jul 28 15:35:12 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
syncevolution.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/syncevolution.spec
diff -u /dev/null SPECS/syncevolution.spec:1.1
--- /dev/null Fri Jul 28 17:35:12 2006
+++ SPECS/syncevolution.spec Fri Jul 28 17:35:07 2006
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+#
+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}/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/07/28 15:35:07 aredridel
+- added
+
+
================================================================
More information about the pld-cvs-commit
mailing list