Author: zbyniu Date: Thu Jan 19 09:04:29 2012 GMT Module: packages Tag: HEAD ---- Log message: - fix for new automake; rel 2
---- Files affected: packages/eet: eet.spec (1.53 -> 1.54) , automake.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/eet/eet.spec diff -u packages/eet/eet.spec:1.53 packages/eet/eet.spec:1.54 --- packages/eet/eet.spec:1.53 Fri Dec 9 21:03:10 2011 +++ packages/eet/eet.spec Thu Jan 19 10:04:24 2012 @@ -7,11 +7,12 @@ 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 @@ -85,6 +86,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -139,6 +141,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2012/01/19 09:04:24 zbyniu +- fix for new automake; rel 2 + Revision 1.53 2011/12/09 20:03:10 qboosh - updated to 1.5.0 ================================================================ Index: packages/eet/automake.patch diff -u /dev/null packages/eet/automake.patch:1.1 --- /dev/null Thu Jan 19 10:04:29 2012 +++ packages/eet/automake.patch Thu Jan 19 10:04:24 2012 @@ -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@ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/eet/eet.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
