packages: ecore/ecore.spec, ecore/ecore-am.patch (NEW) - added am patch (fi...
qboosh
qboosh at pld-linux.org
Sun Jan 1 21:05:29 CET 2012
Author: qboosh Date: Sun Jan 1 20:05:28 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- added am patch (fixes build with automake 1.11.2)
- release 2
---- Files affected:
packages/ecore:
ecore.spec (1.65 -> 1.66) , ecore-am.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/ecore/ecore.spec
diff -u packages/ecore/ecore.spec:1.65 packages/ecore/ecore.spec:1.66
--- packages/ecore/ecore.spec:1.65 Sun Dec 11 17:00:24 2011
+++ packages/ecore/ecore.spec Sun Jan 1 21:05:23 2012
@@ -9,11 +9,12 @@
Summary(pl.UTF-8): Biblioteka interfejsu X Enlightened Core
Name: ecore
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: 8d059cd04cb95ad8c03ebeb0181d85c8
+Patch0: %{name}-am.patch
URL: http://trac.enlightenment.org/e/wiki/Ecore
BuildRequires: DirectFB-devel >= 0.9.16
BuildRequires: SDL-devel >= 1.2.0
@@ -670,6 +671,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
@@ -1012,6 +1014,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.66 2012/01/01 20:05:23 qboosh
+- added am patch (fixes build with automake 1.11.2)
+- release 2
+
Revision 1.65 2011/12/11 16:00:24 qboosh
- updated to 1.1.0
================================================================
Index: packages/ecore/ecore-am.patch
diff -u /dev/null packages/ecore/ecore-am.patch:1.1
--- /dev/null Sun Jan 1 21:05:29 2012
+++ packages/ecore/ecore-am.patch Sun Jan 1 21:05:23 2012
@@ -0,0 +1,29 @@
+src/examples/Makefile.am:62: `pkglibdir' is not a legitimate directory for `PROGRAMS'
+--- ecore-1.1.0/src/examples/Makefile.am.orig 2011-11-06 14:09:53.000000000 +0100
++++ ecore-1.1.0/src/examples/Makefile.am 2012-01-01 20:13:32.520328822 +0100
+@@ -1,6 +1,6 @@
+ MAINTAINERCLEANFILES = Makefile.in
+
+-pkglibdir = $(datadir)/$(PACKAGE)/examples
++pkgprgdir = $(datadir)/$(PACKAGE)/examples
+
+ filesdir = $(datadir)/$(PACKAGE)/examples
+ files_DATA =
+@@ -59,7 +59,7 @@
+ EXTRA_DIST = $(SRCS) \
+ $(srcdir)/red.png
+
+-pkglib_PROGRAMS =
++pkgprg_PROGRAMS =
+
+ if EFL_INSTALL_EXAMPLES
+ files_DATA += $(SRCS) \
+@@ -67,7 +67,7 @@
+ endif
+
+ if EFL_BUILD_EXAMPLES
+-pkglib_PROGRAMS += \
++pkgprg_PROGRAMS += \
+ ecore_animator_example \
+ ecore_fd_handler_example \
+ ecore_poller_example \
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ecore/ecore.spec?r1=1.65&r2=1.66&f=u
More information about the pld-cvs-commit
mailing list