[tomboy] Simply create the missing dir instead of patching Makefile.am.

Thomas Moschny thm at fedoraproject.org
Thu Jun 2 21:26:06 UTC 2011


commit 2b5e64e5e454c3fe96e12d4ba306d0e286369947
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Thu Jun 2 11:15:57 2011 +0200

    Simply create the missing dir instead of patching Makefile.am.

 tomboy-build.patch |   13 -------------
 tomboy.spec        |    8 ++------
 2 files changed, 2 insertions(+), 19 deletions(-)
---
diff --git a/tomboy.spec b/tomboy.spec
index 3511e05..7190573 100644
--- a/tomboy.spec
+++ b/tomboy.spec
@@ -11,8 +11,6 @@ License:        LGPLv2+ and GPLv2+ and MIT
 URL:            http://projects.gnome.org/tomboy/
 #VCS: git:git://git.gnome.org/tomboy
 Source0:        http://download.gnome.org/sources/tomboy/1.6/%{name}-%{version}.tar.bz2
-# Fedora specific patch
-Patch0:         tomboy-build.patch
 
 BuildRequires:  gtk2-devel
 BuildRequires:  atk-devel
@@ -28,7 +26,6 @@ BuildRequires:  mono-devel
 BuildRequires:  gettext
 BuildRequires:  gnome-doc-utils
 BuildRequires:  mono-addins-devel
-BuildRequires:  automake, autoconf, libtool, intltool
 
 Requires: gtkspell
 Requires(pre): GConf2
@@ -53,9 +50,6 @@ to develop addins that add new functionality to tomboy.
 
 %prep
 %setup -q
-%patch0 -p1 -b .build
-
-autoreconf -i -f
 
 # Convert to utf-8
 for file in ChangeLog ; do
@@ -66,6 +60,7 @@ done
 
 %build
 %configure --disable-scrollkeeper --disable-static
+mkdir bin
 make %{?_smp_mflags}
 
 %install
@@ -132,6 +127,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %changelog
 * Wed Jun  1 2011 Thomas Moschny <thomas.moschny at gmx.de> - 1.6.0-1
 - Update to 1.6.0.
+- Simply create the missing dir instead of patching Makefile.am.
 
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list