SPECS: ecore.spec - updated to 0.9.9.013 - new Source0 ("official"...
charles
charles at pld-linux.org
Wed Aug 24 20:28:03 CEST 2005
Author: charles Date: Wed Aug 24 18:28:03 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.9.9.013
- new Source0 ("official" snapshots)
- fixed missing AC_C___ATTRIBUTE__ macro
---- Files affected:
SPECS:
ecore.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/ecore.spec
diff -u SPECS/ecore.spec:1.5 SPECS/ecore.spec:1.6
--- SPECS/ecore.spec:1.5 Sun Jul 10 09:17:59 2005
+++ SPECS/ecore.spec Wed Aug 24 20:27:57 2005
@@ -2,20 +2,19 @@
Summary: Enlightened Core X interface library
Summary(pl): Biblioteka interfejsu X Enlightened Core
Name: ecore
-Version: 0.9.9.010
-%define _snap 20050707
-Release: 0.%{_snap}.0.1
+Version: 0.9.9.013
+Release: 1
License: BSD
Group: X11/Libraries
-#Source0: http://dl.sourceforge.net/enlightenment/%{name}-%{version}_%{_pre}.tar.gz
-Source0: http://sparky.homelinux.org/snaps/enli/e17/libs/%{name}-%{_snap}.tar.gz
-# Source0-md5: dda96a94cab2fd5d485757b76f0c4775
+Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
+# Source0-md5: ef3dcedf00e18c6449e744edf4a50c50
URL: http://enlightenment.org/
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: evas-devel
BuildRequires: libtool
BuildRequires: openssl-devel
+BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -58,12 +57,22 @@
Statyczne biblioteki Ecore.
%prep
-#%%setup -q -n %{name}-%{version}_%{_pre}
-%setup -q -n %{name}
+%setup -q
+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
%build
%{__libtoolize}
-%{__aclocal} -I m4
+%{__aclocal}
%{__autoconf}
%{__autoheader}
%{__automake}
@@ -123,6 +132,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2005/08/24 18:27:57 charles
+- updated to 0.9.9.013
+- new Source0 ("official" snapshots)
+- fixed missing AC_C___ATTRIBUTE__ macro
+
Revision 1.5 2005/07/10 07:17:59 sparky
- Source0: ftp -> http
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ecore.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list