]> git.pld-linux.org Git - packages/eina.git/commitdiff
- 1.0.0 is now stable auto/th/eina-1_0_0-1
authorlisu <lisu@pld-linux.org>
Mon, 31 Jan 2011 13:26:09 +0000 (13:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eina.spec -> 1.7

eina.spec

index 1d1cfc03189a919014137c4541eab74188083d75..e9bc8bba722a8df4eb8c8b3278ee87a610d0f1a7 100644 (file)
--- a/eina.spec
+++ b/eina.spec
 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}
 
This page took 0.068643 seconds and 4 git commands to generate.