]> git.pld-linux.org Git - packages/eina.git/blobdiff - eina.spec
- updated to 1.7.7
[packages/eina.git] / eina.spec
index d851df2ed9a031459800d2cf2a0692b3e440e0d9..e7b5f51abea67c2bcefae2862e684feac2683a20 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.0
+Version:       1.7.7
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 036243f1f8cf2e725a326d45603417a3
+# Source0-md5: 9c2a1d7133670de1206d1e1455a779e6
 URL:           http://trac.enlightenment.org/e/wiki/Eina
-BuildRequires: pkgconfig
+BuildRequires: pkgconfig >= 1:0.22
+# ememoa-devel >= 0.0.26
+# escape (for ps3 platform)
+# evil >= 1.7.7 (for win32 platform)
+# exotic (for ??? platforms)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -67,6 +75,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}
@@ -85,7 +94,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.078109 seconds and 4 git commands to generate.