rpms/syncevolution/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 syncevolution.spec, 1.7, 1.8

Matej Cepl mcepl at fedoraproject.org
Mon Mar 23 15:06:10 UTC 2009


Author: mcepl

Update of /cvs/extras/rpms/syncevolution/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21002

Modified Files:
	.cvsignore sources syncevolution.spec 
Log Message:
Meanwhile on the farm...


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/syncevolution/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	14 Feb 2008 13:05:20 -0000	1.3
+++ .cvsignore	23 Mar 2009 15:05:39 -0000	1.4
@@ -1 +1 @@
-syncevolution-0.7.tar.gz
+syncevolution-0.8.1a.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/syncevolution/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	14 Feb 2008 13:05:20 -0000	1.3
+++ sources	23 Mar 2009 15:05:39 -0000	1.4
@@ -1 +1 @@
-e2ecb9fdcb4d61276d73385e4a303179  syncevolution-0.7.tar.gz
+a4bb354520530da4846f3c216d50d42f  syncevolution-0.8.1a.tar.gz


Index: syncevolution.spec
===================================================================
RCS file: /cvs/extras/rpms/syncevolution/devel/syncevolution.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- syncevolution.spec	26 Feb 2009 04:47:46 -0000	1.7
+++ syncevolution.spec	23 Mar 2009 15:05:39 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: SyncML client for evolution
 Name: syncevolution
-Version: 0.7
-Release: 5%{?dist}
+Version: 0.8.1a
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/Productivity
 URL: http://www.estamos.de/projects/SyncML/
@@ -13,6 +13,7 @@
 BuildRequires: evolution-data-server-devel
 BuildRequires: curl-devel
 BuildRequires: cppunit-devel
+BuildRequires: gcc-c++
 
 %description
 syncevolution is designed to provide a SyncML client that can
@@ -20,12 +21,12 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .MC-build
+#%patch0 -p1 -b .MC-build
 %configure --enable-unit-tests
 
 %build
 make %{?_smp_mflags}
-ln -sf etc/{funambol,scheduleworld} .
+#ln -sf etc/{funambol,scheduleworld} .
 
 %check
 # FIXME: currently doesn't work at all, all tests fail; need to be
@@ -37,14 +38,15 @@
 make install DESTDIR=$RPM_BUILD_ROOT docdir=%{_docdir}
 rm -rf $RPM_BUILD_ROOT%{_datadir}/share
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
-rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/{funambol,scheduleworld}
+#rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/{funambol,scheduleworld}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS NEWS README COPYING HACKING funambol/ scheduleworld/
+%doc AUTHORS NEWS README COPYING HACKING
+#funambol/ scheduleworld/
 %{_bindir}/*
 
 %changelog




More information about the fedora-extras-commits mailing list