Author: patrys Date: Wed Sep 29 22:36:19 2010 GMT Module: packages Tag: HEAD ---- Log message: - fix build - rel 3
---- Files affected: packages/dates: dates.spec (1.16 -> 1.17) , makefile.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/dates/dates.spec diff -u packages/dates/dates.spec:1.16 packages/dates/dates.spec:1.17 --- packages/dates/dates.spec:1.16 Thu Sep 30 00:29:40 2010 +++ packages/dates/dates.spec Thu Sep 30 00:36:14 2010 @@ -3,12 +3,13 @@ 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 @@ -44,6 +45,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__glib_gettextize} @@ -96,6 +98,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2010/09/29 22:36:14 patrys +- fix build +- rel 3 + Revision 1.16 2010/09/29 22:29:40 patrys - rel 2 ================================================================ Index: packages/dates/makefile.patch diff -u /dev/null packages/dates/makefile.patch:1.1 --- /dev/null Thu Sep 30 00:36:20 2010 +++ packages/dates/makefile.patch Thu Sep 30 00:36:14 2010 @@ -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"` + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dates/dates.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
