From 942e791d303df5e8912d030c5e918f25e7b5a926 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: May 14 2013 15:36:43 +0000 Subject: BuildRequire autoconf and automake (for Patch0) --- diff --git a/osmo.spec b/osmo.spec index ad90905..37111f9 100644 --- a/osmo.spec +++ b/osmo.spec @@ -2,7 +2,7 @@ # 'rel' is always the release number. # If you're building from SVN, set 'svn' to the SVN revision. If not, set it to 0. -%global rel 4 +%global rel 5 %global svn 924 %if %{svn} # svn co https://osmo-pim.svn.sourceforge.net/svnroot/osmo-pim/trunk osmo-pim @@ -47,6 +47,9 @@ BuildRequires: libgringotts-devel BuildRequires: libtar-devel # for the SyncML plugin - disabled due to broken libsyncml (adamw 2012/09) # BuildRequires: libsyncml-devel +# for Patch0 +BuildRequires: autoconf +BuildRequires: automake Requires: hicolor-icon-theme Requires: tzdata @@ -145,6 +148,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/sounds/osmo/alarm.wav %changelog +* Tue May 14 2013 Christoph Wickert - 0.2.12-0.5.svn924 +- BuildRequire autoconf and automake (for Patch0) + * Tue May 14 2013 Christoph Wickert - 0.2.12-0.4.svn924 - Fix desktop vendor conditionals - Spec file clean-up