]> git.pld-linux.org Git - packages/edje.git/commitdiff
- fix for new automake; rel 2 auto/th/edje-1_1_0-2
authorzbyniu <zbyniu@pld-linux.org>
Thu, 19 Jan 2012 16:12:01 +0000 (16:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake.patch -> 1.1
    edje.spec -> 1.54

automake.patch [new file with mode: 0644]
edje.spec

diff --git a/automake.patch b/automake.patch
new file mode 100644 (file)
index 0000000..33d41c3
--- /dev/null
@@ -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 \
index e5fe3495c97bc8b819030e033a1b780bb3882189..0cc0c8736ebe78cb5a3347ac197d69936b6d02a8 100644 (file)
--- a/edje.spec
+++ b/edje.spec
@@ -11,11 +11,12 @@ Summary:    Complex Graphical Design/Layout Engine
 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
@@ -139,6 +140,7 @@ Obsługa składni EDC dla Vima.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.062355 seconds and 4 git commands to generate.