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