diff --git a/osmo-0.2.10-aplay.patch b/osmo-0.2.10-aplay.patch new file mode 100644 index 0000000..31ab808 --- /dev/null +++ b/osmo-0.2.10-aplay.patch @@ -0,0 +1,11 @@ +--- osmo-0.2.10.orig/src/options_prefs.c 2010-03-31 23:47:34.000000000 +0200 ++++ osmo-0.2.10/src/options_prefs.c 2010-10-27 00:22:48.252574820 +0200 +@@ -120,7 +120,7 @@ + g_strlcpy (config.spell_lang, g_getenv("LANG"), MAXNAME); + g_strlcpy (config.web_browser, "xdg-open %s", MAXHELPERCMD); + g_strlcpy (config.email_client, "xdg-email %s", MAXHELPERCMD); +- g_strlcpy (config.sound_player, "play %s", MAXHELPERCMD); ++ g_strlcpy (config.sound_player, "aplay %s", MAXHELPERCMD); + + /* calendar */ + config.fy_window_size_x = 750; diff --git a/osmo.spec b/osmo.spec index 591712b..649cb2b 100644 --- a/osmo.spec +++ b/osmo.spec @@ -3,29 +3,36 @@ Summary(pl): Osobisty organizer Summary(de): Persönlicher Organizer Name: osmo Version: 0.2.10 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/Productivity URL: http://clayo.org/osmo/ Source0: http://downloads.sourceforge.net/%{name}-pim/%{name}-%{version}.tar.gz Patch0: %{name}-0.2.8-configure.patch +Patch1: %{name}-0.2.10-aplay.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: hicolor-icon-theme Requires: tzdata Requires: xdg-utils +Requires: alsa-utils BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: gtk2-devel BuildRequires: gtkspell-devel BuildRequires: libical-devel -BuildRequires: libgringotts-devel BuildRequires: libnotify-devel -BuildRequires: libsyncml-devel BuildRequires: libxml2-devel +# for contacts +BuildRequires: gtkhtml2-devel +# for backup +BuildRequires: libgringotts-devel +BuildRequires: libtar +# for the SyncML plugin +BuildRequires: libsyncml-devel %description Osmo is a handy personal organizer which includes calendar, tasks manager and @@ -52,11 +59,12 @@ viele Parameter einstellen, um die Vorlieben des Benutzers zu treffen. %prep %setup -q -%patch0 -p1 +%patch0 -p1 -b .configure +%patch1 -p1 -b .aplay %build %configure --enable-backup=yes --enable-printing=yes \ - --with-gringrotts --with-libical --with-libsyncml + --with-contacts --with-tasks --with-notes --with-libsyncml make %{?_smp_mflags} %install @@ -116,6 +124,11 @@ fi %{_datadir}/sounds/osmo/alarm.wav %changelog +* Wed Oct 27 2010 Christoph Wickert - 0.2.10-2 +- BR gtkhtml2-devel for contacts (#644169) +- BR libtar for backup feature +- Add patch for aplay and require alsa-utils + * Sun Apr 04 2010 Christoph Wickert - 0.2.10-1 - Update to 0.2.10.