Summary: Data compression library with very fast (de)compression Name: lzo Version: 1.08 Release: 7%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.oberhumer.com/opensource/lzo/ Source0: http://www.oberhumer.com/opensource/lzo/download/%{name}-%{version}.tar.gz Patch0: lzo-1.08-asm.patch Patch1: lzo-1.08-noexecstack.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: zlib-devel %description LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. %package devel Summary: Development files for the lzo library Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: zlib-devel %description devel LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. This package contains development files needed for lzo. %prep %setup -q %patch0 -p1 -z .asm %patch1 -p1 -z .execstack %build %configure --disable-dependency-tracking --disable-static --enable-shared make %{?_smp_mflags} %check || : make check test %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_libdir}/liblzo.la %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING THANKS NEWS %{_libdir}/liblzo.so.* %files devel %defattr(-,root,root,-) %doc doc/LZOAPI.TXT doc/LZO.FAQ doc/LZO.TXT %{_includedir}/lzo*.h %{_libdir}/liblzo.so %changelog * Mon Jul 24 2006 Hans de Goede 1.08-7 - Taking over as maintainer since Anvil has other priorities - Add a patch to fix asm detection on i386 (bug 145882, 145893). Thanks to Carlo Marcelo Arenas Belon for the initial patch. - Removed unused build dependency on nasm - Remove static lib - Cleanup %%doc a bit * Thu Mar 16 2006 Dams - 1.08-6.fc5 - Rebuild for new gcc * Tue Jan 17 2006 Dams - 1.08-5.fc5 - Bumped release for gcc 4.1 rebuild * Sun May 22 2005 Jeremy Katz - 1.08-4 - rebuild on all arches * Fri Apr 7 2005 Michael Schwendt - rebuilt * Sun Apr 27 2003 Dams 0:1.08-0.fdr.2 - Typo un devel description - Added post and postun scriptlets - Added URL in Source0 * Fri Apr 25 2003 Dams - Initial build.