]> git.pld-linux.org Git - packages/eina.git/commitdiff
- updated to 1.1.0 auto/th/eina-1_1_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Dec 2011 18:07:04 +0000 (18:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added sse2 bcond

Changed files:
    eina.spec -> 1.11

eina.spec

index 9915577dfed352f84c956584d1b365781f675361..781d994aad901518f8e3a68201f55407e7177aec 100644 (file)
--- a/eina.spec
+++ b/eina.spec
@@ -2,6 +2,7 @@
 # Conditional build:
 %bcond_without mmx             # without MMX and MMX2
 %bcond_without sse             # without SSE
+%bcond_without sse2            # without SSE2
 %bcond_without altivec         # without altivec
 %bcond_without static_libs     # don't build static library
 #
@@ -11,6 +12,9 @@
 %ifnarch i686 pentium3 pentium4 athlon %{x8664}
 %undefine      with_sse
 %endif
+%ifnarch pentium4 %{x8664}
+%undefine      with_sse2
+%endif
 %ifnarch ppc
 %undefine      with_altivec
 %endif
 Summary:       Data types library (list, hash, etc.)
 Summary(pl.UTF-8):     Biblioteka struktur danych (lista, hasz, itp.)
 Name:          eina
-Version:       1.0.1
+Version:       1.1.0
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 8a8dc4ec81511c45925c2ac964f7b3a0
+# Source0-md5: 98acd287a34dbde0f80ab9cd07e16ee0
 URL:           http://trac.enlightenment.org/e/wiki/Eina
 BuildRequires: pkgconfig >= 1:0.22
 # ememoa-devel >= 0.0.26
@@ -68,6 +72,7 @@ Statyczna biblioteka Eina.
        %{?with_static_libs:--enable-static} \
        --enable-cpu-mmx%{!?with_mmx:=no} \
        --enable-cpu-sse%{!?with_sse:=no} \
+       --enable-cpu-sse2%{!?with_sse2:=no} \
        --enable-cpu-altivec%{!?with_altivec:=no}
 
 %{__make}
@@ -86,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libeina.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libeina.so.1
 
This page took 0.048914 seconds and 4 git commands to generate.