OBS User unknown 2007-06-06 07:16:42 +00:00 committed by Git OBS Bridge
parent a5d289d193
commit af5743cc4e

View File

@ -3,11 +3,10 @@
%define _prefix /usr
Name: lzop
Version: 1.01
Version: 1.02rc1
Release: 0
Summary: LZOP is a fast File Compressor
Source: http://www.lzop.org/download/lzop-%{version}.tar.gz
Patch1: lzop-lzo2.patch
URL: http://www.oberhumer.com/opensource/lzop/
Group: Archiving/Compression
License: GNU General Public License (GPL)
@ -29,10 +28,6 @@ lzop was designed with the following goals in mind:
%debug_package
%prep
%setup -q
if [ -e "%{_libdir}/liblzo2.so" ];then
%patch1
autoreconf -fiv
fi
%build
export CPPFLAGS="-I/usr/include/lzo"
@ -53,6 +48,8 @@ export LDFLAGS="-L%{_libdir}"
%doc %{_mandir}/man1/lzop.1*
%changelog
* Wed Jun 6 2007 Pascal Bleser <guru@unixtech.be>
- update to 1.02rc1
* Thu May 31 2007 Pascal Bleser <guru@unixtech.be>
- initial submission to openSUSE Build Service
- patch to compile against lzo 2