fix conditional comparison

epel9
Tom Callaway 17 years ago
parent e2311b7a52
commit ca6462905e

@ -1,7 +1,7 @@
Summary: Software decoder for DV format video
Name: libdv
Version: 1.0.0
Release: 4%{?dist}
Release: 5%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://libdv.sourceforge.net/
@ -14,7 +14,7 @@ BuildRequires: gtk2-devel
BuildRequires: libXt-devel, libXv-devel
# Required for the gtk2 patch
BuildRequires: autoconf, automake, libtool, SDL-devel
%if "%{?fedora}" >= "8"
%if 0%{?fedora} >= 8
BuildRequires: popt-devel
%endif
ExcludeArch: s390 s390x
@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libdv.pc
%changelog
* Mon Jul 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0.0-5
- fix conditional comparison
* Thu Feb 14 2008 Jarod Wilson <jwilson@redhat.com> 1.0.0-4
- Bump and rebuild with gcc 4.3

Loading…
Cancel
Save