From b92a2a3ed3f5e2c599b7733b137d0152136795c5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Jul 23 2010 16:46:21 +0000 Subject: - And once more with feeling --- diff --git a/syncevolution.spec b/syncevolution.spec index cff613a..da11204 100644 --- a/syncevolution.spec +++ b/syncevolution.spec @@ -1,7 +1,7 @@ Summary: SyncML client for evolution Name: syncevolution Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: LGPLv2+ Group: Applications/Productivity @@ -114,7 +114,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc AUTHORS NEWS README HACKING %{_sysconfdir}/xdg/autostart/syncevo-dbus-server.desktop -%{_bindir}/client-test %{_bindir}/syncevolution %{_bindir}/syncevo-http-server %{_bindir}/syncevo-phone-config @@ -128,12 +127,12 @@ 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* -%{_libdir}/syncevolution/*so.0* %{_libdir}/syncevolution/backends %files devel @@ -144,7 +143,6 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/synthesis %{_libdir}/pkgconfig/s*.pc %{_libdir}/*so -%{_libdir}/syncevolution/*so %files gtk %defattr(-,root,root,-) @@ -163,6 +161,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/syncevolution/xml/*.pl %changelog +* Fri Jul 23 2010 Peter Robinson - 1:1.0.1-3 +- And once more with feeling + * Fri Jul 23 2010 Peter Robinson - 1:1.0.1-2 - Add patch to fix linking against libnotify and gtk-2.0 (thanks hadess)