rpms/syncevolution/devel syncevolution.spec, 1.8, 1.9 syncevolution-MC-build.diff, 1.1, NONE

Matej Cepl mcepl at fedoraproject.org
Mon Mar 23 20:58:01 UTC 2009


Author: mcepl

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

Modified Files:
	syncevolution.spec 
Removed Files:
	syncevolution-MC-build.diff 
Log Message:
New upstream release


Index: syncevolution.spec
===================================================================
RCS file: /cvs/extras/rpms/syncevolution/devel/syncevolution.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- syncevolution.spec	23 Mar 2009 15:05:39 -0000	1.8
+++ syncevolution.spec	23 Mar 2009 20:57:31 -0000	1.9
@@ -6,7 +6,6 @@
 Group: Applications/Productivity
 URL: http://www.estamos.de/projects/SyncML/
 Source0: http://www.estamos.de/download/syncevolution/sources/%{name}-%{version}.tar.gz
-Patch0:  syncevolution-MC-build.diff
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires: evolution
 Requires: curl
@@ -21,12 +20,11 @@
 
 %prep
 %setup -q
-#%patch0 -p1 -b .MC-build
 %configure --enable-unit-tests
 
 %build
 make %{?_smp_mflags}
-#ln -sf etc/{funambol,scheduleworld} .
+find . -type d -perm 02755 -exec chmod 0755 '{}' \;
 
 %check
 # FIXME: currently doesn't work at all, all tests fail; need to be
@@ -38,7 +36,6 @@
 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}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -46,10 +43,12 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS NEWS README COPYING HACKING
-#funambol/ scheduleworld/
 %{_bindir}/*
 
 %changelog
+* Mon Mar 23 2009 Matej Cepl <mcepl at redhat.com> 0.8.1a-1
+- New upstream release.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


--- syncevolution-MC-build.diff DELETED ---




More information about the fedora-extras-commits mailing list