[syncevolution] Update to 1.0.99.6 devel release

Peter Robinson pbrobinson at fedoraproject.org
Tue Sep 14 23:29:31 UTC 2010


commit 6e0d793d723e7a9d1e11006be314d634d3315b23
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Sep 15 00:29:21 2010 +0100

    Update to 1.0.99.6 devel release

 .gitignore         |    1 +
 sources            |    2 +-
 syncevolution.spec |   16 +++++++++++-----
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3571fbe..a116ea0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 syncevolution-1.0.1.tar.gz
+/syncevolution-1.0.99.6.tar.gz
diff --git a/sources b/sources
index a65870c..52435ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8cc1293ea3b9beea501333fdba8cb7a  syncevolution-1.0.1.tar.gz
+0361c39fe5172799f27078b553ae8c82  syncevolution-1.0.99.6.tar.gz
diff --git a/syncevolution.spec b/syncevolution.spec
index 9c23e49..7c45078 100644
--- a/syncevolution.spec
+++ b/syncevolution.spec
@@ -1,14 +1,13 @@
 Summary:       SyncML client for evolution
 Name:          syncevolution
-Version:       1.0.1
-Release:       5%{?dist}
+Version:       1.0.99.6
+Release:       1%{?dist}
 Epoch:         1	
 License:       LGPLv2+
 Group:         Applications/Productivity
 URL:           http://syncevolution.org/
 Source:        http://downloads.syncevolution.org/syncevolution/sources/%{name}-%{version}.tar.gz
 Patch0:        syncevolution-1.0.1-libnotify-link.patch
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: boost-devel
 BuildRequires: cppunit-devel
@@ -104,9 +103,10 @@ find %{buildroot} -name '*.la' -o -name '*.a' | xargs rm
 
 %find_lang %{name}
 
-# fix the binary name in the desktop file
+# fix the in the desktop files
 sed -i 's/sync-ui/sync-ui-gtk/' %{buildroot}/%{_datadir}/applications/sync-gtk.desktop
 sed -i 's/sync-ui/sync-ui-moblin/' %{buildroot}/%{_datadir}/applications/sync-moblin.desktop
+sed -i 's#Categories=Office;PDA;GTK#Categories=Office;PDA;GTK;#' %{buildroot}/%{_datadir}/applications/sync-gtk.desktop
 
 desktop-file-validate %{buildroot}/%{_datadir}/applications/sync-gtk.desktop
 desktop-file-validate %{buildroot}/%{_datadir}/applications/sync-moblin.desktop
@@ -131,21 +131,24 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/48x48/apps/sync.png
 %{_datadir}/syncevolution/sync-ui.rc
 %{_datadir}/dbus-1/services/org.syncevolution.service
+# %{_datadir}/man/man1/syncevolution.1.gz
 
 %files libs
 %defattr(-,root,root,-)
 %doc COPYING LICENSE.LGPL-21 LICENSE.txt
 %{_libdir}/*so.0*
+%dir %{_libdir}/syncevolution
+%{_libdir}/syncevolution/*so.0*
 %{_libdir}/syncevolution/backends
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/gdbus*
 %{_includedir}/syncevo
 %{_includedir}/syncevo-dbus
 %{_includedir}/synthesis
 %{_libdir}/pkgconfig/s*.pc
 %{_libdir}/*so
+%{_libdir}/syncevolution/libgdbus.so
 
 %files gtk
 %defattr(-,root,root,-)
@@ -164,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/syncevolution/xml/*.pl
 
 %changelog
+* Tue Sep 14 2010 Peter Robinson <pbrobinson at gmail.com> - 1:1.0.99.6-1
+- Update to 1.0.99.6 devel release
+
 * Sat Aug  7 2010 Peter Robinson <pbrobinson at gmail.com> - 1:1.0.1-5
 - fix the binary name in the desktop file
 


More information about the scm-commits mailing list