packages: eina/eina.spec - updated to 1.0.0.beta3

qboosh qboosh at pld-linux.org
Sat Dec 4 16:38:59 CET 2010


Author: qboosh                       Date: Sat Dec  4 15:38:59 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.0.0.beta3

---- Files affected:
packages/eina:
   eina.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/eina/eina.spec
diff -u packages/eina/eina.spec:1.5 packages/eina/eina.spec:1.6
--- packages/eina/eina.spec:1.5	Wed Nov 17 08:26:10 2010
+++ packages/eina/eina.spec	Sat Dec  4 16:38:54 2010
@@ -19,13 +19,13 @@
 Summary:	Data types library (list, hash, etc.)
 Summary(pl.UTF-8):	Biblioteka struktur danych (lista, hasz, itp.)
 Name:		eina
-%define	subver	beta2
+%define	subver	beta3
 Version:	1.0.0
 Release:	0.%{subver}.1
 License:	LGPL v2.1
 Group:		Libraries
 Source0:	http://download.enlightenment.org/releases/%{name}-%{version}.%{subver}.tar.bz2
-# Source0-md5:	b83de59ed0b2263378c3dc5f22ccfe62
+# Source0-md5:	004454c013e53ad97aab72c22328da40
 URL:		http://trac.enlightenment.org/e/wiki/Eina
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -67,23 +67,11 @@
 %configure \
 	--disable-silent-rules \
 	%{?with_static_libs:--enable-static} \
-%if %{with mmx}
-	--enable-cpu-mmx	\
-%else
-	--disable-cpu-mmx	\
-%endif
-%if %{with sse}
-	--enable-cpu-sse	\
-%else
-	--disable-cpu-sse	\
-%endif
-%if %{with altivec}
-	--enable-cpu-altivec	\
-%else
-	--disable-cpu-altivec	\
-%endif
+	--enable-cpu-mmx%{!?with_mmx:=no} \
+	--enable-cpu-sse%{!?with_sse:=no} \
+	--enable-cpu-altivec%{!?with_altives:=no} 
 
-%{__make} V=1
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -122,6 +110,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2010/12/04 15:38:54  qboosh
+- updated to 1.0.0.beta3
+
 Revision 1.5  2010/11/17 07:26:10  qboosh
 - typo
 
================================================================

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



More information about the pld-cvs-commit mailing list