]> git.pld-linux.org Git - packages/ecore.git/commitdiff
- added am patch (fixes build with automake 1.11.2) auto/th/ecore-1_1_0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Jan 2012 20:05:23 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    ecore-am.patch -> 1.1
    ecore.spec -> 1.66

ecore-am.patch [new file with mode: 0644]
ecore.spec

diff --git a/ecore-am.patch b/ecore-am.patch
new file mode 100644 (file)
index 0000000..5f9e454
--- /dev/null
@@ -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 \
index 507a2af0555bc2ed8e60de332342046e761a092e..96aa264d166db52d035fe30f3f1d13bf921e92d9 100644 (file)
@@ -8,11 +8,12 @@ Summary:      Enlightened Core X interface library
 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
@@ -669,6 +670,7 @@ Ecore - moduł metody wprowadzania znaków XIM.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.230427 seconds and 4 git commands to generate.