Enable system lzo library on rhel >= 6 (#813764)

epel9
Rex Dieter 13 years ago
parent 127cfcb5f8
commit e9d89b6c83

@ -1,14 +1,14 @@
# Fedora pkg review: http://bugzilla.redhat.com/429749
%if 0%{?fedora}
%if 0%{?fedora} || 0%{?rhel} > 5
%define system_minilzo 1
%endif
Summary: Library to make writing a vnc server easy
Name: libvncserver
Version: 0.9.8.2
Release: 3%{?dist}
Release: 4%{?dist}
# NOTE: --with-tightvnc-filetransfer => GPLv2
License: GPLv2+
Group: System Environment/Libraries
@ -130,6 +130,9 @@ rm -rf %{buildroot}
%changelog
* Wed Apr 18 2012 Petr Pisar <ppisar@redhat.com> 0.9.8.2-4
- Enable system lzo library on rhel >= 6 (#813764)
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

Loading…
Cancel
Save