OBS User unknown 2007-05-31 05:52:20 +00:00 committed by Git OBS Bridge
parent 9160b2544f
commit f9259b3c16

View File

@ -12,7 +12,7 @@ URL: http://www.oberhumer.com/opensource/lzop/
Group: Archiving/Compression Group: Archiving/Compression
License: GNU General Public License (GPL) License: GNU General Public License (GPL)
BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: lzo lzo-devel >= 2.0.0 BuildRequires: lzo lzo-devel
BuildRequires: gcc make glibc-devel BuildRequires: gcc make glibc-devel
BuildRequires: autoconf automake libtool BuildRequires: autoconf automake libtool
@ -29,8 +29,7 @@ lzop was designed with the following goals in mind:
%debug_package %debug_package
%prep %prep
%setup -q %setup -q
%patch1 [ -e "%{_libdir}/liblzo2.so" ] && %patch1
%patch2
%build %build
export CPPFLAGS="-I/usr/include/lzo" export CPPFLAGS="-I/usr/include/lzo"