From 16358d8dcae23185ca3c8dda5a28b1371b11d1fb Mon Sep 17 00:00:00 2001 From: lisu Date: Mon, 31 Jan 2011 13:26:09 +0000 Subject: [PATCH] - 1.0.0 is now stable Changed files: eina.spec -> 1.7 --- eina.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/eina.spec b/eina.spec index 1d1cfc0..e9bc8bb 100644 --- a/eina.spec +++ b/eina.spec @@ -18,13 +18,12 @@ Summary: Data types library (list, hash, etc.) Summary(pl.UTF-8): Biblioteka struktur danych (lista, hasz, itp.) Name: eina -%define subver beta3 Version: 1.0.0 -Release: 0.%{subver}.1 +Release: 1 License: LGPL v2.1 Group: Libraries -Source0: http://download.enlightenment.org/releases/%{name}-%{version}.%{subver}.tar.bz2 -# Source0-md5: 004454c013e53ad97aab72c22328da40 +Source0: http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2 +# Source0-md5: 036243f1f8cf2e725a326d45603417a3 URL: http://trac.enlightenment.org/e/wiki/Eina BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -60,7 +59,7 @@ Static Eina library. Statyczna biblioteka Eina. %prep -%setup -q -n %{name}-%{version}.%{subver} +%setup -q %build %configure \ @@ -68,7 +67,7 @@ Statyczna biblioteka Eina. %{?with_static_libs:--enable-static} \ --enable-cpu-mmx%{!?with_mmx:=no} \ --enable-cpu-sse%{!?with_sse:=no} \ - --enable-cpu-altivec%{!?with_altives:=no} + --enable-cpu-altivec%{!?with_altives:=no} %{__make} -- 2.44.0