Author: qboosh                       Date: Fri Dec  9 18:07:09 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.1.0
- added sse2 bcond

---- Files affected:
packages/eina:
   eina.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/eina/eina.spec
diff -u packages/eina/eina.spec:1.10 packages/eina/eina.spec:1.11
--- packages/eina/eina.spec:1.10        Tue May 31 21:22:07 2011
+++ packages/eina/eina.spec     Fri Dec  9 19:07:04 2011
@@ -3,6 +3,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
 #
@@ -12,6 +13,9 @@
 %ifnarch i686 pentium3 pentium4 athlon %{x8664}
 %undefine      with_sse
 %endif
+%ifnarch pentium4 %{x8664}
+%undefine      with_sse2
+%endif
 %ifnarch ppc
 %undefine      with_altivec
 %endif
@@ -19,12 +23,12 @@
 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
@@ -69,6 +73,7 @@
        %{?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}
@@ -87,7 +92,7 @@
 
 %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
 
@@ -110,6 +115,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2011/12/09 18:07:04  qboosh
+- updated to 1.1.0
+- added sse2 bcond
+
 Revision 1.10  2011/05/31 19:22:07  qboosh
 - updated to 1.0.1
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/eina/eina.spec?r1=1.10&r2=1.11&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to