Author: zbyniu Date: Thu Jan 19 16:12:06 2012 GMT Module: packages Tag: HEAD ---- Log message: - fix for new automake; rel 2
---- Files affected: packages/edje: edje.spec (1.53 -> 1.54) , automake.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/edje/edje.spec diff -u packages/edje/edje.spec:1.53 packages/edje/edje.spec:1.54 --- packages/edje/edje.spec:1.53 Tue Dec 13 17:41:02 2011 +++ packages/edje/edje.spec Thu Jan 19 17:12:01 2012 @@ -12,11 +12,12 @@ Summary(pl.UTF-8): Złożony silnik graficznego projektowania/planowania Name: edje Version: 1.1.0 -Release: 1 +Release: 2 License: BSD Group: X11/Libraries Source0: http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2 # Source0-md5: c51cbc0c0d8f93ceadfb2173c2f9135c +Patch0: automake.patch URL: http://trac.enlightenment.org/e/wiki/Edje BuildRequires: autoconf >= 2.52 BuildRequires: automake >= 1.6 @@ -140,6 +141,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -214,6 +216,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2012/01/19 16:12:01 zbyniu +- fix for new automake; rel 2 + Revision 1.53 2011/12/13 16:41:02 qboosh - added modules dir to -libs ================================================================ Index: packages/edje/automake.patch diff -u /dev/null packages/edje/automake.patch:1.1 --- /dev/null Thu Jan 19 17:12:07 2012 +++ packages/edje/automake.patch Thu Jan 19 17:12:01 2012 @@ -0,0 +1,11 @@ +--- edje-1.1.0/src/examples/Makefile.am~ 2011-11-30 05:49:54.000000000 +0100 ++++ edje-1.1.0/src/examples/Makefile.am 2012-01-19 17:04:24.711532818 +0100 +@@ -64,7 +64,7 @@ AM_CPPFLAGS = \ + + files_DATA += $(EDJS) + +-pkglib_PROGRAMS = \ ++pkglibexec_PROGRAMS = \ + edje-basic \ + edje-swallow \ + edje-text \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/edje/edje.spec?r1=1.53&r2=1.54&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
