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

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

diff --git a/automake.patch b/automake.patch
new file mode 100644 (file)
index 0000000..608d50d
--- /dev/null
@@ -0,0 +1,11 @@
+--- eet-1.5.0/src/examples/Makefile.am~        2011-11-18 04:08:20.000000000 +0100
++++ eet-1.5.0/src/examples/Makefile.am 2012-01-19 09:54:13.300469591 +0100
+@@ -8,7 +8,7 @@ AM_CPPFLAGS = \
+ -I$(top_srcdir)/src/lib \
+ @EINA_CFLAGS@
+-pkglib_PROGRAMS = eet_basic eet_file eet_data_simple eet_data_nested eet_data_file_descriptor_01 eet_data_file_descriptor_02 eet_data_cipher_decipher
++pkglibexec_PROGRAMS = eet_basic eet_file eet_data_simple eet_data_nested eet_data_file_descriptor_01 eet_data_file_descriptor_02 eet_data_cipher_decipher
+ eet_basic_SOURCES = eet-basic.c
+ eet_basic_LDADD = $(top_builddir)/src/lib/libeet.la @EINA_LIBS@
index 60b0960091a56c05319dbbcfd4800e596dbabca9..83f3138bc8cac26d04b36d6e1d11843832df093d 100644 (file)
--- a/eet.spec
+++ b/eet.spec
@@ -6,11 +6,12 @@ Summary:      Library for speedy data storage, retrieval, and compression
 Summary(pl.UTF-8):     Biblioteka do szybkiego zapisywania, odtwarzania i kompresji danych
 Name:          eet
 Version:       1.5.0
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 Source0:       http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
 # Source0-md5: 8d13801e90e817d9f6d047ed8d027d60
+Patch0:                automake.patch
 URL:           http://trac.enlightenment.org/e/wiki/Eet
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1.6
@@ -84,6 +85,7 @@ Statyczna biblioteka Eet.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.043693 seconds and 4 git commands to generate.