SPECS: lzo.spec - updated to 2.03 - now gas asm is used on x86/x86_64 (enab...
qboosh
qboosh at pld-linux.org
Thu Jun 19 21:49:33 CEST 2008
Author: qboosh Date: Thu Jun 19 19:49:33 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.03
- now gas asm is used on x86/x86_64 (enabled by default)
---- Files affected:
SPECS:
lzo.spec (1.38 -> 1.39)
---- Diffs:
================================================================
Index: SPECS/lzo.spec
diff -u SPECS/lzo.spec:1.38 SPECS/lzo.spec:1.39
--- SPECS/lzo.spec:1.38 Wed Sep 5 16:56:46 2007
+++ SPECS/lzo.spec Thu Jun 19 21:49:28 2008
@@ -2,20 +2,17 @@
Summary: LZO - a real-time data compression library
Summary(pl.UTF-8): LZO - biblioteka kompresji danych w czasie rzeczywistym
Name: lzo
-Version: 2.02
-Release: 3
-License: GPL
+Version: 2.03
+Release: 1
+License: GPL v2+
Group: Libraries
Source0: http://www.oberhumer.com/opensource/lzo/download/%{name}-%{version}.tar.gz
-# Source0-md5: 6760e5819f4238328709bf93bf10071c
+# Source0-md5: 0c3d078c2e8ea5a88971089a2f02a726
Patch0: %{name}-ac.patch
URL: http://www.oberhumer.com/opensource/lzo/
BuildRequires: autoconf >= 2.60
-BuildRequires: automake >= 1:1.9.5
+BuildRequires: automake >= 1:1.9.6
BuildRequires: libtool
-%ifarch %{x86}
-BuildRequires: nasm
-%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -82,8 +79,9 @@
%setup -q
%patch0 -p1
-# kill libtool.m4 copy
-head -n 374 aclocal.m4 > acinclude.m4
+# kill libtool macros, leaving mfx_*
+head -n 219 aclocal.m4 > acinclude.m4
+sed -ne '6616,6770p' aclocal.m4 >> acinclude.m4
%build
%{__libtoolize}
@@ -92,13 +90,9 @@
%{__autoheader}
%{__automake}
%configure \
-%ifarch %{x86}
- --enable-asm \
-%endif
--enable-shared
-%{__make} \
- CFLAGS_O=""
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -116,6 +110,7 @@
%defattr(644,root,root,755)
%doc AUTHORS BUGS NEWS README THANKS doc/LZO.FAQ doc/LZO.TXT
%attr(755,root,root) %{_libdir}/liblzo2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/liblzo2.so.2
%files devel
%defattr(644,root,root,755)
@@ -134,6 +129,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.39 2008/06/19 19:49:28 qboosh
+- updated to 2.03
+- now gas asm is used on x86/x86_64 (enabled by default)
+
Revision 1.38 2007/09/05 14:56:46 baggins
- rel 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lzo.spec?r1=1.38&r2=1.39&f=u
More information about the pld-cvs-commit
mailing list