From ba8892896f6e6482243f85894b60e8657197ec1e Mon Sep 17 00:00:00 2001 From: Patryk Zawadzki Date: Wed, 29 Sep 2010 22:36:14 +0000 Subject: [PATCH] - fix build - rel 3 Changed files: dates.spec -> 1.17 makefile.patch -> 1.1 --- dates.spec | 4 +++- makefile.patch | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 makefile.patch diff --git a/dates.spec b/dates.spec index 7c07c5e..e3c39e5 100644 --- a/dates.spec +++ b/dates.spec @@ -2,12 +2,13 @@ Summary: Tiny GNOME datebook application Summary(pl.UTF-8): Mała aplikacja kalendarza dla GNOME Name: dates Version: 0.4.11 -Release: 2 +Release: 3 License: GPL Group: Applications/Communications Source0: http://ftp.gnome.org/pub/GNOME/sources/dates/0.4/%{name}-%{version}.tar.bz2 # Source0-md5: aa4a10ab181d8a6003098425c2d88ab4 Patch0: %{name}-link.patch +Patch1: makefile.patch URL: http://pimlico-project.org/dates.html BuildRequires: GConf2-devel >= 2.0 BuildRequires: autoconf >= 2.53 @@ -43,6 +44,7 @@ Maemo oraz dla urządzeń OpenMoko. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__glib_gettextize} diff --git a/makefile.patch b/makefile.patch new file mode 100644 index 0000000..061445f --- /dev/null +++ b/makefile.patch @@ -0,0 +1,9 @@ +--- dates-0.4.11/Makefile.am~ 2009-10-16 19:27:21.000000000 +0200 ++++ dates-0.4.11/Makefile.am 2010-09-30 00:33:54.591928395 +0200 +@@ -7,5 +7,5 @@ + MAINTAINERCLEANFILES = $(DISTCLEANFILES) aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing + + snapshot: +- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` ++ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` + -- 2.43.0