Author: sparky Date: Thu Jul 6 03:18:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - more enli -> enliDR17 changes (help with prefix detection) - m4 files are included now
---- Files affected: SPECS: enlightenmentDR17.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/enlightenmentDR17.spec diff -u SPECS/enlightenmentDR17.spec:1.25 SPECS/enlightenmentDR17.spec:1.26 --- SPECS/enlightenmentDR17.spec:1.25 Thu Jul 6 04:12:37 2006 +++ SPECS/enlightenmentDR17.spec Thu Jul 6 05:18:34 2006 @@ -8,7 +8,7 @@ Summary(pl): ZarzÄ…dca okien X - Enlightenment Name: enlightenmentDR17 Version: 0.16.999.029 -Release: 2 +Release: 1 License: BSD Group: X11/Window Managers Source0: http://enlightenment.freedesktop.org/files/%{_src_name}-%{version}.tar.gz @@ -103,17 +103,6 @@ %patch0 -p1 install %{SOURCE2} data/other/applications.tar.gz install %{SOURCE4} data/themes/images/e17_icon_background.png -echo 'AC_DEFUN([AC_C___ATTRIBUTE__], - [ - AC_MSG_CHECKING(for __attribute__) - AC_CACHE_VAL(ac_cv___attribute__, [ - AC_TRY_COMPILE([#include <stdlib.h>], - [int func(int x); int foo(int x __attribute__ ((unused))) { exit(1); }], - ac_cv___attribute__=yes, ac_cv___attribute__=no)]) - if test "$ac_cv___attribute__" = "yes"; then - AC_DEFINE(HAVE___ATTRIBUTE__, 1, [Define to 1 if compiler has __attribute__]) - fi - AC_MSG_RESULT($ac_cv___attribute__)])' > acinclude.m4 #name change: sed -e '/AM_INIT_AUTOMAKE/s/enlightenment/%{name}/' \ @@ -127,12 +116,14 @@ -i data/*/Makefile.am sed -e '/@libdir@/s/@PACKAGE@/enlightenment/' \ -i enlightenment-config.in -sed -e '[EMAIL PROTECTED]@enlightenmentDR17@' \ +sed -e '[EMAIL PROTECTED]"@enlightenmentDR17"@' \ -i src/bin/e_start_main.c +sed -e 's@"/share/enlightenment"@"/share/enlightenmentDR17"@' \ + -i src/bin/e_prefix.c %build %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} @@ -222,6 +213,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2006/07/06 03:18:34 sparky +- more enli -> enliDR17 changes (help with prefix detection) +- m4 files are included now + Revision 1.25 2006/07/06 02:12:37 sparky - up to 0.16.999.029 - added missing icon (for now) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/enlightenmentDR17.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
